Recommendations for reporting solution -- shared hosting friendly
-
ummmmm RDL report files have a "query" inside them that can easily exec a stored proc ... what else would you need?
"mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"
Just being lazy. Crystal shows procs in the pick list along with tables and views. :)
Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com
-
We are stuck with fyi on our core application, and am sorry we have invested so deeply in it. Its just not on the same level as the other products mentioned in this thread.
I took a look at it from Lauren's recommendation. Even though it's free, it's a bit primitive for my taste.
Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com
-
I was looking at fyiReporting and it looks promising. One thing I don't like too much about ReportViewer is that for web it requires installing an ActiveX control, and that might be overkill for simple reports. This one can generate HTML output (I saw the demos for simple reports, but I'd need to try it with more complicated ones.)
Luis Alonso Ramos Intelectix Chihuahua, Mexico My Blog!
An ActiveX control would be a showstopper for any serious Internet based app. Thanks for the heads up.
Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com
-
Have you tried Access, SQL Reporting Services or EXCEL for reporting? Access is pretty much WISIWYG and the reports are pretty standard. I have implemented spreadsheets and charts programmatically with EXCEL. I haven't used SQL Reporting Services yet but I have heard from friends that it is a workable solution.
Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems
I'm on-line therefore I am. JimmyRopesWe're using Sql Server, so the reporting services might be worth investigating. However, from the name it sounds like it just provides data. Does it also have a report designer ala Crystal?
Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com
-
The telerik stuff looks good, it's just a bit pricey for my budget.
Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com
Christopher Duncan wrote:
The telerik stuff looks good, it's just a bit pricey for my budget.
There are also issues deploying it in non full trust environments (apparently being worked on)
---Guy H ;-)---
-
Hey, Oleg. If you've used XtraReports, do you know if it can be deployed to a web site via ftp file copy, or does an install app have to be run on the server before they'll work?
Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com
My first impulse is to answer "YES it is". However you will need to check it with the product specification. What was really good about XtraReports is that it did not have any dependency on anything controversial (e.g. some fancy third-party library or questionable technology). XtraReports is a pure managed library which can be XCopy deployed and report definition files just an XML files. XtraReports report viewer, from another hand, is a WinForm control (though ASP equivalent might be available now). However the report engine can generate report sin form of PDF thus you do not need any special viewer and at the same time reports are WEB friendly. Runtime report designer, though, was a bit limited but because of well designed interface (API) it was possible to have some work around for any lack of particular functionality. ComponentOne had good reporting suit too but we went with XtraRepors because it was cheaper and offered the same level of functionality. Anyway shop around. 5 years ago you were doomed to use CrystalReports. Fortunately now the things are changed... Cheers
-
We're using Sql Server, so the reporting services might be worth investigating. However, from the name it sounds like it just provides data. Does it also have a report designer ala Crystal?
Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com
Christopher Duncan wrote:
However, from the name it sounds like it just provides data. Does it also have a report designer ala Crystal?
Unfortunately, of the 3 I suggested SQL Server Reporting Service is the only one I have never used, but I have heard of it and friends have told me it is a viable solution. I took a look at this article and it looks like it uses Visual Studio report designer. SQL Server Reporting Services - Lessons Learned In Development and Deployment[^] I will probably try it the next time I have to write reports.
Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems
I'm on-line therefore I am. JimmyRopes -
Christopher Duncan wrote:
However, from the name it sounds like it just provides data. Does it also have a report designer ala Crystal?
Unfortunately, of the 3 I suggested SQL Server Reporting Service is the only one I have never used, but I have heard of it and friends have told me it is a viable solution. I took a look at this article and it looks like it uses Visual Studio report designer. SQL Server Reporting Services - Lessons Learned In Development and Deployment[^] I will probably try it the next time I have to write reports.
Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems
I'm on-line therefore I am. JimmyRopesExcellent, thanks for the link!
Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com
-
Excellent, thanks for the link!
Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com
I took a closer look at the article and it looks like it uses Visual Studio report designer. If you have VS it should work.
Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems
I'm on-line therefore I am. JimmyRopes -
Nope. Hence the quest.
Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com
What does an agnostic, dyslexic, insomniac do? He lies awake at night wondering if there's a dog.