Skip to main content
All docs
V23.2

ParameterPanelViewModelBase<T>.AssignParametersAsync(IEnumerable<ParameterPanelLayoutItem>, CancellationToken) Method

Namespace: DevExpress.XtraReports.Parameters.ViewModels

Assembly: DevExpress.Printing.v23.2.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