Skip to main content
All docs
V26.1
  • ParameterPanelViewModelBase<T>.AssignParametersAsync(IEnumerable<ParameterPanelLayoutItem>, CancellationToken) Method

    Namespace: DevExpress.XtraReports.Parameters.ViewModels

    Assembly: DevExpress.Printing.v26.1.Core.dll

    Declaration

    public Task AssignParametersAsync(
        IEnumerable<ParameterPanelLayoutItem> parameterPanelLayoutItems,
        CancellationToken cancellationToken
    )

    Parameters

    Name Type
    parameterPanelLayoutItems IEnumerable<DevExpress.XtraReports.Parameters.ParameterPanelLayoutItem>
    cancellationToken CancellationToken

    Returns

    Type
    Task
    See Also