Class RVSqlServerDataSource
Microsoft SQL Server data source, it adds the database name property to the base properties in RVSqlBasedDataSource.
Inheritance
System.Object
RVSqlServerDataSource
Implements
Inherited Members
Namespace: Reveal.Sdk.Data.Microsoft.SqlServer
Assembly: Infragistics.Reveal.Connectors.MsSql.dll
Syntax
public class RVSqlServerDataSource : RVSqlPDSDataSource, IDataSource, IProcessDataOnServerDataSource
Constructors
RVSqlServerDataSource()
Declaration
public RVSqlServerDataSource()
RVSqlServerDataSource(BaseDataSource)
Declaration
public RVSqlServerDataSource(BaseDataSource modelDataSource)
Parameters
Type | Name | Description |
---|---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSource | modelDataSource |
Properties
Database
Name of the database to connect to.
Declaration
public string Database { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Encrypt
If not null, the Encrypt flag will be set in the connection string to the specified value.
Declaration
public Nullable<bool> Encrypt { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ProviderKey
Declaration
protected override string ProviderKey { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Schema
Name of the schema to use to filter tables, views and store procedures, by default all schemas are displayed.
Declaration
public string Schema { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TrustServerCertificate
If not null, the TrustServerCertificate flag will be set in the connection string to the specified value.
Declaration
public Nullable<bool> TrustServerCertificate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Methods
ToModelDataSource()
Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type | Description |
---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSource |