Compartir a través de


GaugeImage.TransparentColor Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the color for image transparency.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property TransparentColor As ReportExpression(Of ReportColor)
    Get 
    Set
'Uso
Dim instance As GaugeImage 
Dim value As ReportExpression(Of ReportColor)

value = instance.TransparentColor

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportColor>
The color for image transparency.

Vea también

Referencia

GaugeImage Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel