IFsrmReport interface (fsrmreports.h)

Used to configure the description and filters for a single report.

To create this interface, call the IFsrmReportJob::CreateReport method.

The following methods return this interface:

Inheritance

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

Methods

The IFsrmReport interface has these methods.

 
IFsrmReport::Delete

Removes this report object from the report job object.
IFsrmReport::get_Description

Retrieves or sets the description of the report. (Get)
IFsrmReport::get_LastGeneratedFileNamePrefix

Retrieves the report's generated file name for the last time the report was run.
IFsrmReport::get_Name

Retrieves or sets the name of the report. (Get)
IFsrmReport::get_Type

Retrieves the type of report to generate.
IFsrmReport::GetFilter

Retrieves the value of the specified report filter.
IFsrmReport::put_Description

Retrieves or sets the description of the report. (Put)
IFsrmReport::put_Name

Retrieves or sets the name of the report. (Put)
IFsrmReport::SetFilter

Sets the current value of the specified report filter.

Requirements

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