IFsrmReportManager::CreateReportJob method (fsrmreports.h)
Creates a report job.
Syntax
HRESULT CreateReportJob(
[out] IFsrmReportJob **reportJob
);
Parameters
[out] reportJob
An IFsrmReportJob interface of the newly created report job object. Use the interface to add reports to the job and run the reports. To add the report job to FSRM, call IFsrmReportJob::Commit method.
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 (include FsrmReports.h, FsrmTlb.h) |
DLL | SrmSvc.dll |