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