Partager via


Propriété TransparentColor

Gets an expression that evaluates to a color to treat as transparent in the background image.

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

Syntaxe

'Déclaration
Public ReadOnly Property TransparentColor As ReportColorProperty
    Get
'Utilisation
Dim instance As BackgroundImage
Dim value As ReportColorProperty

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