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

In This Topic
    IC1ReportRecordset Interface Members
    In This Topic

    The following tables list the members exposed by IC1ReportRecordset.

    Public Methods
     NameDescription
     MethodApplies a filter string. See the System.Data.DataView.RowFilter property for details.  
     MethodApplies a sort string. See the System.Data.DataView.Sort property for details.  
     MethodReturns true if the cursor is pointing at the first record in the data source.  
     MethodReturns true if the cursor is pointing past the last record in the data source.  
     MethodReturns the current cursor position.  
     MethodGets a string vector with the names of each field in the data source.  
     MethodGets a vector with the types of each field in the data source.  
     MethodGets the value of the given field at the current cursor position.  
     MethodMoves the cursor to the first record in the data source.  
     MethodMoves the cursor to the last record in the data source.  
     MethodMoves the cursor to the next record in the data source.  
     MethodMoves the cursor to the previous record in the data source.  
     MethodSets the current cursor position to supplied value.  
    Top
    See Also