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
Bil Al
NA
8
0
Setdatasource to Crystal Report
Mar 16 2010 7:20 AM
Hello Everybody
i use a crystalReport in C# 2008 with SQL 2005
the problem is when i try to sned the Dataset to my crystalreport
crystalreportName.SetDataSource(Mydataset.Tables[
"My
Tables
"
]);
this line take 60 sec in some computer in first call only
but if i use this code after it run normally
i have this problem in my computer but not in my laptop
i try hardly to know what is the difference between them but i cant find it
if some one have any idea about this problem i ll apperciate any help
thanks
Reply
Answers (
2
)
Application is only executed in debug mode
How to get a specific cell of a DataGridView