Class RVAnalysisServicesDataSourceItem
Microsoft Analysis Services (MS SSAS) item, specifies the cube to get data from.
Inheritance
System.Object
RVAnalysisServicesDataSourceItem
Namespace: Reveal.Sdk.Data.Microsoft.AnalysisServices
Assembly: Infragistics.Reveal.Connectors.Ssas.dll
Syntax
public class RVAnalysisServicesDataSourceItem : RVDataSourceItem
Constructors
RVAnalysisServicesDataSourceItem(RVAnalysisServicesDataSource)
Declaration
public RVAnalysisServicesDataSourceItem(RVAnalysisServicesDataSource dataSource)
Parameters
Type | Name | Description |
---|---|---|
RVAnalysisServicesDataSource | dataSource |
RVAnalysisServicesDataSourceItem(RVAnalysisServicesDataSource, BaseDataSourceItem)
Declaration
public RVAnalysisServicesDataSourceItem(RVAnalysisServicesDataSource modelDataSource, BaseDataSourceItem modelDataSourceItem)
Parameters
Type | Name | Description |
---|---|---|
RVAnalysisServicesDataSource | modelDataSource | |
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem | modelDataSourceItem |
Properties
Catalog
The name of the catalog (database) containing the cube.
Declaration
public string Catalog { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Cube
Name of the cube to use
Declaration
public string Cube { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
CreateModelDataSourceItem()
Declaration
public override BaseDataSourceItem CreateModelDataSourceItem()
Returns
Type | Description |
---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem |