Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace