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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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 |
---|---|---|
ASP.NET MVC Extensions | DocumentViewerSettings |
|
.NET Reporting Tools | ASPxDocumentViewer |
|
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.