Share via


Image.ActionInfo Property

Returns information about the actions on the image.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Property ActionInfo As ActionInfo 
    Get 
    Set
'Usage
Dim instance As Image 
Dim value As ActionInfo 

value = instance.ActionInfo

instance.ActionInfo = value
public ActionInfo ActionInfo { get; set; }
public:
property ActionInfo^ ActionInfo {
    ActionInfo^ get ();
    void set (ActionInfo^ value);
}
member ActionInfo : ActionInfo with get, set
function get ActionInfo () : ActionInfo 
function set ActionInfo (value : ActionInfo)

Property Value

Type: Microsoft.ReportingServices.ReportRendering.ActionInfo
An ActionInfo value.

See Also

Reference

Image Class

Microsoft.ReportingServices.ReportRendering Namespace