次の方法で共有


StartMargin プロパティ

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

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

構文

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

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