MapViewport.ContentMargin 属性

Gets the margin between a map viewport and its content.

命名空间:  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