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


Свойство Style.BackgroundGradientType

Gets or sets the type of background gradient.

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

Синтаксис

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

value = instance.BackgroundGradientType

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

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

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

См. также

Справочник

Style Класс

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