ReportCombiner Class Members
In This Topic
The following tables list the members exposed by ReportCombiner.
Public Constructors
Public Properties
| Name | Description |
| DefaultStep | Gets or sets the default gap between two adjacent subreports. |
| Mode | Gets or sets the report combine mode. |
Top
Public Methods
| Name | Description |
| AddRange | Add a collection of reports with specified options in the reports list. |
| AddReport | Add the report with specified options in the reports list. |
| BuildReport | Returns a new PageReport instance |
| Clear | Clears all the items from current instance of report combiner. |
| Insert | Insert a report to the specified position in reports list. |
| RemoveAll | Remove all the occurrences of the specified report. |
| RemoveAt | Remove the report from the specified position in the reports list. |
| SetMargin | Overloaded. Sets the margins of the report. |
Top
See Also