Compartilhar via


Propriedade do RDL IndicatorState.Instance

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IndicatorState Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering