次の方法で共有


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

プロパティ値

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

関連項目

参照

LinearScale クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間