Table Selection
With the properties and hooks that are defined for the extension type Table
Selection, you can include fields from the selected table in the XML.
Use this extension type if there is a 1-to-1 relationship between the data already in the report and the additional data you require. Use the Dataset extension type when there is a 1-to-n relationship and you must print multiple occurrences of the data.
When you add a Table Selection, the tables that are already linked to the report are displayed. If the table of which to add fields is not in the list, specify Other Table and you can select any table.
This table shows the available properties:
Name |
---|
All Customer Defined Fields |
All Standard Fields |
Field List |
This table shows the available hooks:
Name | Signature |
---|---|
Table Read | void <table>.read() |