MVCxDocumentViewer Class
OBSOLETE
https://go.devexpress.com/Reporting_BC4904.aspx
An ASP.NET MVC equivalent of the obsolete ASPxDocumentViewer control.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
[Obsolete("https://go.devexpress.com/Reporting_BC4904.aspx", false)]
public class MVCxDocumentViewer :
ASPxDocumentViewer
Remarks
The MVCxDocumentViewer class renders the DocumentViewerExtension in ASP.NET MVC applications.
In most scenarios, it is not required to use the MVCxDocumentViewer class in the production code.
To properly follow the ASP.NET MVC pattern when implementing a Document Viewer, use the DocumentViewerExtension and DocumentViewerSettings classes.
The MVCxClientDocumentViewer class is the client-side counterpart of the MVCxDocumentViewer control.
Implements
DevExpress.Web.Internal.IWebControl
DevExpress.Web.Internal.IComponentHost
DevExpress.Web.Internal.IWebControlObject
DevExpress.Web.IClientObjectOwner
DevExpress.Web.Internal.IPostBackDataHandlerEx
DevExpress.Web.Internal.IPostDataCollection
DevExpress.Web.Internal.IHandleCallbackError
DevExpress.Web.Internal.IParentSkinOwner
DevExpress.Web.Internal.ISkinOwner
DevExpress.Web.Design.IControlDesigner
Inheritance
See Also