Compartir a través de


Image.ActionInfo Propiedad

Gets the actions associated with the image.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property ActionInfo As ActionInfo 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo
An ActionInfo object that represents the actions associated with the image.

Vea también

Referencia

Image Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering