IAdmReportScopeIncludeOptions

The IAdmReportScopeIncludeOptions interface is used to specify options for including base objects in a report scope. For example, the report scope can include all descendants of an organizational unit selected as base object or only its direct children.

Inheritance: IUnknown

Properties

  • Property

  • Description

  • Scope

  • Gets or sets a value that specifies the scope for including base objects in a report scope.

  • AllowChangeScope

  • Gets or sets a value indicating whether the user has an option to select the scope for including base objects in a report scope.

  • ScopeTitle

  • Gets or sets the text for the checkbox that allows the user to select the scope for including base objects in a report scope.

Details

Scope

Gets or sets a value that specifies the scope for including base objects in a report scope. For example, set the property to ADS_SCOPE_ONELEVEL, to include only direct children of an organizational unit selected as base object in a report scope.


AllowChangeScope

Gets or sets a value indicating whether the user has an option to select the scope for including base objects in a report scope. For example, the user can select to include all descendants of an organizational unit selected as base object or only its direct children.

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

ScopeTitle

Gets or sets the text for the checkbox that allows the user to select the scope for including base objects in a report scope.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

This property is ignored if the AllowChangeScope property is set to false.


Requirements

Minimum required version: 2018.1

See also