次の方法で共有


TickMarkStyle.Length プロパティ

放射状ゲージでは親スケールの半径に対する比率で表した目盛りの長さ、線形ゲージでは幅または高さの短い方に対する比率で表した目盛りの長さ。

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

構文

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

value = instance.Length

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

プロパティ値

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

関連項目

参照

TickMarkStyle クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間