Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the calculated value of the IndicatorStyle property in a IndicatorState 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 IndicatorStateInstance
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