Class RVReportingServicesDataSource
Microsoft Reporting Services (MS SSRS) data source
Inheritance
System.Object
RVReportingServicesDataSource
Assembly: Infragistics.Reveal.Connectors.ReportingServices.dll
Syntax
public class RVReportingServicesDataSource : RVDashboardDataSource, IDataSource
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 |
|
Overrides
ServerMode
Returns the server mode for Reporting Services.
Declaration
public string ServerMode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ServerVersion
Returns the Reporting Services server version.
Declaration
public string ServerVersion { get; set; }
Property Value
| Type |
Description |
| System.String |
|
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