Поделиться через


Свойство 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