ReportViewCollection.AddRange(ReportViewBase[]) Method
Adds all items from the specified collection of report views to the ReportViewCollection.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v25.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| items | ReportViewBase[] | A collection of ReportViewBase objects to add. |
See Also