LedDimColor Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
The LED dim color.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
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>)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ReportColor> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.