DxWasmReportDesigner.SetParametersAsync(ParameterView) Method
This method is intended for internal use. You do not need to call it directly from your code.
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v25.1.JSBasedControls.WebAssembly.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| parameters | ParameterView | The parameters supplied by the component’s parent in the render tree. |
Returns
| Type | Description |
|---|---|
| Task | A Task that completes when the DxDocumentViewer has finished updating and rendering itself. |
See Also