IReportObjectResizingEventArgs.Object

Syntax

Object: ITabObject;

Description

The Object property returns a changed object.

Comments

To get the changed side, use the IReportObjectResizingEventArgs.Side property.

Example

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

See also:

IReportObjectResizingEventArgs