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
Bineesh Viswanath
NA
1k
777.7k
Crystal Report Loading without Data in c# Winform
Feb 13 2017 9:43 AM
Sir I am facing a issue in which i need your help.
My Crystal report working but has no data from dataset.
ReportDocument rpt = new ReportDocument();
rpt.Load("C:\\Users\\bineesh\\Documents\\Visual Studio 2012\\Projects\\CollectPlus\\CollectPlus\\crptAllocation.rpt");
//CrystalReportViewer crpt = new CrystalReportViewer();
rpt.SetDataSource(dsReport);
crystalReportViewer1.ReportSource = rpt;
kindly help me.
Reply
Answers (
2
)
How to deploy angular 2 application in node server?
How to access sql server 2008 r2 database in LAN in C#