Class RVHttpAnalysisServicesDataSource
Microsoft Analysis Services (MS SSAS) HTTP connection data source
Inheritance
System.Object
RVHttpAnalysisServicesDataSource
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
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