ReportBase Members
Include Protected Members
Include Inherited Members
Represents the base class for reports.
The ReportBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReportBase | Initializes a new instance of the ReportBase object. |
Top
Properties
Name | Description | |
---|---|---|
DefaultInjectionParameters | The default parameters for the report generator. | |
DefaultQuery | The default parameters for the report query. | |
DefaultReportName | The default file name of the report. | |
Description | The description of the report. | |
FileName | Gets the file name for the generated report. | |
HttpContentType | The default content type used as the MIME type for transferring the report with HTTP. | |
InjectionAssembly | The assembly for the report generator. | |
InjectionClass | The class name for the report generator. | |
QueryAssembly | The assembly for the reporting query. | |
QueryClass | The class name for the reporting query. | |
ReportName | Gets the file name of the report. | |
Site | Gets the site against which the report will be run. | |
Template | Gets a Byte[] representing the template for the report. | |
TemplateExtension | Gets the default extension of the report. |
Top
Methods
Name | Description | |
---|---|---|
AggregateReports | Generates the reports and stores them in the specified folder. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateAndTransmitReport | Generates the report and transmits the report using the HttpResponse. | |
GetHashCode | (Inherited from Object.) | |
GetReportData | Generates a report data object which allows the caller to access the generated report(s). | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top