Class RVAnalysisServicesDataSource
Abstract base class for Microsoft Analysis Services (MS SSAS) data sources
Inheritance
System.Object
RVAnalysisServicesDataSource
Namespace: Reveal.Sdk.Data.Microsoft.AnalysisServices
Assembly: Infragistics.Reveal.Connectors.Ssas.dll
Syntax
public abstract class RVAnalysisServicesDataSource : RVDashboardDataSource
Constructors
RVAnalysisServicesDataSource()
Declaration
public RVAnalysisServicesDataSource()
RVAnalysisServicesDataSource(BaseDataSource)
Declaration
public RVAnalysisServicesDataSource(BaseDataSource modelDataSource)
Parameters
Type | Name | Description |
---|---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSource | modelDataSource |
Properties
Catalog
The name of the catalog (database) to use.
Declaration
public string Catalog { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProviderKey
Declaration
protected override string ProviderKey { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToModelDataSource()
Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type | Description |
---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSource |