MapViewport.ContentMargin Property

Gets the margin between a map viewport and its content.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property ContentMargin As ReportSizeProperty
    Get
'Usage
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