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