Skip to main content

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.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

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 MVC Extensions DocumentViewerSettings
.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