Crystal Reports :: Print On Button Click

Jan 27, 2014

I got a problem with crystal report while printing. The problem is if I select Display Toolbar = False in crystal report viewer then I need to press Ctlr+P to print the report which is not good, because it prints the entire page. If I select DisplayToolbar =True then it displays print button and option to print but When I click print button it prints but all fields empty & |||||||||||||||.

When I press print button It displays an option/Messege in browser (Open With Different Viewer) If I press open then I can open it as pdf and print it, and it prints it correctly.

If I don't use this option it print the report blank or like this ||||||||||||||||||||||.

View 1 Replies


Similar Messages:

Crystal Reports :: How To Show Direct Print Dialog Box When Click On Print Button

Jan 8, 2013

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?

View 1 Replies

Crystal Reports :: How To Print On Button Click Using JavaScript

May 7, 2015

how to print crystal report  when asp.net button clicks and  after button clicks it shows the print dialogue popup as well as report is save as pdf format in local machine.

View 1 Replies

Crystal Reports :: When Click On Print Button, Data Is Not Coming?

Dec 17, 2010

I have binded crsytal report through dataset. My crystal report is working fine. but when i click on print button, data is not coming on crystal report . the following code i have written. what i am missing out? How to pass parameter when i click on print button? and how to bind data while printing?

On pageLoad

string ReportPath = Server.MapPath("/Reports/CrystalReport1.rpt").ToString();
reportTnaApprovalbyUser.Load(ReportPath);
reportTnaApprovalbyUser.FileName = ReportPath;
ParameterInCrstalReport();
protected void BIndReport()
{
ServerLogonFunction(----);
reportTnaApprovalbyUser.SetDataSource(ds1);
//ParameterInCrstalReport();
reportTnaApprovalbyUser.SetParameterValue("@Date", DateTime.Now.Date);
reportTnaApprovalbyUser.SetParameterValue("@CompCode", bo.CompCode);
//rp.SetParameterValue(
CrystalReportViewer1.ReportSource = reportTnaApprovalbyUser;
}
protected void ParameterInCrstalReport()
{
BO bo = new BO();
ParameterFields pF = new ParameterFields();
ParameterField p1 = new ParameterField();
ParameterDiscreteValue pdv = new ParameterDiscreteValue();
p1.Name = "@Date";
pdv.Value = DateTime.Now.Date;
p1.CurrentValues.Add(pdv);
ParameterField p2 = new ParameterField();
ParameterDiscreteValue pdv2 = new ParameterDiscreteValue();
p2.Name = "@CompCode";
pdv2.Value = bo.CompCode;
p2.CurrentValues.Add(pdv2);
pF.Add(p1);
pF.Add(p2);
//CrystalReportViewer1.ParameterFieldInfo = pF;
reportTnaApprovalbyUser.SetParameterValue("@Date", DateTime.Now.Date);
reportTnaApprovalbyUser.SetParameterValue("@CompCode", bo.CompCode);
}

View 3 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 :: Click On Button(hide Crystal Report Tool Bar And Use Own Button For Printing Purpose)?

Feb 17, 2011

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

reportDocument.PrintOptions.PrinterNam... = "CutePDF Writer";

reportDocument.PrintToPrinter(1,false,0,0);

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?

View 1 Replies

Crystal Reports :: Print / Export Button Not Working?

Dec 29, 2010

Everythings working fine on my PC but when I deployed my application on server, Print and export are not working. Even the toolbar images were not displaying on the report. So I added them manually to my application.

Is there some folder missing?

View 2 Replies

Crystal Reports :: Crystal Report View On Single Button Click

Nov 22, 2010

I have a Registration form with two Buttons "Save" & "Report". When I click on "Save" the data will store in the Database. Now I want when click on the "Report" button the report of that particular will be produce in the Crystal report. How can I do that??

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

Crystal Reports :: Toolbar Print Button Not Working In Google Chrome Browser

Mar 1, 2011

I am create crystol report in asp.net in visual studio 2010 but crystol report toolbar Print Button Not working in Google chrome brouser

View 2 Replies

Crystal Reports :: Manage Postback On Viewer Next Page Click Button Click?

Sep 4, 2010

I am using Crystal Report on my ASP.NET Fw. 3.5 project. My report contains 100+ pages. When I click on next page button on crystal report viewer control my whole page gets postback to server and then second page appears. This take same time when first time report gets loaded.

View 2 Replies

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 :: Open App In New Window On Button Click

Mar 6, 2014

I have an application where I would like to display a report (using Report Viewer on a .aspx page) in a new window so the user can simply close the report page when finished viewing and have the source page still active.

since "Report viewer" is on .aspx page so I want to open report on next browser window.

View 1 Replies

Crystal Reports :: Display In New Window On Button Click

Apr 7, 2014

I want to show the crystal report in separate page which having only one crystal report viewer and loading the viewer dynamically by different report in same webform in new tab is it possible in asp.net.I

View 1 Replies

Crystal Reports :: Print Directly To Printer Without Print Dialog

May 7, 2015

How to Directly Print a Reports to Default Client Printer from ASP.NET without Preview or Printer Dialog 

View 1 Replies

Crystal Reports :: How To Show Field In Textbox On Button Click

Nov 2, 2010

I have one asp.net application in which i have crystal report binded in aspx page when it load it shows perfect.. i have lot of filed in crystal report in which i have one filed1 i need to show that value in out side of the asp.net textbox ..

View 3 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

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 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

Crystal Reports :: How To Print Without Viewer In C#

Sep 30, 2012

i want to print a report in button click event when my transaction is done i want a to print that transaction in button click event..

View 1 Replies

Crystal Reports :: How To Print Particular Record

Dec 18, 2012

How to print the particular record to the crystal report. I have a gridview control in webform1, in that gridview I have a link button like salary check, the link button passes the particular empid to the next form and display all the records in the webform2, in the webform2 I am having print button, if I click the print button,all the fields in the webform2 wants to print in the crystal report...

View 1 Replies

Crystal Reports :: Unable To Print All Pages?

Jan 24, 2011

I write some code below in FrmPrescription.aspx.cs file :

protected void btnPrint_Click(object sender, EventArgs e)
{
try
{[code]....

this code is for local print,but if crystal report has more than 1 pages in that case it will print just one page!

View 4 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

Crystal Reports :: Print To A5 Paper Size?

Sep 20, 2015

How i can check list format A5 in crystal report? If list full is sentense then print to paper else not print?

View 1 Replies







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