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
potnuru ram prasad
NA
23
0
crystal report problem
Feb 1 2011 6:58 AM
Hello Experts ,
I am new in crystal report development, i have developed one report with table in design time and provided the login information and getting the data , but when running the application its prompting again to enter the login details, i want to show the data when i click on that particular link. please suggest me how to do and i am pasting the code , which is in .cs file form load event.
var crystalReport = new ReportDocument();
crystalReport.Load(Server.MapPath("RouteDetails.rpt"));
crystalReport.SetDatabaseLogon("sa", "leo_123", @"172.20.0.25", "BBMS");
CrystalReportViewer1.ReportSource = crystalReport;
please help me in this regards as it is very urgent for me.
Reply
Answers (
1
)
how to show image in Crystal Report using C#
how to email a ssrs report