Version

RVCsvDataSourceItem Class Members

The following tables list the members exposed by RVCsvDataSourceItem.

Public Constructors
 NameDescription
Public ConstructorRVCsvDataSourceItem ConstructorCreates a new CSV item getting data from the specified resource item.  
Public Properties
 NameDescription
Public PropertyDataSourceReference to the data source object this item belongs to. (Inherited from Infragistics.Sdk.RVDataSourceItem)
Public PropertyDateFormatOptional date format to use when parsing/detecting date columns, if not specified Reveal will try to infer the date format to use for each column (if it detects the column is a date, date time or time column).  
Public PropertyDescriptionDescription of this data source item. (Inherited from Infragistics.Sdk.RVDataSourceItem)
Public PropertyEncodingThe encoding to use, if not specified Reveal will try to detect it automatically.  
Public PropertyIdThe value that identifies this item in the data source, it might be for example the name of the schema concatenated with the table name. (Inherited from Infragistics.Sdk.RVDataSourceItem)
Public PropertyResourceItemThe resource item used to get the data for the referenced file, must be an item from one of the resource providers: Sharepoint, Web Resource, REST API, etc. (Inherited from Infragistics.Sdk.RVResourceBasedDataSourceItem)
Public PropertySeparatorThe separator to use, one of ',', ';', or 'TAB'. If not specified it will be detected automatically.  
Public PropertyTitleThe title of the item, as displayed to the user, it might be for example the name of the table in a database. (Inherited from Infragistics.Sdk.RVDataSourceItem)
See Also