共用方式為


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