IAdmReportConditions

The IAdmReportConditions interface is used to specify conditions to include or exclude objects from a report.

Inheritance: IUnknown

For information on how to use the IAdmReportConditions interface, see IAdmReportGeneratorSearch::Conditions.

Methods

Properties

  • Property

  • Description

  • Exclude

  • Gets or sets a value indicating whether to exclude objects that meet the conditions from a report.

  • LogicalOperator

  • Gets or sets the logical operator for condition sets.

  • Conditions

  • Gets or sets an array of condition sets that must be satisfied to include or exclude objects from a report.

Details

CreateConditionSet()

Creates an instance of the IAdmConditionSet interface that represents a set of condition objects.

IAdmConditionSet CreateConditionSet()

Exclude

Gets or sets a value indicating whether to exclude objects that meet the conditions from a report.

  • Type:
  • bool
  • Access:
  • Read/Write

LogicalOperator

Gets or sets the logical operator for condition sets.

Remarks

If AND, all the condition sets listed in the Conditions property must be satisfied. If OR, at least one condition set must be satisfied.


Conditions

Gets or sets an array of condition sets that must be satisfied to include or exclude objects from a report.


Requirements

Minimum required version: 2018.1

See also