LocalizationItemCollection.AddRange(LocalizationItem[]) Method
In This Article
Appends an array of localization items to the collection.
Namespace: DevExpress.XtraReports.Localization
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public void AddRange(
LocalizationItem[] items
)
#Parameters
Name | Type | Description |
---|---|---|
items | Localization |
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