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 命名空间