Skip to main content
All docs
V26.1
  • DxReportDesigner.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.v26.1.JSBasedControls.dll

    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 DxReportDesigner has finished updating and rendering itself.

    See Also