[]
        
(Showing Draft Content)

C1.Report.DataSource.Recordset

Recordset Property

Recordset

Sets or gets the data source object that provides data to the report.

Declaration
[Browsable(false)]
public object Recordset { get; set; }
Remarks

Usually, the control creates a data object based on the value of the ConnectionString and RecordSource properties, and uses that object as the report data source.

Alternatively, you may want to create the data source object yourself, and assign it to the control. You can do that by assigning your data source object to the Recordset property.

You can assign objects of the following types to the Recordset property: (1) DataTable objects, (2) DataView objects, or (3) any object that implements the IC1FlexReportRecordset or IList interface.