Back to Devexpress

ReportDesignerBuilder.ReportPreviewHandlerUri(String) Method

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

latest2.1 KB
Original Source

ReportDesignerBuilder.ReportPreviewHandlerUri(String) Method

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

Namespace : DevExpress.AspNetCore.Reporting.ReportDesigner

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

NuGet Package : DevExpress.AspNetCore.Reporting

Declaration

csharp
public ReportDesignerBuilder ReportPreviewHandlerUri(
    string previewHandlerUri
)
vb
Public Function ReportPreviewHandlerUri(
    previewHandlerUri As String
) As ReportDesignerBuilder

Parameters

NameTypeDescription
previewHandlerUriString

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 WebDocumentViewerController is used.

See Also

ReportDesignerBuilder Class

ReportDesignerBuilder Members

DevExpress.AspNetCore.Reporting.ReportDesigner Namespace