Skip to main content
A newer version of this page is available. .

ReportViewerSettings.EnableReportMargins Property

Specifies whether or not the Document Viewer should display the page margins of a report document.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public bool EnableReportMargins { get; set; }

Property Value

Type Description
Boolean

true, to display a report’s page margins; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableReportMargins
ReportViewerExtension
.Settings.EnableReportMargins
See Also