ActiveReports 8 > ActiveReports User Guide > Samples and Walkthroughs > Samples > Section Report > Data > LINQ Sample |
The LINQ sample demonstrates how to use LINQ in an ActiveReports report.
Sample Location
Visual Basic.NET
<User Folder>\ComponentOne Samples\ActiveReports 8\Section Reports\VB.NET\Data\LINQ
C#
<User Folder>\ComponentOne Samples\ActiveReports 8\Section Reports\C#\Data\LINQ
Runtime Features
This sample uses a LINQ Query to sort recordsets in descending order of age. The resultant recordsets are converted to an IList and used as a datasource for the report which is displayed in Viewer control.
Project Details
ViewerForm
rptLINQtoObject report