DevExpress-Examples / reporting-winforms-bind-to-csv-file

Creates a new blank report at runtime and binds the report to data obtained from a CSV file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reporting for WinForms - Bind a Report to a CSV File at Runtime

This example creates a new blank report at runtime and binds the report to data obtained from a CSV file.

The ExcelDataSource class instance is used to retrieve data from a CSV file. The data source schema is defined in code.

Files to Review

Documentation

About

Creates a new blank report at runtime and binds the report to data obtained from a CSV file.

License:Other


Languages

Language:C# 50.5%Language:Visual Basic .NET 49.5%