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
minakshi
NA
55
0
Empty Crystal report
May 7 2010 6:02 AM
Hello,
In my current project I am using crystal report for displaying the data. I have used following code for the stated task.
this.Height = Screen.PrimaryScreen.Bounds.Height;
this.Width = Screen.PrimaryScreen.Bounds.Width;
this.Top = 0;
this.Left = 0;
crystalReportViewer1.Height = this.Height - 60;
crystalReportViewer1.Width = this.Width - 5;
crystalReportViewer1.Top = 10;
crystalReportViewer1.Left = 0;
TourCrystalReport tcr = new TourCrystalReport();
tcr.SetDataSource(_ds);
crystalReportViewer1.ReportSource = tcr;
But unable to get the data displayed in crystal report. Can anyone help me with this.
Thanks,
Minakshi.
Reply
Answers (
1
)
insertion sort , bubble sort ,selection sort
how we generate combo box dynamically at second form on pressing a button at first form