Compartir a través de


NumericIndicatorRange.DecimalDigitColor Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Color for the decimal digit.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property DecimalDigitColor As ReportExpression(Of ReportColor)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

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

Vea también

Referencia

NumericIndicatorRange Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel