Hi all,
I have a question regarding appending the report documents.
I have a requirement where the user can select any number of customers at a time and print or export the data, i am using crystal reports for the same.
At the moment, i am passing each of the selected customerid as a parameter to the tableadapter and retrieving the data.There is a single report desinged which contains the field layout fixed.
Now, what i want to do is create a new document each time i loop thorugh the count of the customer rows selected and append each document one after one.Is it possible to do this way?
Or can anyone please suggest any better approach for the same.