EK RTF report components for .Net
PreviousUpNext
EkBaseReport.ReportData Property
Pascal
property ReportData: EKReportDataCollection;
C#
public EKReportDataCollection ReportData;
Visual Basic
Public Property ReportData() As EKReportDataCollection

ReportData is a collection of EkReportDataItem data elements which are attached to the report. 

Data items should be added to this collection before executing the report. In a report template data tables and queries are identified by alias or by means of chars a-z in that order, in which they were added to the collection with Add method. Different data sources may be attached to the report. These are: 

• IDataReader 

• DataTable 

• DataView 

• Array of DataRow 

• Array of DataRowView 

• DataRow 

• DataRowView 

 

You may find an example of using ReportData here.

Copyright (c) 2007. All rights reserved.