FsrmReportManagerClass.GetDefaultFilter Method (_FsrmReportType, _FsrmReportFilter)

 

Retrieves the default report filter value that is used with the specified report type.

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

Syntax

public virtual object GetDefaultFilter(
    _FsrmReportType reportType,
    _FsrmReportFilter filter
)
public:
virtual Object^ GetDefaultFilter(
    _FsrmReportType reportType,
    _FsrmReportFilter filter
)
abstract GetDefaultFilter : 
        reportType:_FsrmReportType *
        filter:_FsrmReportFilter -> Object
override GetDefaultFilter : 
        reportType:_FsrmReportType *
        filter:_FsrmReportFilter -> Object
Public Overridable Function GetDefaultFilter (
    reportType As _FsrmReportType,
    filter As _FsrmReportFilter
) As Object

Parameters

Return Value

Type: System.Object

Returns a Object containing the default report filter value.

Implements

IFsrmReportManager.GetDefaultFilter(_FsrmReportType, _FsrmReportFilter)

Remarks

This value is used if the IFsrmReport.SetFilter method was not called to specify a filter value for the report.

See Also

FsrmReportManager
FsrmReportManagerClass Class
Microsoft.Storage Namespace

Return to top