Question Slow Crystal report

gate7cy

Well-known member
Joined
May 11, 2009
Messages
119
Programming Experience
3-5
Ever since I added two tables to my report the processing speed has declined alot. Anyone has a clue why this could be and how to get rid of it. This is the code I use to load the report on my viewer
VB.NET:
Expand Collapse Copy
            CrystalReportViewer1.ReportSource = New CrystalReport4()
Is there a better way to do it which will minimise this processing time delay. Thank you for your time. Thanks
 
You have to clarify this a bit, the report was running fast previous to adding two additional tables? Is it the amount of data being filtered or not filtered at all that is slowing this?

I do have complaints of CR being slow but not do to any individual tables.
 
Back
Top