इसके माध्यम से साझा किया गया


NumericIndicator.LedDimColor Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The LED dim color.

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

Syntax

'Declaration
Public Property LedDimColor As ReportExpression(Of ReportColor)
    Get
    Set
'Usage
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>)