Printing Section of a Report
I have a report that is being populated from a MS Access database.
The data is being grouped into different for instance, orders are being separated by states and the user is able to select each state by clicking in the report viewer (that part is working fine). The problem is that when I try to print, it prints all the data in the report. Can anyone please tell me how can I just print just the portion I want? Thanks in advance.
Re: Printing Section of a Report
Are you using Crystal Reports? Which version?
When you Print via the Viewer Control, you should be prompted to print All Pages or a Range of Pages.
Re: Printing Section of a Report
Thanks for the response. I am using Crystal Reports .net with Visual Studio .Net 2003. Is there any way to enable page break on each group on the report (unless it is possible to print only the desired group which is what I would prefer) Thanks again