Package io.revealbi.core.data
Class RVReportingServicesDataSource
java.lang.Object
io.revealbi.core.data.RVDashboardDataSource
io.revealbi.core.data.RVReportingServicesDataSource
Microsoft Reporting Services (MS SSRS) data source
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()Path in the server, used only when SSRS is running integrated into SharePointReturns the server mode for Reporting Services.Returns the Reporting Services server version.getUrl()URL to the serverPath in the server, used only when SSRS is running integrated into SharePointsetServerMode(String value) Sets the server mode for Reporting Services.setServerVersion(String value) Sets the Reporting Services server version.URL to the serverMethods inherited from class io.revealbi.core.data.RVDashboardDataSource
getDefaultRefreshRate, getId, getSubtitle, getTitle, setDefaultRefreshRate, setId, setSubtitle, setTitle
-
Field Details
-
PROVIDER_KEY
- See Also:
-
-
Constructor Details
-
RVReportingServicesDataSource
public RVReportingServicesDataSource()
-
-
Method Details
-
setUrl
URL to the server- Parameters:
value- URL to the server- Returns:
- The URL to the server.
-
getUrl
URL to the server- Returns:
- URL to the server
-
setPath
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
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
Sets the server mode for Reporting Services.- Parameters:
value- The server mode for Reporting Services.- Returns:
- The value that was set.
-
getServerMode
Returns the server mode for Reporting Services.- Returns:
- Returns the server mode for Reporting Services.
-
setServerVersion
Sets the Reporting Services server version.- Parameters:
value- The Reporting Services server version.- Returns:
- The value that was set.
-
getServerVersion
Returns the Reporting Services server version.- Returns:
- Returns the Reporting Services server version.
-
getProviderKey
- Specified by:
getProviderKeyin classRVDashboardDataSource
-