Skip to main content

ReportViewCollection.AddRange(ReportViewBase[]) Method

Adds all items from the specified collection of report views to the ReportViewCollection.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public void AddRange(
    ReportViewBase[] items
)

Parameters

Name Type Description
items ReportViewBase[]

A collection of ReportViewBase objects to add.

See Also