다음을 통해 공유


IFsrmReportManager.IsFilterValidForReportType Method (_FsrmReportType, _FsrmReportFilter)

 

Retrieves a value that determines whether a specified report filter is configurable for the specified report type.

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

Syntax

bool IsFilterValidForReportType(
    _FsrmReportType reportType,
    _FsrmReportFilter filter
)
bool IsFilterValidForReportType(
    _FsrmReportType reportType,
    _FsrmReportFilter filter
)
abstract IsFilterValidForReportType : 
        reportType:_FsrmReportType *
        filter:_FsrmReportFilter -> bool
Function IsFilterValidForReportType (
    reportType As _FsrmReportType,
    filter As _FsrmReportFilter
) As Boolean

Parameters

Return Value

Type: System.Boolean

Returns true if the filter is configurable for the report type; otherwise, false.

See Also

FsrmReportManager
IFsrmReportManager Interface
Microsoft.Storage Namespace

Return to top