次の方法で共有


NumericIndicator.IndicatorStyle プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

インジケーターのスタイル。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property IndicatorStyle As ReportExpression(Of NumericIndicatorStyles)
    Get 
    Set
'使用
Dim instance As NumericIndicator 
Dim value As ReportExpression(Of NumericIndicatorStyles)

value = instance.IndicatorStyle

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

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<NumericIndicatorStyles>
ReportExpression<T> オブジェクト。

関連項目

参照

NumericIndicator クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間