views:

34

answers:

1

I've been using DevExpress and CrystalReports for previous .NET versions. I'm wondering if there are any native reporting controls for .NET 4.0, so I could do away with the 3rd party ones.

+1  A: 

Yes, there are MS Charting controls which are available in 3.5 (here) and also included in .NET 4.0. In .NET 4.0, you'll want to reference System.Web.UI.DataVisualization.Charting.

rtalbot
Will these let me create PDFs?
Prabhu
Actually what I'm looking for is not charting, but plain text, to generate PDFs based off of a template.
Prabhu
Well, that's 5 minutes of your life you'll never get back.
Hans Passant