ReportDesignerController Class
A controller that processes HTTP requests from the Web Report Designer.
Namespace: DevExpress.AspNetCore.Reporting.ReportDesigner
Assembly: DevExpress.AspNetCore.Reporting.v20.2.dll
Declaration
[Route("DXXRD")]
public class ReportDesignerController :
ControllerBase
<Route("DXXRD")>
Public Class ReportDesignerController
Inherits ControllerBase
Remarks
Inherit from this class to implement a Report Designer Controller that performs additional manipulations when processing requests.
Inheritance
Object
ControllerBase
Controller
DevExpress.AspNetCore.Reporting.Native.ControllerBase
ReportDesignerController
See Also
Feedback