IAdmReportParameter

The IAdmReportParameter interface represents a report parameter.

Inheritance: IAdmParameter

To create an instance of a report parameter, use the IAdmReportConfiguration::CreateParameter method.

Methods

Details

ResolveValueReferences()

Returns a copy of the report parameter with value references replaced with values of corresponding properties of the user, for which a report is generated.

IAdmReportParameter ResolveValueReferences(IAdmReportArguments arguments, out string[] warnings)

Parameters

  • arguments - Specifies arguments for report generation.
  • warnings - An output (OUT) parameter that returns an array containing warnings issued while resolving value references.

Requirements

Minimum required version: 2018.1

See also