StiReportsCollection Class
Namespace: Stimulsoft.Report
Class describes a collection of reports. This collection used in SubReports property of StiReport.
Inheritance
Inherits from: CollectionBase
Methods
| Method | Returns | Description |
|---|---|---|
| Add (+1 overloads) | void | |
| AddRange (+1 overloads) | void | |
| Contains | bool | |
| IndexOf | int | |
| Insert | void | |
| Remove | void |
Method Details
Add
Add(report: StiReport): void
Parameters
- report (StiReport)
Add(report: StiReport, resetPageNumber: bool, printOnPreviousPage: bool): void
Parameters
- report (StiReport)
- resetPageNumber (bool)
- printOnPreviousPage (bool)
AddRange
AddRange(reports: StiReportsCollection): void
Parameters
- reports (StiReportsCollection)
AddRange(**: StiReportreports): void
Parameters
- ** (StiReportreports)
Contains
Contains(report: StiReport): bool
Parameters
- report (StiReport)
Returns bool
IndexOf
IndexOf(report: StiReport): int
Parameters
- report (StiReport)
Returns int
Insert
Insert(index: int, report: StiReport): void
Parameters
- index (int)
- report (StiReport)
Remove
Remove(report: StiReport): void
Parameters
- report (StiReport)