hi guys! I have a question. Is it posible to generate a report, something like the attachment, from XML Document?
Printable View
hi guys! I have a question. Is it posible to generate a report, something like the attachment, from XML Document?
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.
Using XSL to transform the XML to HTML would also be an option
Can i use ReportViewer in Windows Application? Becuase, i can find the ReportViewer from my tool box window.
It's in the Data section.Quote:
Originally Posted by daimous
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.
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!!!
:wave: :thumb: :wave: