Class RVLocalFileDataSourceItem
The local file data source item, used to load files from local storage. See
Implements
Inherited Members
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVLocalFileDataSourceItem : RVDataSourceItem, IRVResourceItem
Constructors
RVLocalFileDataSourceItem()
Declaration
public RVLocalFileDataSourceItem()
Properties
Uri
The URI referencing the file, like local://Directory/File.csv.
Declaration
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
System.String |