Compartilhar via


Propriedade do RDL GaugeImage.Transparency

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

Gets or sets the image transparency.

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

Sintaxe

'Declaração
Public Property Transparency As ReportExpression(Of Double)
    Get 
    Set
'Uso
Dim instance As GaugeImage 
Dim value As ReportExpression(Of Double)

value = instance.Transparency

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
The image transparency.

Consulte também

Referência

GaugeImage Classe

Namespace Microsoft.ReportingServices.RdlObjectModel