次の方法で共有


EndMargin プロパティ

ゲージ サイズの割合で示した、ゲージの終了位置からスケールの終了位置までの距離。

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

構文

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

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