Skip to main content

Bind a Report to a CSV File

  • 2 minutes to read

This tutorial describes how to bind a report to data obtained from a CSV file.

Do the following to accomplish this task:

  1. Click the report’s smart tag. In the invoked actions list, expand the drop-down menu for the XtraReportBase.DataSource property and click the Add Report Data Source… link.

    how-to-ef-datasource01

  2. On the first page of the invoked Data Source Wizard, select Excel File and click Next.

    ReportWizard-SelectDataSourceType-ExcelFile

  3. On the next wizard page, click the ellipsis button and locate the required CSV file or enter the full path to the file.

    ExcelDataSource_SelectingCsvFile

    Click Next to proceed to the next wizard page.

  4. The next wizard page allows you to specify the import settings.

    Enable the first check box to use values of the first row as field names. If you disable this option, values of the first row will be imported as data and field names will be generated automatically. The Skip empty rows option specifies whether to include empty rows to the result data source.

    This page also provides the Encoding, Newline type and Value separator settings that specfy the character encoding, the line break type and a character used to separate values in the CSV document. To automatically determine values of these settings, enable the corresponding Detect automatically check boxes. You can also disable these check boxes and manually choose desired values in the drop-down lists.

    Use the Culture option to specify the culture information. The Text Qualifier setting allows you to select the character that encloses values in the source file.

    Enable the Trim Blanks check box to delete all leading and trailing empty spaces from each value in the CSV file.

    ExcelDataSource_CsvImportSettings

    Specify required settings and click Next.

  5. The next page allows you to select required columns and specify their settings.

    To include a column to the result data source, enable the corresponding Selected check box. Use Name to specify the custom column name and Type to choose the column type.

    ExcelDataSource_SelectingColumns

    On this page, you can also preview the result data by clicking the Preview… button.

    ExcelDataSource_DataPreview

    Click Finish to complete the wizard.

The created data source becomes displayed in the Report Explorer‘s Data Sources node. The Field List reflects the data source’s hierarchy.

ExcelDataSource_Result

See Also