Partager via


Propriété Transparency

Percent transparency for the image.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Transparency As ReportDoubleProperty
    Get
'Utilisation
Dim instance As FrameImage
Dim value As ReportDoubleProperty

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