0
votes
2answers
185 views
ReportBuilder 7.x - Controlling Print to File at Print Time
Using ReportBuilder 7.X
Question
Is it possible to Control Print to File.
I need to change the Length of a field at print time
Example:
label2
In the …
0
votes
ReportBuilder 7.x - Controlling Print to File at Print Time
i solved this! Each control has a saveLength property. I can just use a global variable that can change at any time (controlling length of entire record). Then just before i print he label, i can …
