Class RVCsvDataSource
The data source object used to represent the CSV data source, there are no additional properties in this class
as all relevant information is specified in the RVCsvDataSourceItem object.
Inheritance
System.Object
RVCsvDataSource
Assembly: Infragistics.Reveal.DataLayer.dll
Syntax
public class RVCsvDataSource : RVDashboardDataSource, IDataSource
Constructors
RVCsvDataSource()
Declaration
RVCsvDataSource(BaseDataSource)
Declaration
public RVCsvDataSource(BaseDataSource modelDataSource)
Parameters
Type |
Name |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSource |
modelDataSource |
|
Properties
ProviderKey
Declaration
protected override string ProviderKey { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
ToModelDataSource()
Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSource |
|
Overrides