다음을 통해 공유


NumericIndicatorRange.DecimalDigitColor 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Color for the decimal digit.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property DecimalDigitColor As ReportExpression(Of ReportColor)
    Get 
    Set
‘사용 방법
Dim instance As NumericIndicatorRange 
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>
A ReportExpression<T> object.

참고 항목

참조

NumericIndicatorRange 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스