IFsrmReportJob.CreateReport Method (_FsrmReportType)
Creates a new report object of the specified type.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmReport CreateReport(
_FsrmReportType reportType
)
IFsrmReport^ CreateReport(
_FsrmReportType reportType
)
abstract CreateReport :
reportType:_FsrmReportType -> IFsrmReport
Function CreateReport (
reportType As _FsrmReportType
) As IFsrmReport
Parameters
reportType
Type: Microsoft.Storage._FsrmReportTypeType of report to generate. For possible values, see the _FsrmReportType enumeration. Note that the job can contain only one report of each type.
Return Value
Type: Microsoft.Storage.IFsrmReport
Returns a IFsrmReport that contains the newly created report. Use the interface to configure the report.
See Also
IFsrmReportJob Interface
Microsoft.Storage Namespace
Return to top