Instance-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
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
Eigenschaftenwert
Typ: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .StateIndicatorInstance