DxReportDesigner.ProcessClientSideRequestAsync(String, String) Method
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v24.1.JSBasedControls.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls
Declaration
[JSInvokable]
public virtual Task<object> ProcessClientSideRequestAsync(
string operationId,
string url
)
Parameters
Name | Type |
---|---|
operationId | String |
url | String |
Returns
Type |
---|
Task<Object> |
See Also