IReportDataSource Members
Include Protected Members
Include Inherited Members
Defines a reporting data source and its interaction with the reporting engine.
The IReportDataSource type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasMoreData | Whether the data source has more data to report. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | (Inherited from IDisposable.) | |
GetNextDataRow | Gets the next row of data. | |
StartQuery | Starts a query for reporting data on a site. | |
StartReport | Starts a report with the specified parameters. |
Top