Partilhar via


Propriedade do RDL StateIndicator.IndicatorImage

Gets the indicator image.

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

Sintaxe

'Declaração
Public ReadOnly Property IndicatorImage As IndicatorImage 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

StateIndicator Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering