Sdílet prostřednictvím


BackgroundImage.TransparentColor Property

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

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

Syntax

'Declaration
Public ReadOnly Property TransparentColor As ReportColorProperty
    Get
'Usage
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