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
Brinda Vishalakshi
NA
4
2.5k
Crystal report show the blank page in c#.net
Jun 5 2013 3:00 AM
Hi , I m working in c# Visual Studio 2008 windows application . when i run the project first time crystal report show the blank page after that i pressed refresh button , report will display.i tried all report refresh concept but not working.
can u anyone plz tell me the solution for this...
Coding
Report_AMCDataPreview report1 = new Report_AMCDataPreview();
report1.SetDataSource(dd.Tables[0]);
report1.SetDatabaseLogon("Admin", "jts100");
crystalReportViewer1.ReportSource = null;
crystalReportViewer1.ReportSource = report1;
thanks & regards
Reply
Answers (
1
)
How to Export the data From Database into Excel sheet ?????
How to Make Menu Strip Dynamic in vb(Window Application)