WebDocumentViewerBuilderBase<TSettings, TImpl, TModel>.HandlerUri(String) Method
Specifies a custom MVC controller to which requests are sent from a reporting component.
Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer
Assembly: DevExpress.AspNetCore.Reporting.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
handlerUri | String | A string that is a custom handler URI. |
Returns
Type | Description |
---|---|
TImpl | A WebDocumentViewerBuilderBase<TSettings, TImpl, TModel> that can be used in method chaining to configure the component. |
Remarks
The default value specifies the WebDocumentViewerController.
See Also