次の方法で共有


MapViewport.ContentMargin プロパティ

マップ ビューポートとそのコンテンツ間の余白を取得します。

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

構文

'宣言
Public ReadOnly Property ContentMargin As ReportSizeProperty 
    Get
'使用
Dim instance As MapViewport 
Dim value As ReportSizeProperty 

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

プロパティ値

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

関連項目

参照

MapViewport クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間