DecimalDigitColor-Eigenschaft
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Color for the decimal digit.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DecimalDigitColor As ReportExpression(Of ReportColor)
Get
Set
'Usage
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>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ReportColor> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.