IReportObjectResizingEventArgs

Assembly: Report;

Description

The IReportObjectResizingEventArgs interface contains argument properties of the event that occurs on object resizing.

Inheritance Hierarchy

          IEventArgs

          IReportEventArgs

          IReportObjectResizingEventArgs

Comments

This argument is used to handle the following events:

Properties

  Имя свойства Краткое описание
Cancel Свойство Cancel определяет, отменять ли изменение размеров.
Object Свойство Object возвращает изменяемый объект.
Rect Свойство Rect возвращает координаты прямоугольной области занимаемой объектом.
Side Свойство Side возвращает сторону, которая была изменена.

Properties inherited from IReportEventArgs

  Property name Brief description
Report The Report property returns the ReportBox component that has generated the event.
Sheet The Sheet property returns the sheet of the regular report, on which the event has occurred.

See also:

Report Assembly Interfaces