Class RVAnalysisServicesDataSourceItem
Microsoft Analysis Services (MS SSAS) item, specifies the cube to get data from.
Inheritance
System.Object
RVAnalysisServicesDataSourceItem
Assembly: Infragistics.Reveal.Connectors.Ssas.dll
Syntax
public class RVAnalysisServicesDataSourceItem : RVDataSourceItem, IDataSourceItem
Constructors
RVAnalysisServicesDataSourceItem(RVAnalysisServicesDataSource)
Declaration
public RVAnalysisServicesDataSourceItem(RVAnalysisServicesDataSource dataSource)
Parameters
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
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 |
|
Overrides