Compartilhar via


Propriedade do RDL NumericIndicator.DecimalDigitColor

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Color for the decimal digit.

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

Sintaxe

'Declaração
Public Property DecimalDigitColor As ReportExpression(Of ReportColor)
    Get 
    Set
'Uso
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>)

Valor da propriedade

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

Consulte também

Referência

NumericIndicator Classe

Namespace Microsoft.ReportingServices.RdlObjectModel