Class RVSqlBasedDataSource

The base data source class used to represent a connection to one of the supported database systems.

Namespace: Reveal.Sdk.Data
Assembly: Infragistics.Reveal.DataLayer.dll
Syntax
public abstract class RVSqlBasedDataSource : RVDashboardDataSource, IDataSource

Constructors

RVSqlBasedDataSource()

Declaration
public RVSqlBasedDataSource()

RVSqlBasedDataSource(BaseDataSource)

Declaration
protected RVSqlBasedDataSource(BaseDataSource modelDataSource)
Parameters
Type Name Description
Infragistics.ReportPlus.DashboardModel.BaseDataSource modelDataSource

Properties

Host

Host name or IP address to connect to.

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

Port

TCP Port to connect to. In case this is an SqlServer datasource and host\instance Port value will/need to be -1.

Declaration
public int Port { get; set; }
Property Value
Type Description
System.Int32

Methods

ToModelDataSource()

Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type Description
Infragistics.ReportPlus.DashboardModel.BaseDataSource
Overrides
RVDashboardDataSource.ToModelDataSource()