次の方法で共有


TickMarkStyle.GradientDensity プロパティ

グラデーション効果の強度 (0 ~ 100)。

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

構文

'宣言
Public Property GradientDensity As ReportExpression(Of Double)
    Get 
    Set
'使用
Dim instance As TickMarkStyle 
Dim value As ReportExpression(Of Double)

value = instance.GradientDensity

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

プロパティ値

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

関連項目

参照

TickMarkStyle クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間