次の方法で共有


ScaleRange.BackgroundGradientType プロパティ

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

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

構文

'宣言
Public ReadOnly Property BackgroundGradientType As ReportEnumProperty(Of BackgroundGradientTypes)
    Get
'使用
Dim instance As ScaleRange 
Dim value As ReportEnumProperty(Of BackgroundGradientTypes)

value = instance.BackgroundGradientType
public ReportEnumProperty<BackgroundGradientTypes> BackgroundGradientType { get; }
public:
property ReportEnumProperty<BackgroundGradientTypes>^ BackgroundGradientType {
    ReportEnumProperty<BackgroundGradientTypes>^ get ();
}
member BackgroundGradientType : ReportEnumProperty<BackgroundGradientTypes>
function get BackgroundGradientType () : ReportEnumProperty<BackgroundGradientTypes>

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<BackgroundGradientTypes>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

ScaleRange クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間