IFsrmReportJob::EnumReports method (fsrmreports.h)
Enumerates all the reports configured for this report job.
Syntax
HRESULT EnumReports(
[out] IFsrmCollection **reports
);
Parameters
[out] reports
An IFsrmCollection interface that contains a collection of reports. The collection is empty if no reports are defined for the job.
Each item of the collection is a VARIANT of type VT_DISPATCH. Query the pdispVal member to get the IFsrmReport interface.
Return value
The method returns the following return values.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | fsrmreports.h |
DLL | SrmSvc.dll |