Skip to main content
A newer version of this page is available. .

LocalizationItemCollection.AddRange(LocalizationItem[]) Method

Appends an array of localization items to the collection.

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public void AddRange(
    LocalizationItem[] items
)

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