Class RVReportingServicesDataSource
Microsoft Reporting Services (MS SSRS) data source
Inheritance
System.Object
RVReportingServicesDataSource
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVReportingServicesDataSource : RVDashboardDataSource
Constructors
RVReportingServicesDataSource()
Declaration
public RVReportingServicesDataSource()
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 |
|
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
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|