Search code examples
c#winformscrystal-reports

loading multiple reports in single cystal report viewer


i am passing a parameter called "CustomerId" to the crystal Report ('.rpt') file, based on the parameter its generating the report. when i load this report ('.rpt') to crystal report viewer its working fine...

But i have Different "CustomerId". i need to generate the report based on the parameter and load them into a single report viewer. i.e instead of viewing them single by single, i want to view them all into single report viewer as page wise.

can any one tell me how to solve this please....


Solution

  • You need to set your CustomerID parameter to accept multiple values. Also create a group by Customer and set start new page after for the last section in the group