If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Reporting from ASP Pages

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-12-04, 10:07
axapta axapta is offline
Registered User
 
Join Date: Apr 2004
Posts: 47
Reporting from ASP Pages

Hi Group,
What's the best way to produce reports from an ASP Page. At the moment, we are using Excel which is on the IIS Server on our Intranet but it is causing all sorts of issues. Yes I know this is 'illegal' as there are licensing issues etc involved.

What is the best way?

Kind Regards
Reply With Quote
  #2 (permalink)  
Old 08-12-04, 14:09
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
Depends on the level of detail your reports need to have.

A straight data extract can be done by creating a CSV file through ASP, which would map into Excel, but you won't have any special functions or formatting. It would be raw text.

If you need bar graphs and stuff, you could install a server side component to create charts and display the report as the webpage itself.

If you need complex reports with graphical capbilities, you could use Crystal Reports.
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #3 (permalink)  
Old 08-15-04, 19:37
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
give us sme details about what you want your report to look like and include and we can probably give you more info.

personally I go with CSV files. asp is not really designed for doing reports, excel does a much better job. use the tools for what they were designed for and things generally work out for the best.
Reply With Quote
  #4 (permalink)  
Old 08-17-04, 15:43
JPry565 JPry565 is offline
Registered User
 
Join Date: Aug 2004
Posts: 13
I belive that there is some type of class you can register, like a server side asp crystal reports component. Do a google search and look for it.
Reply With Quote
  #5 (permalink)  
Old 08-17-04, 15:45
JPry565 JPry565 is offline
Registered User
 
Join Date: Aug 2004
Posts: 13
Also I don't belive that this would be illeagal using Excel if you have Volume Licensing.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On