Report.
You can use the ScaleLeft and ScaleTop properties in Visual Basic to specify the horizontal or vertical coordinates that describe the location of the left and top edges of a page when the Circle, Line, PSet, or Print method is used while a report is previewed, printed, or its output is saved to a file.
You can set the ScaleLeft and ScaleTop properties only in a macro or a Visual Basic event procedure specified by a section’s OnPrint property setting.
Using these properties and the related ScaleHeight and ScaleWidth properties, you can set up a full coordinate system with both positive and negative coordinates. These four scale properties interact with the ScaleMode property in the following ways:
You can also use the Scale method to set the ScaleHeight, ScaleWidth, ScaleLeft, and ScaleTop properties in one statement.
Note The ScaleLeft and ScaleTop properties aren’t the same as the Left and Top properties.
Circle Method; Event Properties; Line Method; PrintOut Method; PSet Method; Scale Method; ScaleHeight, ScaleWidth Properties; ScaleMode Property.