IReportData Members
Include Protected Members
Include Inherited Members
Defines interactions with report data.
The IReportData type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ReportStream | Gets a stream representation of the report. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Dispose | (Inherited from IDisposable.) |
![]() |
GenerateNextReport | Generates the next report. |
![]() |
GetBytes | Gets the report in the form of a byte array. |
![]() |
TransmitReport | Transmits the report using the specified HttpContext object. |
Top