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

ReportViewCollection.AddRange(ReportViewBase[]) Method

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

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

public void AddRange(
    ReportViewBase[] items
)

Parameters

Name Type Description
items ReportViewBase[]

A collection of ReportViewBase objects to add.

See Also