Partilhar via


Propriedade do RDL Transparency

Gets an expression that evaluates to the percent transparency for the image.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Transparency As ReportDoubleProperty
    Get
'Uso
Dim instance As PointerImage
Dim value As ReportDoubleProperty

value = instance.Transparency
public ReportDoubleProperty Transparency { get; }
public:
property ReportDoubleProperty^ Transparency {
    ReportDoubleProperty^ get ();
}
member Transparency : ReportDoubleProperty
function get Transparency () : ReportDoubleProperty