Results 1 to 6 of 6

Thread: Creating reports using VB.Net Express 2008

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    515

    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

  2. #2
    New Member
    Join Date
    Apr 2009
    Posts
    15

    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.

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    515

    Re: Creating reports using VB.Net Express 2008

    Quote Originally Posted by jmcilhinney View Post
    or you can simply create the output yourself.
    Hmm, thanks but how ?

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Creating reports using VB.Net Express 2008

    Quote Originally Posted by Xancholy View Post
    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  6. #6
    New Member
    Join Date
    May 2009
    Posts
    4

    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
  •  



Click Here to Expand Forum to Full Width