Właściwość NumericIndicator.DecimalDigitColor
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Kolor dla cyfry dziesiętnej.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property DecimalDigitColor As ReportExpression(Of ReportColor)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportColor>
A ReportExpression<T> obiektu.
Zobacz także