다음을 통해 공유


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 네임스페이스