ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / CsvDataSource Class
Properties Methods

In This Topic
    CsvDataSource Class Members
    In This Topic

    The following tables list the members exposed by CsvDataSource.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertySpecifies the string used to load the data from the csv file.  
    Public PropertyDetermines whether the CurrentPosition is at the end of the NodeList.  
    Public PropertyGets or sets the function that returns resource stream for a given name.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodReleases the resources used by the CsvDataSource.  
    Public MethodReturns the value of the field with the specified name.  
    Public MethodReturns the list of the csv columns names.  
    Public MethodLoads the csv data from the source specified in connection string.  
    Public MethodMoves the current position to the first data record.  
    Public MethodMoves the current position to the next data record.  
    Top
    See Also