TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
try abc
1.1k
306
486.9k
Crystal Report takes too much load time
May 14 2011 6:48 AM
Hello ,
In Windows Application, I hv to show 1 Lakh Records in Crystal Report at a time (these Records comes after all where condition in SQL).
Filltable (ds.Tables["DataTable"],SQL);
CrystalReport1.SetDataSource(ds); crvReportViewer.ReportSource = objCrystalReport1;
All coding lines executes with in 25 Sec
.
After that Report takes too much time to show Report.
What could be the cause ??
I have
not included Subreport, Page N of M
.
Only Grouping , Summary field are there .
Report does not come after 1 hour in PC with Win7 with 4 gb RAM & SQL 2008.
Also I can't debug the application bcoz all lines executes successfully.
Is there any way we can show partial pages from all data ?
Regards,
Yogesh
Reply
Answers (
1
)
Get Different font styles in a single cell in SSRS
How to prevent Duplicate pages(Reapeted) pages in crystal reports in asp.net