DxWasmReportDesigner.SetParametersAsync(ParameterView) Method
In This Article
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.v24.2.JSBasedControls.WebAssembly.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly
#Declaration
public override Task SetParametersAsync(
ParameterView parameters
)
#Parameters
Name | Type | Description |
---|---|---|
parameters | Parameter |
The parameters supplied by the component’s parent in the render tree. |
#Returns
Type | Description |
---|---|
Task | A Task that completes when the Dx |
See Also