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