IReportGenerator Members
Include Protected Members
Include Inherited Members
Defines a report generator and its interaction with the reporting engine.
The IReportGenerator type exposes the following members.
Properties
Name | Description | |
---|---|---|
MaxRows | Gets the maximum number of rows in a report. | |
MinRows | Gets the minimum number of rows in a report. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | (Inherited from IDisposable.) | |
EndReport | Ends the current report. | |
InjectDataRow | Injects a row of data into the current report. | |
OpenReportStream | Opens the report stream. | |
StartReport | Starts a report. |
Top