Class RVReportingServicesDataSource
Microsoft Reporting Services (MS SSRS) data source
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.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
URL to the server
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |