Skip to main content
All docs
V23.2

DxDocumentViewer.ProcessClientSideRequestAsync(String, String) Method

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v23.2.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