IReportObjectResizingEventArgs.Side

Syntax

Side: TabObjectResizingSide;

Description

The Side property returns the changed side.

Comments

To get object coordinates, use the IReportObjectResizingEventArgs.Rect property.

Example

The property use is given in the example for ReportBox.OnObjectResizing.

See also:

IReportObjectResizingEventArgs