Class RVNativeAnalysisServicesDataSource
Microsoft Analysis Services (MS SSAS) TCP connection data source
Inheritance
System.Object
RVNativeAnalysisServicesDataSource
Inherited Members
Namespace: Reveal.Sdk.Data.Microsoft.AnalysisServices
Assembly: Infragistics.Reveal.Connectors.Ssas.dll
Syntax
public class RVNativeAnalysisServicesDataSource : RVAnalysisServicesDataSource, IDataSource
Constructors
RVNativeAnalysisServicesDataSource()
Declaration
public RVNativeAnalysisServicesDataSource()
RVNativeAnalysisServicesDataSource(BaseDataSource)
Declaration
public RVNativeAnalysisServicesDataSource(BaseDataSource modelDataSource)
Parameters
Type | Name | Description |
---|---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSource | modelDataSource |
Properties
EffectiveUserName
Optional user name to impersonate, in 'DOMAIN/username' format. The caller must have administrative permissions in Analysis Services. Using this property is a way to achieve Single Sign On with on-prem SSAS.
Declaration
public string EffectiveUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Host
Hostname or IP address of the server
Declaration
public string Host { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Port
TCP port where the server is accepting connections, 2383 is the default port for SSAS.
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
HasValuesForServerSideOnlyProperties()
Declaration
public override bool HasValuesForServerSideOnlyProperties()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
ToModelDataSource()
Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type | Description |
---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSource |