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
Peaq Developer
NA
130
3.6k
Crystal report asking username and password
May 29 2020 9:35 AM
Crystal report asking username and password But I am using Windows Authentication
ReportDocument crystalReport = new ReportDocument();
crystalReport.Load(Server.MapPath("~/CrystalReport1.rpt"));
crystalReport.SetDataSource(DBB.LIST("External").ToList());
crystalReport.DataSourceConnections[0].SetConnection(@".\SQLEXPRESS", "DB", true);
CrystalReportViewer1.ReportSource = crystalReport;
Reply
Answers (
1
)
Bill has error when I click on save button
could not load sybase dll