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,
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
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.
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]....
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
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".
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.
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"
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?.
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.
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.
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)
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.
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:
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).
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...
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.
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.