Udostępnij przez


Właściwość StateIndicator.IndicatorImage

Pobiera obraz wskaźnika.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property IndicatorImage As IndicatorImage
    Get
'Użycie
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