MVCxDocumentViewer Class
OBSOLETE
https://go.
An ASP.NET MVC equivalent of the obsolete ASPxDocumentViewer control.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.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.