Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the actions associated with the image.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ActionInfo As ActionInfo
Get
'Usage
Dim instance As Image
Dim value As ActionInfo
value = instance.ActionInfo
public ActionInfo ActionInfo { get; }
public:
property ActionInfo^ ActionInfo {
ActionInfo^ get ();
}
member ActionInfo : ActionInfo
function get ActionInfo () : ActionInfo
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo
An ActionInfo object that represents the actions associated with the image.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace