ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / IC1ReportRecordset Interface
Members

In This Topic
    IC1ReportRecordset Interface
    In This Topic
    Interface used to access report data from data source objects.
    Object Model
    IC1ReportRecordset Interface
    Syntax
    'Declaration
     
    Public Interface IC1ReportRecordset 
    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 System.Data.DataTable and System.Data.DataView classes.

    See Also