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
Suresh Babu
NA
141
19k
crystal report export into pdf
Aug 1 2013 2:56 AM
am trying to export the crystal report into pdf but am getting the follwing error
Logon failed.
Details: ADO Error Code: 0x
Source: Microsoft OLE DB Provider for SQL Server
Description: Login failed for user 'sa'.
SQL State: 42000
Native Error:
and this is my code
ReportDocument pdfReport = new ReportDocument();
BptApplicationPrintrpt bpt = new BptApplicationPrintrpt();
bpt.Load(Server.MapPath("~/Reports/BptApplicationPrintrpt.rpt"));
// pdfReport.SetDatabaseLogon("amitjain", "password", @"AMITJAIN\SQL", "Northwind");
Response.Buffer = false;
Response.ClearContent();
Response.ClearHeaders();
bpt.SetParameterValue("Appno", clsMFields.ApplicationNo);
-->am getting error at this line bpt.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, true, "Employees");
Response.End();
please help me.. please solve my problem
Reply
Answers (
4
)
Forgot password should come on mobile number.
how can i save a live image from picturebox in windowx appli