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

MVCxWebDocumentViewer Class

An ASP.NET MVC equivalent of the ASPxWebDocumentViewer control.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v17.2.dll

Declaration

public class MVCxWebDocumentViewer :
    ASPxWebDocumentViewer

Remarks

The Web Document Viewer is shipped along with a Web Report Designer to view documents in a client web browser.

The MVCxWebDocumentViewer class renders the WebDocumentViewerExtension in ASP.NET MVC applications.

To properly follow the ASP.NET MVC pattern when implementing a Document Viewer, use the WebDocumentViewerExtension and DocumentViewerSettings classes.

The MVCxClientWebDocumentViewer class is the client-side counterpart of the MVCxWebDocumentViewer control.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MVCxWebDocumentViewer class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

See Also