ReportParametersPanel.ReportViewer Property
Specifies the ReportViewer instance with which a ReportParametersPanel is associated.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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.
- ReportViewer (in code);
- ReportParametersPanel.ReportViewerID (at Visual Studio design time).
See Also