IFsrmReportManager interface
Applies to: desktop apps only
Used to manage report jobs.
To get this interface, call the CoCreateInstanceEx function. Use CLSID_FsrmReportManager as the class identifier and __uuidof(IFsrmReportManager) as the interface identifier. For an example, see Defining a Report Job.
Members
The IFsrmReportManager interface inherits from the IDispatch interface. IFsrmReportManager also has these types of members:
Methods
The IFsrmReportManager interface has these methods.
| Method | Description |
|---|---|
| CreateReportJob |
Creates a report job. |
| EnumReportJobs |
Enumerates the report jobs. |
| GetDefaultFilter |
Retrieves the default report filter value that is used with the specified report type. |
| GetOutputDirectory |
Retrieves the local directory path where the reports with the specified context are stored. |
| GetReportJob |
Retrieves the specified report job. |
| GetReportSizeLimit |
Retrieves the current value of the specified report size limit. |
| IsFilterValidForReportType |
Retrieves a value that determines whether a specified report filter is configurable for the specified report type. |
| SetDefaultFilter |
Sets the default report filter value to use with the specified report type. |
| SetOutputDirectory |
Sets the local directory path where the reports with the specified context are stored. |
| SetReportSizeLimit |
Sets the current value of the specified report size limit. |
Remarks
A storage report job specifies a set of directories that will be analyzed to generate one or more different report types that help administrators to better understand how storage is utilized in the specified directories. You can configure report jobs to execute according to a schedule or on demand.
To create this object from a script, use the Fsrm.FsrmReportManager program identifier.
Requirements
|
Minimum supported client | None supported |
|---|---|
|
Minimum supported server | Windows Server 2008 |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 3/6/2012