ReportDesignerBuilder.ReportDesignerHandlerUri(String) Method
In This Article
Sets the custom MVC controller to which requests are sent from a Web Report Designer.
Namespace: DevExpress.AspNetCore.Reporting.ReportDesigner
Assembly: DevExpress.AspNetCore.Reporting.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Reporting
#Declaration
public ReportDesignerBuilder ReportDesignerHandlerUri(
string designerHandlerUri
)
#Parameters
Name | Type | Description |
---|---|---|
designer |
String | A string specifying a custom handler URI. |
#Returns
Type | Description |
---|---|
Report |
A Report |
#Remarks
By default, the ReportDesignerController is used.
See Also