I have set a section within a report to have a specific MaxIteration value. Can I enter C/SIDE code that will execute only when the MaxIteration value is reached? If so How?
Grüß dich bhuber,
use the Showoutput-Function in the Pre-item of your section.
for Example
CurrReport.SHOWOUTPUT(maxIteration = 5)
or
CurrReport.SHOWOUTPUT(varCounter = maxIteration)
The section will only print when the Function returns "TRUE"
Comments
use the Showoutput-Function in the Pre-item of your section.
for Example
CurrReport.SHOWOUTPUT(maxIteration = 5)
or
CurrReport.SHOWOUTPUT(varCounter = maxIteration)
The section will only print when the Function returns "TRUE"
Regards
Stefan