共用方式為


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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.

請參閱

參考

MapViewport 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間