Version

RVResourceBasedDataSourceItem Class

The base abstract class representing a data source item getting data from a file (a resource). This is the base class for CSV, Excel and JSON data source items. It contains the reference to the resource item providing the file, for example a CSV file from a Web Resource URL will be represented as a RVCsvDataSourceItem referencing a RVWebResourceDataSourceItem.
Syntax
'Declaration
 
Public MustInherit Class RVResourceBasedDataSourceItem 
   Inherits RVDataSourceItem
public abstract class RVResourceBasedDataSourceItem : RVDataSourceItem 
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