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