Compartir a través de


IndicatorImage.Instance Propiedad

Gets the report instance object that contains the calculated values of this report definition object.

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

Sintaxis

'Declaración
Public ReadOnly Property Instance As IndicatorImageInstance 
    Get
'Uso
Dim instance As IndicatorImage 
Dim value As IndicatorImageInstance 

value = instance.Instance
public IndicatorImageInstance Instance { get; }
public:
property IndicatorImageInstance^ Instance {
    IndicatorImageInstance^ get ();
}
member Instance : IndicatorImageInstance
function get Instance () : IndicatorImageInstance

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.IndicatorImageInstance
An IndicatorImageInstance object.

Vea también

Referencia

IndicatorImage Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering