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
Syafiqur Rahman
NA
45
561
CrystalReport Not showing any data and no errors
Jun 10 2019 10:36 PM
Hi, I'm using CrystalReport in my web application. I'm using VS2013. my problem is after adding CrystalReportViewer and CrystalReportSource from tool box and wrote following code in button_click event
protected void btn1_Click(object sender, EventArgs e)
{
ReportDocument rptDoc = new ReportDocument();
rptDoc.Load(Server.MapPath("~/test_upload/CrystalReport1.rpt"));
CrystalReportViewer1.ReportSource = rptDoc;
CrystalReportViewer1.DataBind();
}
it is not showing crystalreport or any data in browser. and not showing any error. How do I solve this?
Reply
Answers (
1
)
Date format issue in RDLC
Reports are dipslaying different database data