Crystal Reports :: Direct Printing Without Converting Into PDF?
Apr 3, 2010
I am using asp.net 2.0 and crystal. When I click on print button on tollbar of crystal report. Report is converted to pdf but I don't want to view this report in pdf it must ask for the printer and directly print the report, rather than opening report in pdf and printing.
ent system (Windows 7 x64) and live system (Server 2008 x64), and both with IIS7 I receive the following error message, after clicking the "Print" button in the printer selection popup."An error occurred on the server. Printing will be stopped. Would you like to view the error information?"If I click "y
I have C#.net address book project. As the part of project, I have to print address label and envelop by using crystel report.Address is taken from database.I have to print and view printing preview from browser.I am new one in C#.net.
I am working on a project and I am creating crystal reports.I have to print the reports.When I press the print icon on the report , 1 pop opens and it asks me to choose all pages or select page range when I press on "Ok" on this page it then opens the repost in pdf file and then I click on print button on pdf and then print comes.I want that when User click on report then without any further popup the Print should come and if it is not possible then after 1st popup print shud come. I dont want that User shud see the pdf file..and I have not written any code for printing..
I am using a Convocation project. In the form there is fileupload control to add image. Now I want to add that image in the report at the time of Print Report. I use MSACCESS as backend.
I have a report, which has two sections namely Labour and Spares.In labour section no of records per page must be limited to 5 records and the Spares section have to limit to 10 records per page.If either Labour or Parts exceed the max limit the records must be shown in the next page.
Limiting one section by using formulas can be done easily ...but it is very difficult control two sections simultaneously.
i am using this code to search record in crystal report when print from print report button in crystal report i am using this code for displaying record .
using CrystalDecisions.Web; using CrystalDecisions.Shared; public partial class About : System.Web.UI.Page {
I am using Visual studio 2008, ASP.net and Crystal report, every thing is fine, but when i am click on my button(i hide crystal report tool bar and use own button for printing purpose) which i add for printing purpose the code written at button click
in the output just column names but no data is present in output, but during and after clicking on print button, but not at output. i use ajax on crystal report on my click print button click, any one have idea for printing or exporting of crystal report using asp.net?
I have been using Crystal Reports again after a few years of using SQL Reporting Services so I'm a bit rusty. I have a couple of reports which work ok but dont require the viewer or toolbar. Is it possible to either have a custom print button or to just go straight to printing the reports without going through the viewer first? Also when I print from the toolbar it then saves and displays the report as a pdf instead of printing the report directly, can I change this?
When I am clicking on print button of a crystal report it is displaying a popup to convert report in pdf first. but I want to print directly without convert in pdf... But it's working fine in IE...
I have a web application that has a report. I export this report as PDF and send it to the client. On this report I have a field that has a font set to a non-standard windows font (i.e. a barcode font). The barcode font is a TTF font. On my dev machine, I installed the font, printed the report, barcode was displayed.
On the server, I have installed the font, but when printing it, it seems to have reverted back to the Arial font. This is using the version of Crystal supplied with VS2008. I have un-installed and re-installed the font.
Trying to preview a crystal report in pdf format in web application by passing parameter but showing error message: crReportDocument.Export() missing parameter value
<CODE> Dim crExportOptions As ExportOptions Dim crDiskFileDestinationOptions As DiskFileDestinationOptions Dim Fname As String crReportDocument.Load(Session("rptFileName")) CrystalReportViewer1.ReportSource = crReportDocument CrystalReportViewer1.RefreshReport() CrystalReportViewer1.ParameterFieldInfo.Clear() Fname = "C:TempTemp.pdf" crDiskFileDestinationOptions = New DiskFileDestinationOptions() crDiskFileDestinationOptions.DiskFileName = Fname crExportOptions = crReportDocument.ExportOptions With crExportOptions .DestinationOptions = crDiskFileDestinationOptions .ExportDestinationType = ExportDestinationType.DiskFile .ExportFormatType = ExportFormatType.PortableDocFormat End With If Session("rptType") = "PrintOption0" Then ' Without Parameter ' no need to do anything ElseIf Session("rptType") = "PrintOption1" Then ' One Parameter paramField.Name = "@UserID" paramDiscreteValue1.Value = Session("rptParameter1") paramField.CurrentValues.Add(paramDiscreteValue1) paramFields.Add(paramField) CrystalReportViewer1.ParameterFieldInfo = paramFields End If crReportDocument.Export() Response.ClearContent() Response.ClearHeaders() Response.ContentType = "application/pdf" Response.WriteFile(Fname) Response.Flush() Response.Close() ' delete the exported file from disk System.IO.File.Delete(Fname) </CODE>
how to show direct print dialog box when click on print button in crystal report? when i click on print button the it goes to pdf file i want to show print dialog box?
When i run the application locally it works fine but when i publish it n access from it it gives the error asEither the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
I'm new to Visual Studio.NET . I need to integrate the crystal reports into an ASP.NET application. I generated Crystal report with the help of crystal report XI developer edition(Stand alone version and NOT from the one which comes from visual studio).
How to integrate this report with the web application.
We have quite a few reports which were developed earlier in Crystal Reports 8.5. We are now planning to use these reports in our web application developed in VS 2008 (C#).
What dlls are needed for calling 8.5 in the application and how should they be added to the application while shipping it to the client?
They are also struggling to get the code running. Would also need the code to call the report with parameters.
I have already generated crystal reports but i've made them static. but now i want to make the user to select the criteria for generating the reports. for eg., in one of them i want to show monthwise data so user should be able to select the month and year and that would be passed as parameter and compared to the existing data. provide me with proper exact code that can be used for giving parameters in such a report using C#.
In my system Visual studio 2008 with sp1 and Crystal Reports XI Release 2.In Visaul studio 2008 ,while adding add reference it showing crystal reports version 10 instead of 11.How to solve the version problem.
I am considering using Crystal Report 2008 as my tool of creating reports on my webpage.The only problem which I'm facing is that I have no control of the remote server which hosts my site (besides uploading files). I can't run a MSI to deploy the CR runfiles.I can't find anywhere in the CR user manual of how to deploy the runtime files without running the msi, and I'm not even sure it's possible.Have anyone deployed CR 2008 without running the MSI and without having to register any files?
I have a field in my dataset with type nvarchar(1000). when I link it to crystal reports, it converts it to a field of type string with length set to 100. As a result of that, the string in that field is being truncated on the report. How can I increase the string length to 1000? (I already checked the "Can grow" option).
I have developed few crystal reports using VS.2005 and now i want to deploy the same on my web server which is running Windows 2003 server and got installed only .net frame work 2.0.... so now i want to know how can i run those reports successfully and i have downloaded CRRedist2005_X86.msi and even crXIsp3 and 4 _net_server from business objects page and i do have Crystal Reports XI original CD.... while by using them can i run crystal reports on my web pages.