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
Namespace: Reveal.Sdk.Data.Csv
Assembly: Infragistics.Reveal.DataLayer.dll
Syntax
public class RVCsvDataSource : RVDashboardDataSource, IDataSource

Constructors

RVCsvDataSource()

Declaration
public RVCsvDataSource()

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
RVDashboardDataSource.ProviderKey

Methods

ToModelDataSource()

Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type Description
Infragistics.ReportPlus.DashboardModel.BaseDataSource
Overrides
RVDashboardDataSource.ToModelDataSource()