Class RVReportingServicesDataSource

Microsoft Reporting Services (MS SSRS) data source

Inheritance
System.Object
RVReportingServicesDataSource
Namespace: Reveal.Sdk.Data.Microsoft.ReportingServices
Assembly: Infragistics.Reveal.Connectors.ReportingServices.dll
Syntax
public class RVReportingServicesDataSource : RVDashboardDataSource

Constructors

RVReportingServicesDataSource()

Declaration
public RVReportingServicesDataSource()

RVReportingServicesDataSource(BaseDataSource)

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

Properties

Path

Path in the server, used only when SSRS is running integrated into Sharepoint

Declaration
public string Path { get; set; }
Property Value
Type Description
System.String

ProviderKey

Declaration
protected override string ProviderKey { get; }
Property Value
Type Description
System.String

ServerMode

Declaration
public string ServerMode { get; set; }
Property Value
Type Description
System.String

ServerVersion

Declaration
public string ServerVersion { get; set; }
Property Value
Type Description
System.String

Url

URL to the server

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