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

WebDocumentViewerController Class

A controller that processes HTTP requests from a Web Document Viewer.

Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer

Assembly: DevExpress.AspNetCore.Reporting.v19.2.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

[Route("DXXRDV")]
public class WebDocumentViewerController :
    ControllerBase

Remarks

Inherit from this class to implement a Web Document Viewer Controller that performs additional manipulations when processing requests.

Inheritance

Object
ControllerBase
Controller
DevExpress.AspNetCore.Reporting.Native.ControllerBase
WebDocumentViewerController
See Also