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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
[DefaultValue(false)]
[SRCategory(ReportStringId.CatAppearance)]
public bool EnableReportMargins { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to display a report’s page margins; otherwise false. |
See Also