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

DocumentViewerReportViewerSettings.EnableRequestParameters Property

When a report has parameters, defines whether or not a report document is auto-created when ASPxDocumentViewer is rendered on a Web page without submitting parameter value(s) via ReportParametersPanel.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

Declaration

[DefaultValue(true)]
public bool EnableRequestParameters { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to not generate a report document until a user submits its parameter value(s); otherwise false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EnableRequestParameters
Reporting ASPxDocumentViewer
.SettingsReportViewer.EnableRequestParameters
ASP.NET Web Forms Controls DocumentViewerSettings
.SettingsReportViewer.EnableRequestParameters
MVCxDocumentViewer
.SettingsReportViewer.EnableRequestParameters

Remarks

If the XtraReport.RequestParameters property is enabled, use the EnableRequestParameters property to control whether or not a report is generated before a user clicks Submit in a ReportParametersPanel.

See Also