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
Syntaxpublic DataSourceQueriesRepositoryDependsOnChildRows DependsOnChildRows { get; set; }
Public Property DependsOnChildRows As DataSourceQueriesRepositoryDependsOnChildRows
Get
Set
public:
property DataSourceQueriesRepositoryDependsOnChildRows^ DependsOnChildRows {
DataSourceQueriesRepositoryDependsOnChildRows^ get ();
void set (DataSourceQueriesRepositoryDependsOnChildRows^ value);
}
member DependsOnChildRows : DataSourceQueriesRepositoryDependsOnChildRows with get, set
Property Value
Type:
DataSourceQueriesRepositoryDependsOnChildRows
See Also