共用方式為


GaugeImage.TransparentColor 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the color for image transparency.

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

語法

'宣告
Public Property TransparentColor As ReportExpression(Of ReportColor)
    Get 
    Set
'用途
Dim instance As GaugeImage 
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>
The color for image transparency.

請參閱

參考

GaugeImage 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間