Hi,
I have to create a report with details of transactions against an ItemID. The report dialog should accept an enum which has values viz. Detail, Consolidated and Last transaction only
Now, the report data design is the same and I have handled "Last transaction only" in the code.
However, in case of "Detail" option, the details for each item should be printed on a separate page whereas the other two options should print the data in continuation (without page break).
I could group the report to create a new page for each new item, but how can I restrict it from doing so when the user selects other than "Detail"
Regards,
Abhinay Tharwal