Class RVCubeDataSource
Inheritance
System.Object
RVCubeDataSource
Assembly: Infragistics.Reveal.Connectors.Cube.dll
Syntax
public class RVCubeDataSource : RVDashboardDataSource, IDataSource
Constructors
RVCubeDataSource()
Declaration
public RVCubeDataSource()
Properties
ProviderKey
Declaration
protected override string ProviderKey { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Url
Base URL for the Cube REST API.
Declaration
public string Url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
ToModelDataSource()
Declaration
protected override BaseDataSource ToModelDataSource()
Returns
| Type |
Description |
| Infragistics.ReportPlus.DashboardModel.BaseDataSource |
|
Overrides