ReportViewer Class
OBSOLETE
https://go.devexpress.com/Reporting_BC4904.aspx
As part of the ASPxDocumentViewer control, renders and displays a report document on a Web page.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
[Obsolete("https://go.devexpress.com/Reporting_BC4904.aspx", false)]
public class ReportViewer :
ASPxWebControl,
IParentSkinOwner,
ISkinOwner,
IPropertiesOwner
Remarks
A default viewer is automatically enabled by an ASPxDocumentViewer. To access and customize a Report Viewer, use the following properties.
To access a Document Viewer Toolbar on the client, call the ASPxClientDocumentViewer.GetViewer method that returns an ASPxClientReportViewer object.
In ASP.NET MVC, a Report Viewer is provided by the ReportViewerExtension class.
Inheritance
See Also