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


Add(report: StiReport, resetPageNumber: bool, printOnPreviousPage: bool): void

Parameters

  • report (StiReport)
  • resetPageNumber (bool)
  • printOnPreviousPage (bool)

AddRange

AddRange(reports: StiReportsCollection): void

Parameters


AddRange(**: StiReportreports): void

Parameters

  • ** (StiReportreports)

Contains

Contains(report: StiReport): bool

Parameters

Returns bool


IndexOf

IndexOf(report: StiReport): int

Parameters

Returns int


Insert

Insert(index: int, report: StiReport): void

Parameters


Remove

Remove(report: StiReport): void

Parameters