ReportQueryDependsOnChildRows Property |
If True the data in the current report table contains only the rows that have child rows in sub-tables. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool DependsOnChildRows { get; set; }
Public Property DependsOnChildRows As Boolean
Get
Set
public:
property bool DependsOnChildRows {
bool get ();
void set (bool value);
}
member DependsOnChildRows : bool with get, set
Property Value
Type:
Boolean
See Also