BaseGaugeImage.TransparentColor 属性

Gets or sets the color to treat as transparent in the 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 BaseGaugeImage 
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.

请参阅

参考

BaseGaugeImage 类

Microsoft.ReportingServices.RdlObjectModel 命名空间