How to "Print" in Crystal Reports while using ASP DOT NET
Platform?

Answers were Sorted based on User's Feedback



How to "Print" in Crystal Reports while using ASP DOT NET Platform?..

Answer / rahul

using CrystalDecisions.Shared

CrystalReport1 cr= new CrystalReport1;

'here crystalreport1 is crystal report which we design.

CrystalViewer1.ReportSource = cr;

OR

we can directly print the report without showing report

CrystalReport1 cr= new CrystalReport1;

cr.PrintToPrinter(1,False,1,1);

Is This Answer Correct ?    6 Yes 2 No

How to "Print" in Crystal Reports while using ASP DOT NET Platform?..

Answer / agshar

But This will print on Server Side not on client side , how
To print on Client side without click on Print Button on
Crystal report viewer ?

Is This Answer Correct ?    2 Yes 3 No

How to "Print" in Crystal Reports while using ASP DOT NET Platform?..

Answer / rajavivekvarma

Bind the report to crystal report viewer.the viewer handles
the print code.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Crystal Reports Interview Questions

How to pass stored Procedure Parameters to the report?

2 Answers  


Can we use our own SQL for creating a report?

5 Answers  


How do you format your crystal reports so that on exporting to word doc or pdf it will not lose the orginal format

3 Answers   Target,


How to "Print" in Crystal Reports while using ASP DOT NET Platform?

3 Answers  


Where can we find the log file genertaed when we run a crystal report?

2 Answers   Microsoft, Wipro,






How many .rpt files are be there in a main report having 2 sub reports?

17 Answers   Accenture, Cap Gemini, CTS,


I had an Interview yesterday for a Crystal Reports Developer position. Some of these I have not done in my reporting experience and I had just a half day's notice for the interview, hence no prep time :-( 1) Is there a way to be able to change an image(company logo) dynamically in a report? Example if you have 100 reports, and with the market uncertainity if you anticipate that the company logo might change, how can you change the image just in one place and have this reflected in all teh reports at run time? 2) What is a SQL expression? 3) What are field expressions and what are the diff types? (I looked this up in the internet and never found anything with regards to types of field expressions) The interviewer really got me confused as I felt he was not clearly setting forth his questions but it could be that I was unable to understand his wording of the questions. I expect a big zero from his feedback but I am hoping this is an experience for future interviews that I face in crystal reports when I do get some more lined up. Thanks in advance! Anita New Jersey, USA.

5 Answers   Barclays,


HOW TO USE 5 CRYSTAL REPORT OR SUBREPORT ON DIFFERENT CONDITIONS IN ONE VB PROGRAM

1 Answers  


Can anyone help me with an answer to this question? Where is the image located, after you've placed it on the report?

2 Answers  


Where can we find the log file generated when we run a crystal report?

0 Answers  


Can we use stored procedure for creating the report?

11 Answers   Medreich,


Explain the various components in crystal reports?

0 Answers  


Categories