次の方法で共有


GaugePointer.MarkerLength プロパティ

マーカーの長さを、親スケール半径に対するパーセントとして取得します。

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

構文

'宣言
Public ReadOnly Property MarkerLength As ReportDoubleProperty 
    Get
'使用
Dim instance As GaugePointer 
Dim value As ReportDoubleProperty 

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

プロパティ値

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

関連項目

参照

GaugePointer クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間