I'm creating a commission statement report based on the Invoice table. Each invoice record has a commission amount on it. To gen the report, a user will filter an Invoice grid based on date range and salesman. I'm passing the invoice record id's to the report no problem. I would like to have the date range and salesman search criteria also printed on the report. Is there any way to pass this information to the report from Method so I can print it on the report? I know I could create a custom report table with this search criteria as the master and the invoice record id's as the detail but that's a lot of hassle for just a couple pieces of information I need printed on the screen.
Anyone done something like this before?
Thanks..