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 calculated value of the IndicatorStyle property in a StateIndicator class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property IndicatorStyle As GaugeStateIndicatorStyles
Get
'Usage
Dim instance As StateIndicatorInstance
Dim value As GaugeStateIndicatorStyles
value = instance.IndicatorStyle
public GaugeStateIndicatorStyles IndicatorStyle { get; }
public:
property GaugeStateIndicatorStyles IndicatorStyle {
GaugeStateIndicatorStyles get ();
}
member IndicatorStyle : GaugeStateIndicatorStyles
function get IndicatorStyle () : GaugeStateIndicatorStyles
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GaugeStateIndicatorStyles
A GaugeStateIndicatorStyles value that represents the calculated value of the IndicatorStyle property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace