Partager via


Propriété DecimalDigitColor

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Color for the decimal digit.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property DecimalDigitColor As ReportExpression(Of ReportColor)
    Get
    Set
'Utilisation
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>)