IAdmReportPredefinedObject

The IAdmReportPredefinedObject interface provides information about a directory object predefined for a report.

Inheritance: IAdmPredefinedObject

Methods

Details

ResolveValueReferences()

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

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

Parameters

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

Requirements

Minimum required version: 2018.1

See also