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

ReportViewer Class

As part of the ASPxDocumentViewer control, renders and displays a report document on a Web page.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public class ReportViewer :
    ASPxWebControl,
    IParentSkinOwner,
    ISkinOwner,
    IPropertiesOwner

The following members return ReportViewer objects:

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.

See Also