DataSourceShowParentTables Property |
Indicates whether the parent nodes in the Reference_Path in Sys_Data_Source_Queries_Table are automaticaly included in the report or not. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Reporting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool ShowParentTables { get; set; }
Public Property ShowParentTables As Boolean
Get
Set
public:
property bool ShowParentTables {
bool get ();
void set (bool value);
}
member ShowParentTables : bool with get, set
Property Value
Type:
Boolean
See Also