Propriedade do RDL StateIndicator.IndicatorImage
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the state image.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property IndicatorImage As IndicatorImage
Get
Set
'Uso
Dim instance As StateIndicator
Dim value As IndicatorImage
value = instance.IndicatorImage
instance.IndicatorImage = value
public IndicatorImage IndicatorImage { get; set; }
public:
property IndicatorImage^ IndicatorImage {
IndicatorImage^ get ();
void set (IndicatorImage^ value);
}
member IndicatorImage : IndicatorImage with get, set
function get IndicatorImage () : IndicatorImage
function set IndicatorImage (value : IndicatorImage)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel.IndicatorImage
A IndicatorImage object.