IFsrmReportJob.EnumReports Method ()
Enumerates all the reports configured for this report job.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmCollection EnumReports()
IFsrmCollection^ EnumReports()
abstract EnumReports : unit -> IFsrmCollection
Function EnumReports As IFsrmCollection
Return Value
Type: Microsoft.Storage.IFsrmCollection
Returns a IFsrmCollection 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.
See Also
IFsrmReportJob Interface
Microsoft.Storage Namespace
Return to top