FsrmReportManagerClass.CreateReportJob Method ()

 

Creates a report job.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

public virtual IFsrmReportJob CreateReportJob()
public:
virtual IFsrmReportJob^ CreateReportJob()
abstract CreateReportJob : unit -> IFsrmReportJob
override CreateReportJob : unit -> IFsrmReportJob
Public Overridable Function CreateReportJob As IFsrmReportJob

Return Value

Type: Microsoft.Storage.IFsrmReportJob

Returns a 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 Commit method.

Implements

IFsrmReportManager.CreateReportJob()

See Also

FsrmReportManager
FsrmReportManagerClass Class
Microsoft.Storage Namespace

Return to top