Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.27 KB

devenv-extensible-property.md

File metadata and controls

50 lines (38 loc) · 1.27 KB
title description ms.author ms.date ms.topic author ms.reviewer
Extensible Property
Sets whether the report can be extended.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

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.

See Also

Table Properties
Properties
Access Property
Extensible Enums