LocalizationItemCollection.AddRange(LocalizationItem[]) Method
Appends an array of localization items to the collection.
Namespace: DevExpress.XtraReports.Localization
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | LocalizationItem[] | An array of localization items to add to the collection. |
Remarks
Objects are added to the end of the collection in the same order they have in the array.
See Also