Extensible Property
Version: Available or changed with runtime version 7.0.
Sets whether the report can be extended.
Applies to
- Report
- Enum Type
- Table
- Page
Property Value
True if the table, page, report, or enum can be extended; otherwise, false. The default is true on tables, pages, and reports, whereas it is false on enums.
Syntax
table 50111 MyTable
{
DataClassification = CustomerContent;
Extensible = true;
...
Remarks
If the value is true, the object can be extended using a tableextension
, pageextension
, reportextension
, or enumextension
respectively.
Related information
Table Properties
Properties
Access Property
Extensible Enums