Class RVExcelDataSource
The data source object used to represent the Excel data source, there are no additional properties in this class
as all relevant information is specified in the RVExcelDataSourceItem object.
Inheritance
System.Object
RVExcelDataSource
Assembly: Infragistics.Reveal.DataLayer.dll
Syntax
public class RVExcelDataSource : RVDashboardDataSource, IDataSource
Constructors
RVExcelDataSource()
Declaration
public RVExcelDataSource()
RVExcelDataSource(BaseDataSource)
Declaration
public RVExcelDataSource(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