Class RVReportingServicesDataSourceItem
- java.lang.Object
-
- com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
- com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSourceItem
-
public class RVReportingServicesDataSourceItem extends RVDataSourceItem
Microsoft Reporting Services (MS SSRS) data source item.
-
-
Constructor Summary
Constructors Constructor Description RVReportingServicesDataSourceItem(RVReportingServicesDataSource dataSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDynamic()
String
getPath()
Path to the report.RVReportingServicesRenderMode
getRenderMode()
Render mode, might be data or report.String
setDynamic(String value)
String
setPath(String value)
Path to the report.RVReportingServicesRenderMode
setRenderMode(RVReportingServicesRenderMode value)
Render mode, might be data or report.-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
-
-
-
Constructor Detail
-
RVReportingServicesDataSourceItem
public RVReportingServicesDataSourceItem(RVReportingServicesDataSource dataSource)
-
-
Method Detail
-
getPath
public String getPath()
Path to the report.- Returns:
-
getDynamic
public String getDynamic()
-
setRenderMode
public RVReportingServicesRenderMode setRenderMode(RVReportingServicesRenderMode value)
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
public RVReportingServicesRenderMode 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:
-
-