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