Class RVCubeDataSource

Cube data source

Inheritance
System.Object
RVCubeDataSource
Namespace: Reveal.Sdk.Data.Cube
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
RVDashboardDataSource.ProviderKey

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
RVDashboardDataSource.ToModelDataSource()