Skip to main content

ParameterCollection.AddRange(Parameter[]) Method

Appends an array of parameters to the collection.

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public void AddRange(
    Parameter[] parameters
)

Parameters

Name Type Description
parameters Parameter[]

An array of Parameter objects to append to the collection.

Remarks

Objects are added to the end of the collection in the same order they have in the array.

See Also