Interface used to access report data from data source objects.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public interface IC1ReportRecordset
Visual Basic
Public Interface IC1ReportRecordset

Remarks

Any object that can be used as custom data source for reports must implement this interface.

The C1Report component provides this implementation for common data sources such as DataTable and DataView classes.

See Also