FsrmReportManagerClass.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
public virtual bool IsFilterValidForReportType(
_FsrmReportType reportType,
_FsrmReportFilter filter
)
public:
virtual bool IsFilterValidForReportType(
_FsrmReportType reportType,
_FsrmReportFilter filter
)
abstract IsFilterValidForReportType :
reportType:_FsrmReportType *
filter:_FsrmReportFilter -> bool
override IsFilterValidForReportType :
reportType:_FsrmReportType *
filter:_FsrmReportFilter -> bool
Public Overridable 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 Is VARIANT_TRUE if the filter is configurable for the report type, otherwise it is VARIANT_FALSE.
Implements
IFsrmReportManager.IsFilterValidForReportType(_FsrmReportType, _FsrmReportFilter)
See Also
FsrmReportManager
FsrmReportManagerClass Class
Microsoft.Storage Namespace
Return to top