ComponentOne Reports for WPF
C1.C1Report Namespace / IC1ReportExternalRecordset Interface / GetRecordset Method

In This Topic
    GetRecordset Method (IC1ReportExternalRecordset)
    In This Topic
    Returns the IC1ReportRecordset interface used to access data.
    Syntax
    'Declaration
     
    Function GetRecordset() As IC1ReportRecordset
    IC1ReportRecordset GetRecordset()

    Return Value

    The IC1ReportRecordset interface used to access data.
    See Also