Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the indicator image.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property IndicatorImage As IndicatorImage
Get
'Usage
Dim instance As StateIndicator
Dim value As IndicatorImage
value = instance.IndicatorImage
public IndicatorImage IndicatorImage { get; }
public:
property IndicatorImage^ IndicatorImage {
IndicatorImage^ get ();
}
member IndicatorImage : IndicatorImage
function get IndicatorImage () : IndicatorImage
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.IndicatorImage
An IndicatorImage object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace