Compartilhar via


Propriedade do RDL IndicatorImage.Transparency

Gets or sets the transparency of the image.

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 IndicatorImage 
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>
A ReportExpression<T> object.

Consulte também

Referência

IndicatorImage Classe

Namespace Microsoft.ReportingServices.RdlObjectModel