Compartir a través de


IndicatorState.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 IndicatorStateInstance 
    Get
'Uso
Dim instance As IndicatorState 
Dim value As IndicatorStateInstance 

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

Valor de la propiedad

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

Vea también

Referencia

IndicatorState Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering