IFsrmReport Interface

 

Used to configure the description and filters for a single report.

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

<GuidAttribute("D8CC81D9-46B8-4FA4-BFA5-4AA9DEC9B638")>
Public Interface IFsrmReport

NameDescription
System_CAPS_pubpropertyDescription

Retrieves or sets the description of the report.

System_CAPS_pubpropertyLastGeneratedFileNamePrefix

Retrieves the report's generated file name for the last time the report was run. The string is used to make the report name unique.

System_CAPS_pubpropertyName

Retrieves or sets the name of the report.

System_CAPS_pubpropertyType

Retrieves the type of report to generate.

NameDescription
System_CAPS_pubmethodDelete()

Removes this report object from the report job object.

System_CAPS_pubmethodGetFilter(_FsrmReportFilter)

Retrieves the value of the specified report filter.

System_CAPS_pubmethodSetFilter(_FsrmReportFilter, Object)

Sets the current value of the specified report filter.

The following methods return this interface:

Return to top

Community Additions

ADD
Show: