Does anyone know a Turorial for the Reporting in c# .NET. I mean the Reports in "Microsoft.Reporting"-Namespace not the Crystal Reports.
Thanks in Advance
Does anyone know a Turorial for the Reporting in c# .NET. I mean the Reports in "Microsoft.Reporting"-Namespace not the Crystal Reports.
Thanks in Advance
Have you tried Reporting Services: http://msdn.microsoft.com/en-us/library/ms170246.aspx
I know you probably aren't looking for links that you can find on google yourself, but these cover reporting services in great detail and should cover most of your questions.
But I'm pretty sure reporting services is tied pretty close to MS SQL, so if you aren't using it you might have to look for a different solution.
There is an EXCELLENT book you can read all about client side reporting in C#:
You might have a look here at the MSDN documentation on the Namespace, it might get you started.