IFsrmReportManager interface (fsrmreports.h)

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.

Inheritance

The IFsrmReportManager interface inherits from the IDispatch interface. IFsrmReportManager also has these types of members:

Methods

The IFsrmReportManager interface has these methods.

 
IFsrmReportManager::CreateReportJob

Creates a report job.
IFsrmReportManager::EnumReportJobs

Enumerates the report jobs.
IFsrmReportManager::GetDefaultFilter

Retrieves the default report filter value that is used with the specified report type.
IFsrmReportManager::GetOutputDirectory

Retrieves the local directory path where the reports with the specified context are stored.
IFsrmReportManager::GetReportJob

Retrieves the specified report job.
IFsrmReportManager::GetReportSizeLimit

Retrieves the current value of the specified report size limit.
IFsrmReportManager::IsFilterValidForReportType

Retrieves a value that determines whether a specified report filter is configurable for the specified report type.
IFsrmReportManager::SetDefaultFilter

Sets the default report filter value to use with the specified report type.
IFsrmReportManager::SetOutputDirectory

Sets the local directory path where reports are stored.
IFsrmReportManager::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

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header fsrmreports.h (include FsrmReports.h, FsrmTlb.h)

See also

FSRM Interfaces

FsrmReportManager