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

ReportDesignerApiController Class

OBSOLETE

Use the ReportDesignerApiControllerBase class instead. Review the following document for more information: https://go.devexpress.com/Reporting_BC1033022.aspx

Obsolete. Use the ReportDesignerApiControllerBase class instead.

Namespace: DevExpress.Web.Mvc.Controllers

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

[Obsolete("Use the ReportDesignerApiControllerBase class instead. Review the following document for more information: https://go.devexpress.com/Reporting_BC1033022.aspx", true)]
public class ReportDesignerApiController :
    Controller

Remarks

If you use the MVCxReportDesigner control in an application configured to work with controllers instead of default HTTP handlers, you should explicitly implement the ReportDesignerApiControllerBase descendant in the application.

For more information, review the following document: Breaking Change T1033022.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ReportDesignerApiController class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
ControllerBase
Controller
ReportDesignerApiController
See Also