Class RVOracleSIDDataSource
Oracle data source, it adds the SID property to the base properties in RVOracleDataSource.
Inheritance
System.Object
RVOracleSIDDataSource
Assembly: Infragistics.Reveal.Connectors.Oracle.dll
Syntax
public class RVOracleSIDDataSource : RVOracleDataSource
Constructors
RVOracleSIDDataSource()
Declaration
public RVOracleSIDDataSource()
RVOracleSIDDataSource(BaseDataSource)
Declaration
public RVOracleSIDDataSource(BaseDataSource modelDataSource)
Parameters
Type |
Name |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSource |
modelDataSource |
|
Properties
SID
SID to use when connecting to Oracle server.
Declaration
public string SID { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ToModelDataSource()
Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSource |
|
Overrides