Interface IRVInMemoryDataProvider
Namespace: Reveal.Sdk.Data
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public interface IRVInMemoryDataProvider
Methods
GetDataIterator()
Declaration
IInMemoryDataIterator GetDataIterator()
Returns
Type | Description |
---|---|
Infragistics.ReportPlus.DataLayer.IInMemoryDataIterator |
GetTableSchema()
Declaration
List<TableSchemaColumn> GetTableSchema()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<Infragistics.ReportPlus.DataLayer.TableSchemaColumn> |