Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

How to set PassSetting property in run-time

edited January 2005 in General
I try to write the following statement:
Report1.PassSetting := psTwoPass;
But compile error 'Undeclared Identifier: psTwoPass' is shown, so how to set
PassSetting property in run-time?

Comments

  • edited January 2005
    I had the same problem the first time I used ReportBuilder. Is the ppTypes
    unit in your USES clause?

    David Caouette

This discussion has been closed.