Report Members
Include Protected Members
Include Inherited Members
Represents an audit or a workflow report.
The Report type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Report(SPSite, Guid) | Initializes a new instance of a report. |
![]() |
Report(SPSite, String, String, String, CultureInfo) | Initializes an instance of a report. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Category | Represents the category of a report: auditing or workflow. |
![]() |
DefaultInjectionParameters | Gets the default injection parameters for the report. (Overrides ReportBase.DefaultInjectionParameters.) |
![]() |
DefaultQuery | Gets the default query parameters for the report. (Overrides ReportBase.DefaultQuery.) |
![]() |
DefaultReportName | (Overrides ReportBase.DefaultReportName.) |
![]() |
Description | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ReportBase.Description.) |
![]() |
FileName | Gets the file name for the generated report. (Inherited from ReportBase.) |
![]() |
HttpContentType | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ReportBase.HttpContentType.) |
![]() |
IconUrl | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() |
Id | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() |
InjectionAssembly | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ReportBase.InjectionAssembly.) |
![]() |
InjectionClass | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ReportBase.InjectionClass.) |
![]() |
Locale | Gets the locale in which to generate the report. |
![]() |
QueryAssembly | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ReportBase.QueryAssembly.) |
![]() |
QueryBuilder | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() |
QueryClass | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ReportBase.QueryClass.) |
![]() |
ReportName | Gets the file name of the report. (Inherited from ReportBase.) |
![]() |
Site | Gets the site against which the report will be run. (Inherited from ReportBase.) |
![]() |
Subcategory | Gets the subcategory of the report. |
![]() |
Template | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ReportBase.Template.) |
![]() |
TemplateExtension | Gets the extension of the file created for the report. (Overrides ReportBase.TemplateExtension.) |
![]() |
TemplateId | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AggregateReports | Generates the reports and stores them in the specified folder. (Inherited from ReportBase.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
Generate | Obsolete. Generates a report. |
![]() |
GenerateAndTransmitReport | Generates the report and transmits the report using the HttpResponse. (Inherited from ReportBase.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetReportData | Generates a report data object which allows the caller to access the generated report(s). (Inherited from ReportBase.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top