Question:
How do I limit the rows retrieved for a Power Objects report?
Answer:
The QueryCondition() method is not called when a report is executed,
so you can only set a selection condition for a report by setting the
DefaultCondition property for the report. The DefaultCondition
property is used as soon as the data is retrieved, so you must set
the property before you open the report with either the OpenReport()
or OpenPreview() methods.