次の方法で共有


StyleBaseInstance.BackgroundGradientType プロパティ

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

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

構文

'宣言
Public MustOverride Property BackgroundGradientType As BackgroundGradients 
    Get 
    Set
'使用
Dim instance As StyleBaseInstance 
Dim value As BackgroundGradients 

value = instance.BackgroundGradientType

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

プロパティ値

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

関連項目

参照

StyleBaseInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間