Class RVJsonDataSourceItem
The data source item used to represent a dataset from a JSON file, it includes the optional parsing configuration.
Inherited Members
Namespace: Reveal.Sdk.Data.Json
Assembly: Infragistics.Reveal.DataLayer.dll
Syntax
public class RVJsonDataSourceItem : RVResourceBasedDataSourceItem, IDataSourceItem
Constructors
RVJsonDataSourceItem(IRVResourceItem)
Creates a new JSON item getting data from the specified resource item.
Declaration
public RVJsonDataSourceItem(IRVResourceItem resourceItem)
Parameters
Type | Name | Description |
---|---|---|
IRVResourceItem | resourceItem | The resource item to download the file from. |
RVJsonDataSourceItem(IRVResourceItem, BaseDataSourceItem)
Declaration
public RVJsonDataSourceItem(IRVResourceItem resourceItem, BaseDataSourceItem modelDataSourceItem)
Parameters
Type | Name | Description |
---|---|---|
IRVResourceItem | resourceItem | |
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem | modelDataSourceItem |
Properties
Config
The configuration of the JSON parser.
Declaration
public string Config { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
CreateModelDataSourceItem()
Declaration
public override BaseDataSourceItem CreateModelDataSourceItem()
Returns
Type | Description |
---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem |