Share via


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

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