다음을 통해 공유


IFsrmReportManager.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

object GetDefaultFilter(
    _FsrmReportType reportType,
    _FsrmReportFilter filter
)
Object^ GetDefaultFilter(
    _FsrmReportType reportType,
    _FsrmReportFilter filter
)
abstract GetDefaultFilter : 
        reportType:_FsrmReportType *
        filter:_FsrmReportFilter -> Object
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..

Remarks

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

See Also

FsrmReportManager
IFsrmReportManager Interface
Microsoft.Storage Namespace

Return to top