Click or drag to resize

DataSourceQueriesRepositoryDependsOnChildRows Class

Allowed values for the DependsOnChildRows data attribute
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Aloe.EnterpriseOne.Model.Systems.ReportingDataSourceQueriesRepositoryDependsOnChildRows

Namespace:  Aloe.EnterpriseOne.Model.Systems.Reporting
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class DependsOnChildRows : Enum

The DataSourceQueriesRepositoryDependsOnChildRows type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberNoChildRowDependency
NoChildRowDependency value. Stored as 0.
Public fieldStatic memberTheRowIsVisibleIfAllSubTablesContainChildRows
TheRowIsVisibleIfAllSubTablesContainChildRows value. Stored as 2.
Public fieldStatic memberTheRowIsVisibleIfThereIsAtLeastOneChildRow
TheRowIsVisibleIfThereIsAtLeastOneChildRow value. Stored as 1.
Public fieldvalue__
Top
See Also