Crystal SubReports?

barski

Well-known member
Joined
Apr 7, 2002
Messages
239
Location
Tennessee
I have a store procedure that returns all the information I need for example
customer date orders returns payments

but the client wants it displayed in 3 distinct sections

one for orders, one for returns, and one for payments similar to this....

customer date orders
jane 10-1-2004 10.00
jane 11-1-2004 20.00


The only thing I knew to do was to setup subreports which seems like overkill
since the subreports and the reports reference the same store procedure. Is there anyway to accomplish this without sub reports?? The reason being is that the report is taking way is taking way too long to generate..
 
Figured out a solution. I switched to cross tabs instead of sub reports and it is working much much much faster. I guess the reasons would be it no longer has to work out the link information and its making only one call to the server
 
Back
Top