次の方法で共有


TickMarkStyle.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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
ReportDoubleProperty オブジェクト。

関連項目

参照

TickMarkStyle クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間