Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

crystal report for asp.net

  Asked By: Claude    Date: Jun 23    Category: Asp.net    Views: 1369
  

I have question about Crystal report
I made a report in .net for web and i can see that in the crystal
report viewer.
My question is how do i print the report by pages.( may be using
crystal report control)
some thing like
Dim orpt As
CrystalDecisions.CrystalReports.Engine.ReportDocument 'For control
Then how do i link it for printing.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Dale Jones     Answered On: Jun 23

The only good solution that we came up with to print  reports from a web  browser was to convert it to PDF. The PDF file should open in the user’s browser if they have the PDF viewer  installed and then they can click the print button.



You can also print directly from the server but you have to know the names of all the printers and probably give the user a list of these printers. From my experience most users don’t even know their own names let alone the name of a network printer. So option 1 seems to be the more practical approach even though it requires two steps.

 
Didn't find what you were looking for? Find more on crystal report for asp.net Or get search suggestion and latest updates.




Tagged: