Click or drag to resize

DataSourceQueryDependsOnChildRows Property

Determines the visibility of rows in this table. 0 - allways visible; 1 - the row is visible if there is at least one child row; 2 - the row is visible if all sub-tables contain child rows. [Required] [Default(0)]

Namespace:  Aloe.EnterpriseOne.Model.Systems.Reporting
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public DataSourceQueriesRepositoryDependsOnChildRows DependsOnChildRows { get; set; }

Property Value

Type: DataSourceQueriesRepositoryDependsOnChildRows
See Also