共用方式為


BackgroundImage.TransparentColor 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property TransparentColor As ReportColorProperty 
    Get
'用途
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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

請參閱

參考

BackgroundImage 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間