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

ReportViewer.EnableRequestParameters Property

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

Namespace: DevExpress.XtraReports.Web

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

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