IFsrmReportManager::GetDefaultFilter method (fsrmreports.h)

Retrieves the default report filter value that is used with the specified report type.

Syntax

HRESULT GetDefaultFilter(
  [in]  FsrmReportType   reportType,
  [in]  FsrmReportFilter filter,
  [out] VARIANT          *filterValue
);

Parameters

[in] reportType

Report type. For possible values, see the FsrmReportType enumeration.

[in] filter

Report filter. For possible values, see the FsrmReportFilter enumeration.

[out] filterValue

The default report filter value.

Return value

The method returns the following return values.

Remarks

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

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header fsrmreports.h (include FsrmReports.h, FsrmTlb.h)
DLL SrmSvc.dll

See also

FsrmReportManager

IFsrmReportManager