|
-
Apr 24th, 2009, 02:38 PM
#1
Thread Starter
Fanatic Member
Creating reports using VB.Net Express 2008
Is there any way to design and print reports using VB.Net Express 2008 ?
If there is no solution, my backend is Access 2000 - so can I open & print a stored A2000 report from within VB.Net 2008 Express ? How ?
Thanks
-
Apr 24th, 2009, 05:30 PM
#2
New Member
Re: Creating reports using VB.Net Express 2008
I'm sure there is a way, you just need to know the code and have alot of patience.
-
Apr 24th, 2009, 10:05 PM
#3
Re: Creating reports using VB.Net Express 2008
Microsoft don't provide a reporting component for VB Express. SQL Server Reporting Services integrates with VS and even VWD Express, but not VB Express. There are third-party reporting solutions available if you search the web, or you can simply create the output yourself. MS do provide a .NET charting component, so you can integrate that into your output if you do create it yourself.
-
Apr 24th, 2009, 10:13 PM
#4
Thread Starter
Fanatic Member
Re: Creating reports using VB.Net Express 2008
 Originally Posted by jmcilhinney
or you can simply create the output yourself.
Hmm, thanks but how ?
-
Apr 24th, 2009, 10:34 PM
#5
Re: Creating reports using VB.Net Express 2008
 Originally Posted by Xancholy
Hmm, thanks but how ?
Any way you want. I depends how you want the data viewed and what the data contains. You might use GDI+ to draw on a form or you might output some HTML to be viewed in a WebBrowser or you might do something completely different.
-
May 18th, 2009, 05:13 PM
#6
New Member
Re: Creating reports using VB.Net Express 2008
If looking for third party, then look at logixml and intellicus, most probably both come for free and have dotnet editions...
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
|