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.Mvc5.v18.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.

See Also