Share via


NumericIndicatorRange.DigitColor Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Color of a digit.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property DigitColor As ReportExpression(Of ReportColor)
    Get 
    Set
'Usage
Dim instance As NumericIndicatorRange 
Dim value As ReportExpression(Of ReportColor)

value = instance.DigitColor

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

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportColor>
A ReportExpression<T> object.

See Also

Reference

NumericIndicatorRange Class

Microsoft.ReportingServices.RdlObjectModel Namespace