The mode used to show data previews beneath each row.
Usage
Set_Property(OLECtrlEntID, "OLE.PreviewMode", Boolean)
Values
[True | False]
Default: True
Remarks
The PreviewMode property determines whether or not the Report Table will show the data for columns designated as "preview" beneath its associated record. Some email clients use this technique to display a portion of the email beneath its other vital information.
Example
// Enable Preview Mode Set_Property(@Window:".OLE_RECORDTABLE", "OLE.PreviewMode", 1)