Scale: Double;
The Scale property returns the scale to be set for a regular report sheet.
The following example assumes that there is the ReportBox1 object with the ReportBox type.
Sub ReportBox1OnScaleChange(Sender: Object; Args: IReportScaleChangeEventArgs);
Begin
WinApplication.InformationBox(Args.Scale.ToString);
End Sub ReportBox1OnScaleChange;
After the scale is changed, a message containing the specified value is displayed.
See also: