DxReportDesignerRequestOptions.ReportDesignerHandlerUri Property
Gets or sets a custom MVC controller that processes Report Designer requests.
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v24.2.JSBasedControls.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls
Declaration
Property Value
Type | Description |
---|---|
String | A string that is the controller’s name. Default value is DXXRD. |
See Also