次の方法で共有


LinearScale.Position プロパティ

ゲージ サイズの割合で示したスケールの位置 (水平ゲージの場合は高さ、垂直ゲージの場合は幅)。

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

構文

'宣言
Public ReadOnly Property Position As ReportDoubleProperty 
    Get
'使用
Dim instance As LinearScale 
Dim value As ReportDoubleProperty 

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

プロパティ値

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

関連項目

参照

LinearScale クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間