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
kandregula ananth
NA
17
5.1k
load report failed
Apr 4 2016 4:30 AM
private void btnsave_Click(object sender, EventArgs e)
{
ReportDocument cryRpt = new ReportDocument();
cryRpt.Load("CrystalReport1.rpt ");
crystalReportViewer1.ReportSource = cryRpt; crystalReportViewer1.Refresh();
crystalReportViewer1.ReportSource = cryRpt;
crystalReportViewer1.Refresh();
}
}
Reply
Answers (
1
)
Download Only Specified Files from Ftp C#
how to convert list type in datatable and passed in table