StateIndicator.Instance Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Instance As StateIndicatorInstance
Get
'Usage
Dim instance As StateIndicator
Dim value As StateIndicatorInstance
value = instance.Instance
public StateIndicatorInstance Instance { get; }
public:
property StateIndicatorInstance^ Instance {
StateIndicatorInstance^ get ();
}
member Instance : StateIndicatorInstance
function get Instance () : StateIndicatorInstance
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.StateIndicatorInstance