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

    Namespace: DevExpress.XtraReports.Parameters.ViewModels

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

    NuGet Package: DevExpress.Printing.Core

    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