次の方法で共有


NumericIndicator.DecimalDigitColor プロパティ

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

10 進数字の色。

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

構文

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

value = instance.DecimalDigitColor

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

プロパティ値

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

関連項目

参照

NumericIndicator クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間