The CSV Data Source sample demonstrates how to use the CSV data provider in a Page report.
Sample Location
Visual Basic.NET
<User Folder>\GrapeCity Samples\ActiveReports 12\Page Reports And RDL Reports
\Data\CSVDataSource\VB.NET
C#
<User Folder>\GrapeCity Samples\ActiveReports 12\Page Reports And RDL Reports
\Data\CSVDataDataSource\C#
Run-Time Features
When you run this sample, the CSV DataSource window appears. Select a radio button to specify the data format of the CSV file to use for the data source, and click the Run button to show the report in the viewer. You can choose from the following CSV data formats:
Project Details
MainForm
This is the main form that appears when you run this sample. It uses the ActiveReports Viewer control to display the report at run time, and radio buttons to select the data source settings.
Right-click the form and select View Code to see how to set the data source settings in the connection string, and how to show the report at run time.
StockList.rdlx