PascalScript Option Settings
In FastReport there are various properties that are setable, e.g. under PageSettings.
I would now like to change various properties with PascalScript.
I can set some properties, e.g. LeftMargin and PaperWidth.
But I am not able to change others: e. g. Width and Positions under Other Options.
Can you tell me how this is possible ?
Isn't there somewhere a list of all properties (or even
objects) that can be modified with FR Script ?
At the moment it is a tedious guessing for me how the objects
could be called.
Many Thanks in advance.
Comments
In Code Editor:
Type
TfrxReportPage.
followed by Strg+Space and you will get a list of all the available properties and functions.
Try other Tfrx.... classes for the different options.
it works, very well !