IFsrmReport Interface

 

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

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

Syntax

[GuidAttribute("D8CC81D9-46B8-4FA4-BFA5-4AA9DEC9B638")]
public interface IFsrmReport
[GuidAttribute("D8CC81D9-46B8-4FA4-BFA5-4AA9DEC9B638")]
public interface class IFsrmReport
[<GuidAttribute("D8CC81D9-46B8-4FA4-BFA5-4AA9DEC9B638")>]
type IFsrmReport = interface end
<GuidAttribute("D8CC81D9-46B8-4FA4-BFA5-4AA9DEC9B638")>
Public Interface IFsrmReport

Properties

Name Description
System_CAPS_pubproperty Description

Retrieves or sets the description of the report.

System_CAPS_pubproperty LastGeneratedFileNamePrefix

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_pubproperty Name

Retrieves or sets the name of the report.

System_CAPS_pubproperty Type

Retrieves the type of report to generate.

Methods

Name Description
System_CAPS_pubmethod Delete()

Removes this report object from the report job object.

System_CAPS_pubmethod GetFilter(_FsrmReportFilter)

Retrieves the value of the specified report filter.

System_CAPS_pubmethod SetFilter(_FsrmReportFilter, Object)

Sets the current value of the specified report filter.

Remarks

The following methods return this interface:

See Also

Microsoft.Storage Namespace

Return to top