ReportBase Members

Include Protected Members
Include Inherited Members

Represents the base class for reports.

The ReportBase type exposes the following members.

Constructors

  Name Description
Protected method ReportBase Initializes a new instance of the ReportBase object.

Top

Properties

  Name Description
Public property DefaultInjectionParameters The default parameters for the report generator.
Public property DefaultQuery The default parameters for the report query.
Protected property DefaultReportName The default file name of the report.
Public property Description The description of the report.
Public property FileName Gets the file name for the generated report.
Public property HttpContentType The default content type used as the MIME type for transferring the report with HTTP.
Public property InjectionAssembly The assembly for the report generator.
Public property InjectionClass The class name for the report generator.
Public property QueryAssembly The assembly for the reporting query.
Public property QueryClass The class name for the reporting query.
Public property ReportName Gets the file name of the report.
Public property Site Gets the site against which the report will be run.
Public property Template Gets a Byte[] representing the template for the report.
Public property TemplateExtension Gets the default extension of the report.

Top

Methods

  Name Description
Public method AggregateReports Generates the reports and stores them in the specified folder.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GenerateAndTransmitReport Generates the report and transmits the report using the HttpResponse.
Public method GetHashCode (Inherited from Object.)
Public method GetReportData Generates a report data object which allows the caller to access the generated report(s).
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

ReportBase Class

Microsoft.Office.RecordsManagement.Reporting Namespace