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
reportType
Type: Microsoft.Storage._FsrmReportTypeReport type. For possible values, see the _FsrmReportType enumeration.
filter
Type: Microsoft.Storage._FsrmReportFilterReport filter. For possible values, see the _FsrmReportFilter enumeration.
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