Length プロパティ

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

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

構文

'宣言
Public ReadOnly Property Length As ReportDoubleProperty
    Get
'使用
Dim instance As TickMarkStyle
Dim value As ReportDoubleProperty

value = instance.Length
public ReportDoubleProperty Length { get; }
public:
property ReportDoubleProperty^ Length {
    ReportDoubleProperty^ get ();
}
member Length : ReportDoubleProperty
function get Length () : ReportDoubleProperty