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.v20.2.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

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

Remarks

Inherit from this class to implement a custom Web Document Viewer Controller. For a code sample, review the following project:

View Example: ASP.NET Core Reporting - Best Practices

Inheritance

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