Note: ActiveReports will not group your data, so if you have not sorted your data prior to passing it to the report, you will get strange results.
This walkthrough is split up into the following activities:
To add the viewer to a WinForm:
To add an ActiveReport:
Note: If there is no ActiveReports file listed, you are probably trying to run an older build of ActiveReports for .NET in Visual Studio.NET 2003. If this is the case, you can download the latest hot fix here.
To connect the report to the nwind.mdb:
To add groups to the report:
To link the report to the viewer:
Dim rpt As New ActiveReport1() rpt.Run() Me.Viewer1.Document = rpt.Document