Class RVReportingServicesDataSource

java.lang.Object
io.revealbi.core.data.RVDashboardDataSource
io.revealbi.core.data.RVReportingServicesDataSource

public class RVReportingServicesDataSource extends RVDashboardDataSource
Microsoft Reporting Services (MS SSRS) data source
  • Field Details

  • Constructor Details

    • RVReportingServicesDataSource

      public RVReportingServicesDataSource()
  • Method Details

    • setUrl

      public String setUrl(String value)
      URL to the server
      Parameters:
      value - URL to the server
      Returns:
      The URL to the server.
    • getUrl

      public String getUrl()
      URL to the server
      Returns:
      URL to the server
    • setPath

      public String setPath(String value)
      Path in the server, used only when SSRS is running integrated into SharePoint
      Parameters:
      value - Path in the server, used only when SSRS is running integrated into SharePoint
      Returns:
      The path in the server.
    • getPath

      public String getPath()
      Path in the server, used only when SSRS is running integrated into SharePoint
      Returns:
      Path in the server, used only when SSRS is running integrated into SharePoint
    • setServerMode

      public String setServerMode(String value)
      Sets the server mode for Reporting Services.
      Parameters:
      value - The server mode for Reporting Services.
      Returns:
      The value that was set.
    • getServerMode

      public String getServerMode()
      Returns the server mode for Reporting Services.
      Returns:
      Returns the server mode for Reporting Services.
    • setServerVersion

      public String setServerVersion(String value)
      Sets the Reporting Services server version.
      Parameters:
      value - The Reporting Services server version.
      Returns:
      The value that was set.
    • getServerVersion

      public String getServerVersion()
      Returns the Reporting Services server version.
      Returns:
      Returns the Reporting Services server version.
    • getProviderKey

      public String getProviderKey()
      Specified by:
      getProviderKey in class RVDashboardDataSource