Skip to main content
All docs
V24.2

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

Namespace: DevExpress.XtraReports.Parameters.ViewModels

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