ParameterCollection.AddRange(Parameter[]) Method
Appends an array of parameters to the collection.
Namespace: DevExpress.XtraReports.Parameters
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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