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

CsvDataSource Class Members

The following tables list the members exposed by CsvDataSource.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of CsvDataSource class.  
Top
Public Properties
 NameDescription
Public PropertySpecifies the string used to load the data from the csv file.  
Public Property  
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 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