IReportColumnResizingEventArgs.Cancel

Syntax

Cancel: Boolean;

Description

The Cancel property determines whether column width can be changed.

Comments

If the property is set to True, column width cannot be changed, if it is set to False, it can be changed.

See also:

IReportColumnResizingEventArgs