次の方法で共有


Style.BackgroundGradientType プロパティ

背景のグラデーションの種類に評価される式を取得します。

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

構文

'宣言
Public Overrides ReadOnly Property BackgroundGradientType As ReportEnumProperty(Of BackgroundGradients)
    Get
'使用
Dim instance As Style 
Dim value As ReportEnumProperty(Of BackgroundGradients)

value = instance.BackgroundGradientType
public override ReportEnumProperty<BackgroundGradients> BackgroundGradientType { get; }
public:
virtual property ReportEnumProperty<BackgroundGradients>^ BackgroundGradientType {
    ReportEnumProperty<BackgroundGradients>^ get () override;
}
abstract BackgroundGradientType : ReportEnumProperty<BackgroundGradients>
override BackgroundGradientType : ReportEnumProperty<BackgroundGradients>
override function get BackgroundGradientType () : ReportEnumProperty<BackgroundGradients>

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<BackgroundGradients>
背景のグラデーションの種類を表す ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

Style クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間