次の方法で共有


ScaleRange.BackgroundGradientType プロパティ

背景のグラデーションの種類。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property BackgroundGradientType As ReportExpression(Of GaugeBackgroundGradients)
    Get 
    Set
'使用
Dim instance As ScaleRange 
Dim value As ReportExpression(Of GaugeBackgroundGradients)

value = instance.BackgroundGradientType

instance.BackgroundGradientType = value
public ReportExpression<GaugeBackgroundGradients> BackgroundGradientType { get; set; }
public:
property ReportExpression<GaugeBackgroundGradients> BackgroundGradientType {
    ReportExpression<GaugeBackgroundGradients> get ();
    void set (ReportExpression<GaugeBackgroundGradients> value);
}
member BackgroundGradientType : ReportExpression<GaugeBackgroundGradients> with get, set
function get BackgroundGradientType () : ReportExpression<GaugeBackgroundGradients>
function set BackgroundGradientType (value : ReportExpression<GaugeBackgroundGradients>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<GaugeBackgroundGradients>
ReportExpression<T> オブジェクト。

関連項目

参照

ScaleRange クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間