Back to Devexpress

ReportDesignerBuilder.ReportDesignerHandlerUri(String) Method

xtrareports-devexpress-dot-aspnetcore-dot-reporting-dot-reportdesigner-dot-reportdesignerbuilder-dot-reportdesignerhandleruri-x28-system-dot-string-x29.md

latest2.1 KB
Original Source

ReportDesignerBuilder.ReportDesignerHandlerUri(String) Method

Sets the custom MVC controller to which requests are sent from a Web Report Designer.

Namespace : DevExpress.AspNetCore.Reporting.ReportDesigner

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

NuGet Package : DevExpress.AspNetCore.Reporting

Declaration

csharp
public ReportDesignerBuilder ReportDesignerHandlerUri(
    string designerHandlerUri
)
vb
Public Function ReportDesignerHandlerUri(
    designerHandlerUri As String
) As ReportDesignerBuilder

Parameters

NameTypeDescription
designerHandlerUriString

A string specifying a custom handler URI.

|

Returns

TypeDescription
ReportDesignerBuilder

A ReportDesignerBuilder that can be used to further configure the Report Designer.

|

Remarks

By default, the ReportDesignerController is used.

See Also

ReportDesignerBuilder Class

ReportDesignerBuilder Members

DevExpress.AspNetCore.Reporting.ReportDesigner Namespace