Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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