<< Click to display table of contents >> TrvrActionReportWizard.AllowSelfReferences |
Specifies whether the report wizard supports self-referential tables.
property AllowSelfReferences: Boolean;
This property specifies how the report wizard works for data providers that do not support predefined master-detail relationships (i.e. for data providers that generate SQL queries).
If AllowSelfReferences = False: the wizard does not allow to specify the same table as a master and as a detail; the wizard does not allow choosing tables that were already chosen on master levels.
If AllowSelfReferences = True: the wizard allows choosing any table on any step.
Note: if DataProvider supports predefined master-detail relationships, the action always work as if AllowSelfReferences = False.
Default value:
False