Skip to main content

DxDocumentViewer.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.v23.2.JSBasedControls.dll

NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls

Declaration

public override Task SetParametersAsync(
    ParameterView parameters
)

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