Results 1 to 7 of 7

Thread: XML Document Reporting

  1. #1

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    XML Document Reporting

    hi guys! I have a question. Is it posible to generate a report, something like the attachment, from XML Document?
    Attached Images Attached Images  

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

    Re: XML Document Reporting

    Of course. You can print whatever you like using the PrintDocument class and GDI+. What you print and where you get the data from are completely up to you.

    There's also the option of SQL Server Reporting Services if you're using VS 2005. Despite the name you can get your data from anywhere, not just SQL Server. The ReportViewer control is right there in the VS 2005 Toolbox.
    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

  3. #3
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724

    Re: XML Document Reporting

    Using XSL to transform the XML to HTML would also be an option

  4. #4

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    Re: XML Document Reporting

    Can i use ReportViewer in Windows Application? Becuase, i can find the ReportViewer from my tool box window.

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

    Re: XML Document Reporting

    Quote Originally Posted by daimous
    Can i use ReportViewer in Windows Application? Becuase, i can find the ReportViewer from my tool box window.
    It's in the Data section.
    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

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    Re: XML Document Reporting

    Oh thanks for that! I thought the Controls in my Control Box under All Windows Forms is arranged alphabetically but im wrong. Anyway, thanks for that.

  7. #7
    Fanatic Member Bombdrop's Avatar
    Join Date
    Apr 2001
    Location
    St Helens, England, UK
    Posts
    667

    Re: XML Document Reporting

    the following will show you some good beginner's videos using Reporting Serivres they deal with using the technology in ASP but this can be easily ported to a windows forms environment.

    Hope this helps!!!

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