Version

RVInMemoryData Class

Base class that can be used as a helper class to implement IRVInMemoryData, you need to provide the data as an object implementing IEnumerable of IEnumerable objects (each object representing a cell in the data), and the list of fields in the schema. Each row returned by the 'Data' enumerable must have the same number of elements indicated in the schema, the order must be respected and values ust be returned in the same order specified in the schema returned.
Syntax
'Declaration
 
Public MustInherit Class RVInMemoryData 
   Implements IRVInMemoryDataIRVInMemoryDataProvider 
public abstract class RVInMemoryData : IRVInMemoryDataIRVInMemoryDataProvider  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also