IFsrmReportManager::IsFilterValidForReportType method (fsrmreports.h)

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

Syntax

HRESULT IsFilterValidForReportType(
  [in]  FsrmReportType   reportType,
  [in]  FsrmReportFilter filter,
  [out] VARIANT_BOOL     *valid
);

Parameters

[in] reportType

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

[in] filter

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

[out] valid

Is VARIANT_TRUE if the filter is configurable for the report type, otherwise it is VARIANT_FALSE.

Return value

The method returns the following return values.

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