Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The column's Autosized flag determines if the column grows and shrinks automatically when the size of the Report Table changes. For columns whose Autosized flag is True the Report Table will ensure their altered sizes remain proportional to their original sizes. Omitting this value is the same as setting it to True. This property is ignored if HorizontalScroll is set.

Resizable (optional)

The column's Resizable flag determines if the column's width can be altered by the user. Set this value to False if you want the column to stay fixed at its initial width. Omitting this value will set it equal to the Autosized value.

...

The column's Image is simply a numerical index to the image in the ImageList mean meant to appear in the column header. The ImageList property must have already been set for this value to work properly. A value of 0 indicates no image. Omitting this value will set the column to have no image.

...

CharacterDisplays
#Significant Digits Only
0Significant Digits or Insignificant Zeros
comma1. If within the number, then commas separate every three digits

 2. If trailing the number, then the number is shown as an integer divided by 1000 for each trailing comma
periodDecimal point. The first decimal denotes the beginning of the fractional portion of the number. All subsequent decimals are treated as literals

...

You can use any characters in the Format field, but '[', '|', and ']' are reserved characters. Any other character is treated as a literal and is displayed as is. Thus, you may use literal characters in your format to prefix or suffix the data as you choose. If you need to use any reserved characters literally, then surround your literal text in single or double quotes. If you need to display quotes, place two of them side by side. The reserved characters are interpreted as follows (assuming a value of 1):

To Display AsUse
True[True|False]
Yes[Yes|No]
T[T|F]
The value is: TrueThe value is: [True|False]
, or ] when the value is True", or ] when the value is" [True|False]

...