Class RVHttpAnalysisServicesDataSource

Microsoft Analysis Services (MS SSAS) HTTP connection data source

Inheritance
System.Object
RVHttpAnalysisServicesDataSource
Namespace: Reveal.Sdk.Data.Microsoft.AnalysisServices
Assembly: Infragistics.Reveal.Connectors.Ssas.dll
Syntax
public class RVHttpAnalysisServicesDataSource : RVAnalysisServicesDataSource

Constructors

RVHttpAnalysisServicesDataSource()

Declaration
public RVHttpAnalysisServicesDataSource()

RVHttpAnalysisServicesDataSource(BaseDataSource)

Declaration
public RVHttpAnalysisServicesDataSource(BaseDataSource modelDataSource)
Parameters
Type Name Description
Infragistics.ReportPlus.DashboardModel.BaseDataSource modelDataSource

Properties

Url

URL to the MSMDPUMP endpoint, for example: http://server/olap/msmdpump.dll

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