Sorry for asking something that is probably too obviuos that I am not able to get it at the moment, but how can I set starting page number? I've tried to check it agains both system variables and report object, but without success till now.
One option is to use the OnGetText event of the system variable component to advance the page number by a desired amount. Similarly you could use a variable component and use it's OnCalc event to do the same, ie. Value := ppReport.Engine.PageNo + 2; (to start on page 3).
Comments
advance the page number by a desired amount. Similarly you could use a
variable component and use it's OnCalc event to do the same, ie. Value :=
ppReport.Engine.PageNo + 2; (to start on page 3).
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com