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


Свойство Style.BackgroundColor

Gets or sets the color of the background.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property BackgroundColor As ReportExpression(Of ReportColor)
    Get 
    Set
'Применение
Dim instance As Style 
Dim value As ReportExpression(Of ReportColor)

value = instance.BackgroundColor

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

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportColor>
A ReportExpression<T> object.

См. также

Справочник

Style Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel