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

    Appends an array of parameters to the collection.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public void AddRange(
        XRControlParameter[] parameters
    )

    Parameters

    Name Type Description
    parameters XRControlParameter[]

    An array of parameters 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