The IReportScaleChangeEventArgs interface contains properties of argument of the event that occurs when a regular report sheet is scaled (ReportBox.OnScaleChange).
| Property name | Brief description | |
| Scale | The Scale property returns the scale to be set for a regular report sheet. |
| 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: