Freigeben über


MapViewport.ContentMargin-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.

Siehe auch

Verweis

MapViewport Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace