Udostępnij za pośrednictwem


Właściwość NumericIndicator.LedDimColor

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Ciemny kolor diody LED.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property LedDimColor As ReportExpression(Of ReportColor)
    Get
    Set
'Użycie
Dim instance As NumericIndicator
Dim value As ReportExpression(Of ReportColor)

value = instance.LedDimColor

instance.LedDimColor = value
public ReportExpression<ReportColor> LedDimColor { get; set; }
public:
property ReportExpression<ReportColor> LedDimColor {
    ReportExpression<ReportColor> get ();
    void set (ReportExpression<ReportColor> value);
}
member LedDimColor : ReportExpression<ReportColor> with get, set
function get LedDimColor () : ReportExpression<ReportColor>
function set LedDimColor (value : ReportExpression<ReportColor>)