Class RVInMemoryDataSourceItem

Data source item to get in-memory data

Inheritance
System.Object
RVInMemoryDataSourceItem
Namespace: Reveal.Sdk.Data
Assembly: Infragistics.Reveal.DataLayer.dll
Syntax
public class RVInMemoryDataSourceItem : RVDataSourceItem, IDataSourceItem

Constructors

RVInMemoryDataSourceItem(BaseDataSourceItem)

Declaration
public RVInMemoryDataSourceItem(BaseDataSourceItem modelDataSourceItem)
Parameters
Type Name Description
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem modelDataSourceItem

RVInMemoryDataSourceItem(String)

Used to create a new in-memory item with the specified dataset id

Declaration
public RVInMemoryDataSourceItem(string datasetId)
Parameters
Type Name Description
System.String datasetId

The id of the dataset identifying the data to return

Properties

DatasetId

String identifying this in-memory dataset, it might be used to decide what data to return.

Declaration
public string DatasetId { get; set; }
Property Value
Type Description
System.String

Parameters

Parameters for the in-memory data source.

Declaration
public Dictionary<string, object> Parameters { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>

Methods

CreateModelDataSourceItem()

Declaration
public override BaseDataSourceItem CreateModelDataSourceItem()
Returns
Type Description
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem
Overrides
RVDataSourceItem.CreateModelDataSourceItem()