Package io.revealbi.core.data
Class RVReportingServicesDataSourceItem
java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVReportingServicesDataSourceItem
Microsoft Reporting Services (MS SSRS) data source item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the dynamic report path used to override the static path at runtime.Returns the report parameters passed to the Reporting Services report.getPath()Path to the report.Render mode, might be data or report.setDynamic(String value) Sets the dynamic report path used to override the static path at runtime.voidsetParameters(HashMap<String, Object> value) Sets the report parameters to pass to the Reporting Services report.Path to the report.Render mode, might be data or report.Methods inherited from class io.revealbi.core.data.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
Constructor Details
-
RVReportingServicesDataSourceItem
-
-
Method Details
-
setPath
Path to the report.- Parameters:
value-- Returns:
-
getPath
Path to the report.- Returns:
-
setDynamic
Sets the dynamic report path used to override the static path at runtime.- Parameters:
value- The dynamic report path.- Returns:
- The value that was set.
-
getDynamic
Returns the dynamic report path used to override the static path at runtime.- Returns:
- The dynamic path, or
nullif not set.
-
getParameters
Returns the report parameters passed to the Reporting Services report.- Returns:
- A map of parameter names to values.
-
setParameters
Sets the report parameters to pass to the Reporting Services report.- Parameters:
value- A map of parameter names to values.
-
setRenderMode
Render mode, might be data or report. Data means Reveal will request the report to be exported to CSV and will use that data as regular input data. Report means the report will be exported to PDF and rendered that way.- Parameters:
value-- Returns:
-
getRenderMode
Render mode, might be data or report. Data means Reveal will request the report to be exported to CSV and will use that data as regular input data. Report means the report will be exported to PDF and rendered that way.- Returns:
-