Propriedade do RDL LedDimColor

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

The LED dim color.

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

Sintaxe

'Declaração
Public Property LedDimColor As ReportExpression(Of ReportColor)
    Get
    Set
'Uso
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>)