FilePlanReport Members
Include Protected Members
Include Inherited Members
Represents a data source for gathering audit history data.
The FilePlanReport type exposes the following members.
Methods
Name | Description | |
---|---|---|
AggregateReports | Generates the file plan report(s) for the list and stores them in the specified folder. | |
Create | Creates a file plan report. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDisposable.Dispose | The implementation of the FilePlanReport IDisposable Dispose method. | |
IReportDataSource.GetNextDataRow | Gets the next data row when generating the report. | |
IReportDataSource.HasMoreData | Gets whether there are more rows of audit data. | |
IReportDataSource.StartQuery | Starts the query for the report. | |
IReportDataSource.StartReport | Initializes the parameters for the report. |
Top