共用方式為


BackgroundImage.TransparentColor 屬性

Gets or sets a color to treat as transparent in the background image.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property TransparentColor As ReportExpression(Of ReportColor)
    Get 
    Set
'用途
Dim instance As BackgroundImage 
Dim value As ReportExpression(Of ReportColor)

value = instance.TransparentColor

instance.TransparentColor = value
public ReportExpression<ReportColor> TransparentColor { get; set; }
public:
property ReportExpression<ReportColor> TransparentColor {
    ReportExpression<ReportColor> get ();
    void set (ReportExpression<ReportColor> value);
}
member TransparentColor : ReportExpression<ReportColor> with get, set
function get TransparentColor () : ReportExpression<ReportColor>
function set TransparentColor (value : ReportExpression<ReportColor>)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportColor>
A ReportExpression<T> object.

請參閱

參考

BackgroundImage 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間