Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the properties of the state 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 IndicatorState
Dim value As IndicatorImage
value = instance.IndicatorImage
public IndicatorImage IndicatorImage { get; }
public:
property IndicatorImage^ IndicatorImage {
IndicatorImage^ get ();
}
member IndicatorImage : IndicatorImage
function get IndicatorImage () : IndicatorImage
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.IndicatorImage
An IndicatorImage object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace