|
-
Nov 20th, 2007, 08:28 PM
#1
[2005 Express] Reports
Hey Guys,
I have been losing hair (what I have left) at a great rate trying to impliment a Report function in VB.Net Express.
I think I now have a workable solution, and figured I'd put my 2 cents in as others may benifit.
History:
Crystal Reports
I have toiled with CR just in a effort to frustate myself.
Had done the Repot, and couldn't get the code to access the 'logon' correctly - I gave up.
SQL Server Express
Loaded up Express with the Advanced Services - Then every other download in a effort to be able to build a Report. Poking my eyes out with a sharp stick would have been less painless.
Long story short - both methods above suck for anyone wanting to generate and view a (simple) Report!
Suggestion:
I stumbled accross 'fyiReporting RDL Project 3.0' - I'm loving life.
Using this tool, you can create Reports (with graphs too) and link your Apps DB (something CR was having a fit over).
There is also a set of dlls you can add to your App to view the Report.
(I'm in the process of testing the Report against ReportViewer)
So, for the low end, if you need to build a Report (SQL or Access etc) then this can do that, and provide a .Net Viewer too.
There are other features I haven't mentioned.
Posted in the interest so others dont have to feel the same pain 
I would be interested if any else has had experience with the tool and would like to provide feedback.
-
Nov 20th, 2007, 08:32 PM
#2
Re: [2005 Express] Reports
Well, Microsoft and Business Objects are under no obligation to provide free solutions to everyone. They already provide a fair bit for nothing. VWD Express does support an add-in that will allow you to create SQL Server reports. Why they chose to support VWD and not VB I don't know, but if you're not prepared to shell out for an IDE that does support reporting out of the box then you make do.
-
Nov 20th, 2007, 09:31 PM
#3
Re: [2005 Express] Reports

Hence my post
-
Nov 20th, 2007, 09:36 PM
#4
Re: [2005 Express] Reports
By "make do" I meant create your reports in VWD instead of having it integrated into VB. An SQL Server report is an SQL Server report, regardless of which IDE it's created in. Nothing wrong with what you're suggesting. I'm just saying that there was no need to go outside VS.
-
Nov 20th, 2007, 09:56 PM
#5
Re: [2005 Express] Reports
Yep, understand.
In my (original) case the DB is an mdb as a hangover.
If I redo, which i probably will, I'll do the DB as an MDF.
-
Nov 20th, 2007, 10:11 PM
#6
Re: [2005 Express] Reports
The name is misleading. SQL Server Reporting Services is not restricted to SQL Server at all. The actual Reporting Server is a component of SQL Server but used in simple scenarios there's no connection. An SQL Server report cares nothing for where the data comes from. You pass it a DataSet. How that dataSet was populated is immaterial.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|