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

ReportParametersPanel.ReportViewer Property

Specifies the ReportViewer instance with which a ReportParametersPanel is associated.

Namespace: DevExpress.XtraReports.Web

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

Declaration

[Browsable(false)]
public ReportViewer ReportViewer { get; set; }

Property Value

Type Description
ReportViewer

A ReportViewer object.

Remarks

When creating an ASP.NET reporting application, you can associate a Report Viewer with a Parameters Panel using the following properties.

To learn more, see ASP.NET Document Viewer.

See Also