Crystal Report Print Functionality Doesn't Work After Deployment

Jun 6, 2010

I'm using crystal reports to build reports, everything is ok while development. But after deployment of website, print functionality doesn't work.

I use _rptDocument.PrintToPrinter(1, false, 0, 0); to print report.

I've tried two methods to deploy website

Normal Publish option. Web Deployment Project.

But I got the same output, print functionality doesn't work. Also, I tried to set default printer, this also doesn't work.

View 1 Replies


Similar Messages:

Crystal Reports :: Print RDLC Report Without Print Preview On Client Side

Jun 16, 2015

How to Print RDLC Report without print preview on Client Side in ASP.Net ...

View 1 Replies

Crystal Reports :: Print A Microsoft Report Without Using The Builtin Print Button?

Nov 25, 2010

How to print a microsoft report without using the builtin print button? or print an export version ( .PDF)?

View 3 Replies

Crystal Reports :: Print Crystal Report From The Server With A Button On The Web Application?

Nov 9, 2010

to print a crystal report from the server's printer with a button on the web application.Assume that I have a ASP .NET Web Application, When i press the "print" button on the web application, the server which holds the web application prints the specific crystal report with specific data set. Is this possible? How I am going to make this happened?I am sorry to say that I'm very new to all these web programming,

View 3 Replies

Crystal Reports :: Using Crystel Report Print Multiple Copies(2) Of A Same Report In A Single Page?

Nov 16, 2010

using crystal report in VS 2005 C#. I want to print multiple copies(3) of a same report in a single page. Is is possible.

View 1 Replies

Crystal Reports :: Trying To Print A Crystal Report Directly To Printer

Nov 2, 2010

I'm trying to print a crystal report directly to printer, I'm using a server side code PrintToPrinter(1, false, 1, 1) so the report is printed on the default printer of the the server . I need a way to let the report be printed directly to the client's printer . This is my Code

[Code]....

View 2 Replies

Passing Value Of Textbox To Crystal Report / Print Customised Report

Jan 28, 2011

I need textbox values to crystal report so that i can print customised report;

View 1 Replies

SQL Reporting :: Print Functionality One Report Viewer Controller?

Nov 18, 2010

I'm currently using report viewer controller 8.0 in my WSS 3.0 site. But i don't have the print button. I tried by property ShowPrintButton property. But it didn't work.

View 1 Replies

Crystal Reports :: Print Crystal Report Without Displaying It?

Mar 10, 2011

I'm trying to print my crystal report without having to display it on my browser by having the user click a button, however, I'm getting the following error:

Error in File C:DOCUME~1HESPIN~1LOCALS~1TempCustomerReceipt
{7E65DCC0-46B5-4D06-92FB-5BC201A6AB3F}.rpt: Unable to connect: incorrect log on parameters.

Here's my code (I created the report using the wizard and has a parameter that filters the data in the report):

