Class RVAzureAnalysisServicesDataSource
Microsoft Azure Analysis Services data source
Inheritance
System.Object
RVAzureAnalysisServicesDataSource
Assembly: Infragistics.Reveal.Connectors.Ssas.dll
Syntax
public class RVAzureAnalysisServicesDataSource : RVAnalysisServicesDataSource
Constructors
RVAzureAnalysisServicesDataSource()
Declaration
public RVAzureAnalysisServicesDataSource()
RVAzureAnalysisServicesDataSource(BaseDataSource)
Declaration
public RVAzureAnalysisServicesDataSource(BaseDataSource modelDataSource)
Parameters
Type |
Name |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSource |
modelDataSource |
|
Properties
ProviderKey
Declaration
protected override string ProviderKey { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
ServerUrl
Server URL, including the 'asazure://' prefix (scheme).
Declaration
public string ServerUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ToModelDataSource()
Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSource |
|
Overrides