Table column

There are four types of columns in a table of a page report, which are common column, detail column, group column and summary column. These table column objects have the same properties as follows:

Property Name Description
General
Class Type Indicates the class type of the object. This property is read only.
Instance Name Shows the instance name of the object. This property is read only.
Others
Auto Fit Specifies whether to adjust the width of the object according to the contents.

If the property is set to true, the width of the object will be adjusted automatically only when:

  • The Position property for the field/label in this object is static or relative.
  • If the Position property for the field/label in this object is absolute, then the Auto Fit property for the field/label should be set to true.

Data type: Boolean

Invisible Specifies whether to show the object in the design area and in the report results. All formulas and calculations will still be performed if the property is set to true.

Data type: Boolean