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

ReportViewer.EnableReportMargins Property

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

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[SRCategory(ReportStringId.CatAppearance)]
[DefaultValue(false)]
public bool EnableReportMargins { get; set; }

Property Value

Type Default Description
Boolean false

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

See Also