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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
[DefaultValue(false)]
[SRCategory(ReportStringId.CatBehavior)]
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