Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal reports?

Status
Not open for further replies.

Junior1544

Technical User
Apr 20, 2001
1,267
US
What are the advantages to using crystal reports over an aspx file that has the information needed??

Can I have it open in it's own window(and or invisible), print automaticly? close when that's done??

I ask those specific questions because those are problems I'm having currently with using an aspx file for a specific report I've got to run.

Any information would be welcome though!

Thanks a bunch.

--James

(One day I'll get this programming stuff down. Maybe when Pink Elephants dance![elephant2])

junior1544@jmjpc.net
Life is change. To deny change is to deny life.
 
James,

With Crystal Reports you can format the data using the Report Designer interface, which will allows you to position and group items in a way that is often preferred over html. You can also export to pdf or xls using just a few lines of code.

As far as opening in it's own window and printing automatically you will still need to write the code to do that.

Regards,

David
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top