次の方法で共有


StyleInstance.BackgroundGradientType プロパティ

Style クラスの BackgroundGradientType プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Overrides Property BackgroundGradientType As BackgroundGradients 
    Get 
    Set
'使用
Dim instance As StyleInstance 
Dim value As BackgroundGradients 

value = instance.BackgroundGradientType

instance.BackgroundGradientType = value
public override BackgroundGradients BackgroundGradientType { get; set; }
public:
virtual property BackgroundGradients BackgroundGradientType {
    BackgroundGradients get () override;
    void set (BackgroundGradients value) override;
}
abstract BackgroundGradientType : BackgroundGradients with get, set 
override BackgroundGradientType : BackgroundGradients with get, set
override function get BackgroundGradientType () : BackgroundGradients 
override function set BackgroundGradientType (value : BackgroundGradients)

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.BackgroundGradients
BackgroundGradientType プロパティの計算値を表す BackgroundGradients 値。

関連項目

参照

StyleInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間