Поделиться через


Свойство IndicatorState.IndicatorStyle

The style attributes.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property IndicatorStyle As ReportExpression(Of GaugeStateIndicatorStyles)
    Get 
    Set
'Применение
Dim instance As IndicatorState 
Dim value As ReportExpression(Of GaugeStateIndicatorStyles)

value = instance.IndicatorStyle

instance.IndicatorStyle = value
public ReportExpression<GaugeStateIndicatorStyles> IndicatorStyle { get; set; }
public:
property ReportExpression<GaugeStateIndicatorStyles> IndicatorStyle {
    ReportExpression<GaugeStateIndicatorStyles> get ();
    void set (ReportExpression<GaugeStateIndicatorStyles> value);
}
member IndicatorStyle : ReportExpression<GaugeStateIndicatorStyles> with get, set
function get IndicatorStyle () : ReportExpression<GaugeStateIndicatorStyles>
function set IndicatorStyle (value : ReportExpression<GaugeStateIndicatorStyles>)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<GaugeStateIndicatorStyles>
A Style object.

См. также

Справочник

IndicatorState Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel