Skip to main content
All docs
V25.1
  • LocalizationItemCollection.AddRange(LocalizationItem[]) Method

    Appends an array of localization items to the collection.

    Namespace: DevExpress.XtraReports.Localization

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.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