Protected
Sub PrintReceiptButton_Click(ByVal
sender As [code]....

View 1 Replies

Crystal Report Credentials Prompt After Deployment

Jan 26, 2011

I am Publishing crystal reports on remote server using the following code. when i try to run the crystal report page Crystal report viewer prompt me for database info. As the published crystal report were created using development server. In my crystal report i was using OLEDB ADO Connection

MyRepository _MyRepository = new MyRepository();
System.Data.SqlClient.SqlConnection myConnection = new System.Data.SqlClient.SqlConnection();
myConnection.ConnectionString = ConfigurationManager.ConnectionStrings["MyConnStr"].ConnectionString;
System.Data.SqlClient.SqlCommand MyCommand = new System.Data.SqlClient.SqlCommand("dbo.spMySP");
MyCommand.Connection = myConnection;
MyCommand.Parameters.Add("@PositionID", SqlDbType.Int).Value = (cmbPositions.SelectedValue == "" ? 0 : Convert.ToInt32(cmbPositions.SelectedValue));
MyCommand.CommandType = System.Data.CommandType.StoredProcedure;
System.Data.SqlClient.SqlDataAdapter MyDA = new System.Data.SqlClient.SqlDataAdapter();
MyDA.SelectCommand = MyCommand;
ASale _DS = new ASale();
MyDA.Fill(_DS, "dbo.spMySP");
rptSale oRpt = new rptSale();
oRpt.SetDatabaseLogon("sa", "mypass");
oRpt.SetDataSource(_DS);
oRpt.SetParameterValue(0, "param1");
oRpt.SetParameterValue(1, "param2");
oRpt.SetParameterValue(2, "param3" );
oRpt.SetParameterValue(3, (cmbPositions.SelectedValue == "" ? 0 : Convert.ToInt32(cmbPositions.SelectedValue)));
CrystalReportViewer1.ReportSource = oRpt;

View 1 Replies

C# 4.0 - How To Print Crystal Report Without Opening The Report

Mar 21, 2011

I want to print the crystal report with out previewing the report first?

Edited.

note that :

I want the client to print the report from his machine not from the server printer.

View 1 Replies

How To Print Sub Report Usnig Crystal Report

May 25, 2010

1. i have one problem on clicking print button in toolbar of subreport itz again come back to main report...

so, how to take the print of subreport...?

2. I have 10 pages in sub report ... Now i want to take print of 5 page .... ? How to do so ??

View 1 Replies

Crystal Reports :: Report Heading Show "ABC" But When I Print The Same Report From Viewer Button, It Print "XYZ" Instead Of "ABC".

Oct 26, 2010

I am using crystal report (.rpt) files to view data in my asp.net (c#) project. I want that when i view my report heading show "ABC" but when i print the same report from crystal report viewer button, it print "XYZ" instead of "ABC".

View 1 Replies

AJAX :: On Deployment Doesn't Work

Oct 28, 2010

I'm getting the following error on deployment of a tested application where ajax runs fine on the developmental system On deployment, I'm running asp 4. I downloaded ajax4 and extracted it into the /program files/ajax folder. Do I need to register any .dlls or anything? I don't see that in the Ajax installation instructions.

Server Error in '/' Application.
Parser Error

Description:
An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified.

Source Error:

[Code]....

View 1 Replies

Not Able To Take Print From Crystal Report - Getting An Error?

Apr 7, 2010

I have bind crystal report using crystal report viewer in my asp.net page

We are using secure site https, & when we click on export or print button from crystal report toolbar, it opens a window for pages selection option, In any options from pdf, word or crystal report, i choose and select All & click Ok nothing happens. just ok button gets disable, sometimes shows error

"Internet explorer can not donwload page from site

Internet Explorer was not able to open this Internet site, The requested site is either unavaliable or cannot be found. Please try again later"

View 3 Replies

.net - Ajax Tool Kit Deployment - Site Doesn't Work?

Jul 6, 2010

I am having deployment issue with AjaxControlToolKit.dll. I copied the DLL to my local bin dir, and it works fine. But when I do the build on test server, the files are not in Visual Source Safe anywhere, so the site doesn't work. What could be the issue?.

View 1 Replies

Crystal Reports :: Set A Report To Print Continuously?

Jul 27, 2010

I am looking for the directions on how to set a report to printcontinuously, without a paper feed. I have set one up using the LabelWizard, but how do I set it up in an existing report? I have lookedthrough all the property settings and cannot find any reference to it.

View 5 Replies

Print Dialog Does Not Show Up In Crystal Report Viewer

Oct 20, 2010

WE developed system integrated with crystal Reports, with Crystal Report viewer on page. but the problem is we hosted it on 32 bit server but when access it and try to print the report it gives the error and does show any dialogue. we have installed full crystal report version with License but error is there. I tried to find but no success, one person said on net that if Crystal Report viewer is in updatePanel, but in my case is not there is no updatepanel on this page even.

View 1 Replies

Crystal Reports :: Print A Report Directly From Viewer?

Apr 29, 2010

We would like to have an option to print a report directly from Crystal Report Viewer (from an APSX page).

When the user hits the print button on the report viewer, this brings up the preview in PDF and then the user has make an additional click on PDF file which inturn brings up the print settings window where we have the print option.

Is there a way to eliminate the steps in between so that when the user clicks the "Print Button" on the Crystal report viewer, it somehow directly brings up the print settings window. (Does not matter even if Acrobat Reader opens in background if the print settings window opens along with it)

View 4 Replies

How To Print Client Side (browser) Datetime In Crystal Report

Feb 20, 2010

In asp.net website, i am using crystal report. My question is very generic i.e. How it is possible to display client side (browser) date and time?

Actually in my case our website is going to hosted at India, while that site is used by user's at SWEDEN.

Now the problem is that when user request for report then it is displaying server side date time because i have used PRINTTIME control of crystal report. But user should have date and time of their PC. because that time is basically a report generates date time.

View 1 Replies

Crystal Reports :: Data Lost When Print Or Exporting Report?

Apr 17, 2010

i have a asp.net project i want the user be able to select the fields from checkboxes near every filed in grid and also filter it by selecting the operator form dropdownlist and filter string from textbox in grid so i create a empty datatable in dataset and it have 7 columns i bind my crystal report to it and i use the following code for showing fields it works and i see the data but when i want to export or print it only the headers remain data disappeare here is my code:

protected void Button1_Click(object sender, EventArgs e)
{
MultiView1.ActiveViewIndex = 1;
//ReportDocument objRpt = new ReportDocument();
string reportPath = Server.MapPath("CrystalReport.rpt");

[Code]....

View 2 Replies

Crystal Reports :: Clicking Print Button, Report Disappear?

Jan 10, 2011

Using vb 2005 /asp, I am loading report using cr viewer. Report loads fine. If I click the print button in viewer, the report disappears (the same goes for the zoom button).

[Code]....

View 3 Replies

Web Forms :: Print Export Buttons Not Functioning In Crystal Report

May 28, 2012

Using web application & crystal reprot i can view the report on the screen but when I click print button or export nothing happens nor the report can be seen on the screen. Do we need to write additional functionally to make the buttons working...

View 1 Replies

VS 2008 - Print Doesn't Work

Aug 17, 2012

I have been handed a program written by someone else, that has been deployed and doesn't work correctly after deployment.

Basically we have a button with the following:

Code:
protected void btnPrint_Click(object sender, EventArgs e)
{
using (PrintDocument pd = new PrintDocument())
{
pd.PrintPage += new PrintPageEventHandler(printPage);
pd.Print();
}
}

in Dev the print button works everytime. I noticed that this references System.Drawing and that wasn't being deployed as part of the solution. I changed this so that this dll gets deployed as part of the solution into the bin folder for the app, however it has made no difference.

View 5 Replies

Crystal Reports :: Unable To Print From A Webserver A Report Through A Local Printer?

Oct 28, 2010

I have designed a report for printing cards and am able to print it on my local machine but when i upload on the server, i can preview the report but when i click print through a pdf its coming out blank.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved