How to make a report base on my database. Complete report with headers and footers and so on.
Printable View
How to make a report base on my database. Complete report with headers and footers and so on.
Depends upon the database you're using. MSAccess has Access Reports. SqlServer 2005 has Sql Server Reporting Services (SSRS). Oracle has Oracle Reports. If you need a report that can access multiple databases, then there's always good old Crystal Reports. :D
How to make a reports that can be seen in my application. When i press a button on my form i want that it has a correspond report that will be shown to me. If i want a Cars Databse Report i want that a form will open showing the report with a header, footer and so on. How to make one like that ?
You can use a product like Crystal Reports.
Yeah, I'd suggest Crystal Reports. I think it comes standard in Visual Studio as well? It's not too hard either. If you play around with it for a couple of minutes you'll get the basics. And they have wizard interfaces too.
Where can i find a full tutorial on Crystal Report for .net 2005. Everything that i need to know.
Especially if i can use a dataset or datatable to set in my crystal report
There's this really cool Web site. It's called Google. It helps you find stuff on that Internet thingy.Quote:
Originally Posted by VBLegend
http://www.google.com.au/search?q=cr...ient=firefox-a
There's this other cool site too. It's called MSDN. Why they would put information for Microsoft developers on a web site called the Microsoft Developer Network I don't know, but there you go.
http://search.msdn.microsoft.com/Def...us&refinement=
Would you like fries with that?
Thanks for the links, but recently i try it i did not find what i want. The possibility of using a "Sql Queries" nor DataSet and DataTable to be attach in a Crystal report.