Interface WebReportData
- 
- All Superinterfaces:
- WebGraph,- WebGridData
 
 public interface WebReportData extends WebGridData, WebGraph The WebReportData interface represents the data of a report. This class exposes many different pieces of miscellaneous data in the report. Note that some of the methods on the interface rely upon certain result flags to be set when obtaining the XML, and if the correct flags are not set, those methods will return default values.- Since:
- MicroStrategy Web 7.3.1 or earlier
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetBaseFilterDetails()Deprecated.use a transform (e.g.java.lang.StringgetBaseFilterName()Returns the name of the base filter within the current report.WebCSSHelpergetCSSHelper()Returns the WebCSSHelper object, which can be used to translate the format properties into css string.java.lang.StringgetDatamartTableName()Returns the datamart table name used in this report.intgetDrillOptions()Allows a user to extract the value of the Drilling Options.booleangetEnableReportDrilling()Returns whether or not the drill option is enabled.java.lang.StringgetErrorInGraph()Returns an error number returned when attempting to execute a graph.java.lang.StringgetFilterDetails()java.lang.StringgetFilterExpressionDescriptor()java.lang.StringgetFilterExpressionDetails()java.lang.StringgetFilterExpressionViewDescriptor()WebFoldergetFolder()Returns the parent folder of this report as aWebFolderobject.java.lang.StringgetFolderID()Returns the ID of the parent folder of this report.java.lang.StringgetFolderName()Returns the name of the parent folder of this report.WebGraphPropertiesgetGraphProperties()Returns the graph properties for the report.intgetGraphTotalColumns()Returns the total number of columns in this graph report.intgetGraphTotalRows()Returns the total number of rows in this graph report.intgetGraphTypesAvailable()Returns the available graph types for this particular report.java.lang.StringgetGridStyle()Returns the grid style of the current report.intgetGridTotalColumnBlocks()intgetGridTotalColumns()Returns the total number of columns in this grid report.intgetGridTotalRowBlocks()intgetGridTotalRows()Returns the total number of rows in this grid report.java.lang.StringgetJobID()Returns the job ID when this report gets executed in the Intelligence Server.java.lang.StringgetLastUpdate()Returns the time and date when this report was last updated against the warehouse.java.lang.StringgetMetricConditionality(java.lang.String dssid)Returns a string representing the conditionality of a metric on the report.java.lang.StringgetMetricFormula(java.lang.String dssid)Returns a string representing the formula of a metric on the report.java.lang.StringgetMetricsLimit()Returns the limit information set on the metrics of the report.java.lang.StringgetOriginalReportID()Returns the ID of the original report after report manipulation may have occurred.java.lang.StringgetPromptDetails()java.lang.StringgetReportDescription()Returns report description of the current report instance.java.lang.StringgetReportDetails()java.lang.StringgetReportFilterName()Returns the name of the report filter.java.lang.StringgetReportID()Returns report ID of the current report instance.java.lang.StringgetReportName()Returns report name of the current report instance.java.lang.StringgetReportPath()Returns the folder path to the current report.WebPropertiesgetReportProperties()Returns the report properties.java.lang.StringgetReportTemplateName()Returns the name of the report template.java.lang.StringgetReportType()Deprecated.this now maps togetRequestType()intgetRequestType()Returns the type of the type of the current report.WebResultWindowgetResultWindow()Gets the WebResultWindow object, which contains information about the report result window.java.lang.StringgetSQL()Returns the SQL for the current report.java.lang.StringgetTemplateDetails()java.lang.StringgetTemplateLimit()Deprecated.Please use getMetricsLimit instead.java.lang.StringgetTemplateLimitDescriptor()java.lang.StringgetTemplateLimitViewDescriptor()java.lang.StringgetTemplateName()Returns the template name for the current report.WebFoldergetTemplateObjects()Returns aWebFolderobject containing information about all objects found on the template (metrics, attributes, etc).java.lang.StringgetTemplateUnitsLimit()This method returns the summary of the limit information set on the individual units of the base template.intgetType()Returns the type of the type of the current report.java.lang.StringgetViewFilterDetails()Deprecated.Not usedjava.lang.StringgetViewMode()Returns the view mode for the current report.java.lang.StringgetViewTemplateLimit()Returns the template metric limit for the view report.WebReportGridgetWebReportGrid()Returns the report grid.java.lang.StringgetXML()Returns the report result XML.booleanhasMetrics()Returns whether the report contains any metrics.booleanisChartAvailable()Returns whether or not a chart is available for this report.booleanisDrilledReport()Returns whether or not this report is the result of a drill operation.booleanisDrillKeepParent()Returns whether or not the user has specified to keep parent attribute while drilling.booleanisPromptedReport()Returns whether or not this report is the result of a prompt operation.booleanisPromptedReport(boolean includeDormant)Returns whether or not this report is the result of a prompt operation.booleanisReportFilterLinked()Returns true if the report filter is linked.booleanisReportTemplateLinked()Returns true if the report template is linked.booleanisReportTruncated()Returns whether or not this report is truncated.booleanisShowBanding()Returns whether the report is currently shown in banding mode.booleanisTotalAvailable()Returns whether or not totals are available for this report.- 
Methods inherited from interface com.microstrategy.web.objects.WebGraphgetAutosizeHorizontal, getAutosizeVertical, getCategories, getCoordinateString, getData, getData, getGraphAreas, getGraphProperties, getHeight, getImageType, getLoadCoordinate, getMajorType, getMinorType, getSeries, getWidth, isLinkedToControl, saveToDisk, setAutosizeHorizontal, setAutosizeVertical, setHeight, setImageType, setLoadCoordinate, setMajorType, setMinorType, setWidth
 - 
Methods inherited from interface com.microstrategy.web.objects.WebGridDatagetErrorMsg, getGraphAreas, getMarkedRowIndices, getNoDataCustomMessage, hasSubtotals
 
- 
 
- 
- 
- 
Method Detail- 
getViewModejava.lang.String getViewMode() Returns the view mode for the current report. This specifies whether the report is viewed as a grid, a graph or both.Returned from XSL search pattern: "/mi/rit/vw/vws/@vm". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGridorEnumDSSXMLResultFlags.DssXmlResultGraph.- Returns:
- The view mode of the current report.
 
 - 
getGraphTotalColumnsint getGraphTotalColumns() Returns the total number of columns in this graph report.Returned from XSL search pattern: "/mi/rit/vw/vws/gpp/@tc". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGraphorEnumDSSXMLResultFlags.DssXmlResultGrid.- Specified by:
- getGraphTotalColumnsin interface- WebGraph
- Returns:
- The total number of columns in this report.
 
 - 
getGraphTotalRowsint getGraphTotalRows() Returns the total number of rows in this graph report.Returned from XSL search pattern: "/mi/rit/vw/vws/gpp/@tr". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGraphorEnumDSSXMLResultFlags.DssXmlResultGrid.- Specified by:
- getGraphTotalRowsin interface- WebGraph
- Returns:
- The total number of rows in this report.
 
 - 
getGraphTypesAvailableint getGraphTypesAvailable() Returns the available graph types for this particular report.Returned from XSL search pattern: "/mi/rit/vw/vws/gpp/@gta". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGraphorEnumDSSXMLResultFlags.DssXmlResultGrid.- Specified by:
- getGraphTypesAvailablein interface- WebGraph
- Returns:
- The graph types available represented as a bit-wise OR of the EnumDSSXMLMajorGraphTypesenumeration.
 
 - 
getErrorInGraphjava.lang.String getErrorInGraph() Returns an error number returned when attempting to execute a graph.Returned from XSL pattern search: "/mi/rit/vw/vws/gpp/@en". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGraphorEnumDSSXMLResultFlags.DssXmlResultGrid.- Specified by:
- getErrorInGraphin interface- WebGraph
- Returns:
- A string value of the error number.
 
 - 
getGridStylejava.lang.String getGridStyle() Returns the grid style of the current report. This is set via the window_settings tag or via the DSSXMLResultSet.SetGridProperty method call.Returned from XSL search pattern: "/mi/rit/vw/vws/gdp/@gds". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGridorEnumDSSXMLResultFlags.DssXmlResultGraph.- Returns:
- String representing the grid style of the current report.
 
 - 
getGridTotalColumnsint getGridTotalColumns() Returns the total number of columns in this grid report.Returned from XSL search pattern: "/mi/rit/vw/vws/gdp/@tc". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGridorEnumDSSXMLResultFlags.DssXmlResultGraph.- Specified by:
- getGridTotalColumnsin interface- WebGridData
- Returns:
- The total number of columns in this report or zero if the node is not available.
 
 - 
getGridTotalRowsint getGridTotalRows() Returns the total number of rows in this grid report.Returned from XSL search pattern: "/mi/rit/vw/vws/gdp/@tr". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGridorEnumDSSXMLResultFlags.DssXmlResultGraph.- Specified by:
- getGridTotalRowsin interface- WebGridData
- Returns:
- The total number of columns in this report or zero if the node is not available.
 
 - 
getDrillOptionsint getDrillOptions() Allows a user to extract the value of the Drilling Options. If not present, this method returns zero (0).- Returns:
- Integer value of the "Drilling Options" property.
 The XSL search pattern used to return this value is "/mi/rit/vw/prs/pr[@n = 'DrillingOptions']/@dft". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultXmlDisplayProperties.
 
 - 
getEnableReportDrillingboolean getEnableReportDrilling() Returns whether or not the drill option is enabled. Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultXmlDisplayProperties.- Returns:
- True if drilling enabled.
 
 - 
isChartAvailableboolean isChartAvailable() Returns whether or not a chart is available for this report.Returned from XSL search pattern: "/mi/rit/vw/vws/gpp/@ica". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGridorEnumDSSXMLResultFlags.DssXmlResultGraph.- Specified by:
- isChartAvailablein interface- WebGraph
- Returns:
- True if chart is available.
 
 - 
isDrilledReportboolean isDrilledReport() Returns whether or not this report is the result of a drill operation.Returned from XSL search pattern: "/mi/rit/rsl/mi/in/oi[@tp='10']/mi/pif[@usd='1']". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGridorEnumDSSXMLResultFlags.DssXmlResultGraph.- Returns:
- True if this report is the result of a drill, false if otherwise.
 
 - 
isDrillKeepParentboolean isDrillKeepParent() Returns whether or not the user has specified to keep parent attribute while drilling.Returned from XSL search pattern: "/mi/rit/vw/prs/pr[@n='DrillingKeepParent']/@dft". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultXmlDisplayProperties.- Returns:
- True if the user has specified to keep parent attribute while drilling.
 
 - 
isPromptedReportboolean isPromptedReport() Returns whether or not this report is the result of a prompt operation. If the DssXmlResultNoResolution result flag was set on the Report while fetching the execution results, this information is not reliable, as the corresponding XML is not returned in the report XML. The use of isPrompted() onWebReportInstanceis instead reliable for all cases. This method will not consider a report with only dormant prompts prompted; use the method with the includeDormant parameter for a different behavior.Returned from XSL search pattern: "/mi/rit/rsl/mi/in/oi[@tp='10']/mi/pif[@usd='1']" Required result flag to use this method is EnumDSSXMLResultFlags.DssXmlResultGridorEnumDSSXMLResultFlags.DssXmlResultGraph.- Returns:
- True if the report is the result of a prompt, false if otherwise.
 
 - 
isPromptedReportboolean isPromptedReport(boolean includeDormant) Returns whether or not this report is the result of a prompt operation. If the DssXmlResultNoResolution result flag was set on the Report while fetching the execution results, this information is not reliable, as the corresponding XML is not returned in the report XML. The use of isPrompted() onWebReportInstanceis instead reliable for all cases.- Parameters:
- includeDormant- Determines whether dormant prompts should be considered when determining whether the report is prompted or not. Required result flag to use this method is- EnumDSSXMLResultFlags.DssXmlResultGridor- EnumDSSXMLResultFlags.DssXmlResultGraph.
- Returns:
- True if the report is the result of a prompt, false if otherwise.
 
 - 
isReportTruncatedboolean isReportTruncated() Returns whether or not this report is truncated. A truncated report would indicate that not all rows have been returned to in the result XML due to the window settings.Returned from XSL search pattern: "/mi/rit/vw/gr/@xmn". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGrid.- Specified by:
- isReportTruncatedin interface- WebGridData
- Returns:
- True if the report is truncated.
 
 - 
isTotalAvailableboolean isTotalAvailable() Returns whether or not totals are available for this report.Returned from XSL search pattern: "/mi/rit/vw/gr/@sr". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGrid.- Specified by:
- isTotalAvailablein interface- WebGridData
- Returns:
- True if the totals are available.
 
 - 
getLastUpdatejava.lang.String getLastUpdate() Returns the time and date when this report was last updated against the warehouse.Returned from XSL search pattern: "/mi/rit/@rut". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGridorEnumDSSXMLResultFlags.DssXmlResultGraph.- Returns:
- A string representing the last updated time and date.
 
 - 
getFolderIDjava.lang.String getFolderID() Returns the ID of the parent folder of this report.Returned from XSL search pattern: "/mi/in/oi[@id = /mi/fd/@rfd]/@did". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultFolderPath.- Returns:
- Value of the folder ID. "" if search pattern is not found.
 
 - 
getFolderWebFolder getFolder() Returns the parent folder of this report as aWebFolderobject. Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultFolderPath.- Returns:
- Parent Folder of the report. null if pattern corresponding to the folder is not found.
 
 - 
getFolderNamejava.lang.String getFolderName() Returns the name of the parent folder of this report.Returned from XSL search pattern: "/mi/in/oi[@id = /mi/fd/@rfd]/@n". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultFolderPath.- Returns:
- Value of the folder name. "" if search pattern is not found.
 
 - 
getTemplateNamejava.lang.String getTemplateName() Returns the template name for the current report.Returned from XSL search pattern: "/mi/in/oi[@tp=\"2\"]/@n". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGridorEnumDSSXMLResultFlags.DssXmlResultGraph.- Returns:
- The template name of the current report.
 
 - 
getTemplateObjectsWebFolder getTemplateObjects() throws WebObjectsException Returns aWebFolderobject containing information about all objects found on the template (metrics, attributes, etc). Note that this will only be returned by the Intelligence Server if certain result flags are set. Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultDtlsTemplateUnits.- Returns:
- A WebFolderobject containingWebObjectInfoobjects corresponding to every template object.
- Throws:
- WebObjectsException- Thrown when error occurs in creating these objects.
 
 - 
getTemplateLimitjava.lang.String getTemplateLimit() Deprecated.Please use getMetricsLimit instead. Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultDtlsTemplateLimit.Returns the template limit information for the current report. This value is obtained when a certain flag is set when getting results.- Returns:
- A description of the template limit information.
 
 - 
getMetricsLimitjava.lang.String getMetricsLimit() Returns the limit information set on the metrics of the report. Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultDtlsTemplateLimit.- Returns:
- A description of the metrics limit information.
- Since:
- MicroStrategy Web 8.0.0
 
 - 
getTemplateUnitsLimitjava.lang.String getTemplateUnitsLimit() This method returns the summary of the limit information set on the individual units of the base template. Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultDtlsTemplateLimit.- Returns:
- A description of the template units limit information.
- Since:
- MicroStrategy Web 8.0.0
 
 - 
getViewTemplateLimitjava.lang.String getViewTemplateLimit() Returns the template metric limit for the view report. This value is obtained when a certain flag is set when getting results. Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultDtlsTemplateLimit.- Returns:
- A description of the template metric limit for view.
 
 - 
getBaseFilterNamejava.lang.String getBaseFilterName() Returns the name of the base filter within the current report.Returned from XSL pattern search: "/mi/rit/working_set/f/mi/in/oi[@tp=\"1\"]/@n" Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultWorkingSet.- Returns:
- The base filter name.
 
 - 
getBaseFilterDetailsjava.lang.String getBaseFilterDetails() Deprecated.use a transform (e.g.com.microstrategy.web.app.transforms.ExpressionPlainTextTransform) to display the working set filter expressionReturns the filter details for the base report.Returned from XSL pattern search: "/mi/rit/working_set/f/mi/exp[position()=1]/text()". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultWorkingSet.Deprecated. Use com.microstrategy.web.app.transforms.ExpressionPlainTextTransformto display.... ReportBean rb; MarkupOutput mo; ... ExpressionObject expObj; expObj = WebBeanFactory.getInstance().newExpressionObject(rb.getReportInstance().getWorkingSet().getFilter().getExpression(), rb.getBeanContext(), rb.getReportInstance().getWorkingSet()); ExpressionPlainTextTransform expressionTransform = new ExpressionPlainTextTransform(); expressionTransform.transform(expObj, markupOutput); - Returns:
- A string value of the filter details for the base report.
 
 - 
getViewFilterDetailsjava.lang.String getViewFilterDetails() Deprecated.Not usedReturns the filter details for the view report.Returned from XSL pattern search: "/mi/rit/view_report/view_filter/f/mi/exp[position()=1]/text()". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultViewReport.- Returns:
- A string value of the filter details for the view report.
 
 - 
getMetricConditionalityjava.lang.String getMetricConditionality(java.lang.String dssid) Returns a string representing the conditionality of a metric on the report. Note that this infomation will only be available if certain result flags are set when retrieving the report execution results. Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultDtlsTemplateUnits.- Parameters:
- dssid- The object ID of the metric to return the conditionality for.
- Returns:
- A string describing the conditionality of the metric.
 
 - 
getMetricFormulajava.lang.String getMetricFormula(java.lang.String dssid) Returns a string representing the formula of a metric on the report. Note that this infomation will only be available if certain result flags are set when retrieving the report execution results. Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultDtlsTemplateUnits.- Parameters:
- dssid- The object ID of the metric to return the formula for.
- Returns:
- A string describing the formula of the metric.
 
 - 
getOriginalReportIDjava.lang.String getOriginalReportID() Returns the ID of the original report after report manipulation may have occurred.Returned from XSL search pattern: "/mi/rit/ord/mi/in/oi/@did". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGridorEnumDSSXMLResultFlags.DssXmlResultGraph.- Returns:
- The ID of the original report.
 
 - 
getReportDescriptionjava.lang.String getReportDescription() Returns report description of the current report instance.- Returns:
- The description of the current report.
 
 - 
getReportIDjava.lang.String getReportID() Returns report ID of the current report instance.Returned from XSL search pattern: "/mi/rit/rd/mi/in/oi/@did". - Returns:
- The ID of the current report.
 
 - 
getReportNamejava.lang.String getReportName() Returns report name of the current report instance.Returned from XSL search pattern: "/mi/in/oi[position() = 0]/@n". - Returns:
- The name of the current report.
 
 - 
getReportPathjava.lang.String getReportPath() Returns the folder path to the current report.Returned from XSL search pattern: "/mi/fd/mi". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultFolderPath.- Returns:
- The folder path of the current report.
 
 - 
getReportTypejava.lang.String getReportType() Deprecated.this now maps togetRequestType()Returns the type of the type of the current report.Returned from XSL search pattern: "/mi/im/@rtp". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultInboxMessage.- Returns:
- The type of the current report from the inbox message.
 
 - 
getRequestTypeint getRequestType() Returns the type of the type of the current report.Returned from XSL search pattern: "/mi/im/@rtp". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultInboxMessage.- Returns:
- The type of the current report from the inbox message.
- Since:
- MicroStrategy Web 8.0.2
 
 - 
getTypeint getType() Returns the type of the type of the current report. A value fromEnumDSSXMLReportTypes- Returns:
- The type of the current report.
- Since:
- MicroStrategy Web 8.0.2
 
 - 
getSQLjava.lang.String getSQL() Returns the SQL for the current report.Returned from XSL search pattern: "/mi/rit/sqls/sql/text()". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultXmlSQL.- Returns:
- The SQL of the current report.
 
 - 
getXMLjava.lang.String getXML() Returns the report result XML.- Returns:
- A string representing the complete XML from the report result.
 
 - 
getCSSHelperWebCSSHelper getCSSHelper() Returns the WebCSSHelper object, which can be used to translate the format properties into css string. Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGrid.- Specified by:
- getCSSHelperin interface- WebGridData
- Returns:
- The WebCSSHelperobject for this report data.
 
 - 
getResultWindowWebResultWindow getResultWindow() Gets the WebResultWindow object, which contains information about the report result window. Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGridorEnumDSSXMLResultFlags.DssXmlResultGraph- Specified by:
- getResultWindowin interface- WebGraph
- Returns:
- The WebResultWindowobject.
 
 - 
getGraphPropertiesWebGraphProperties getGraphProperties() throws WebObjectsException Returns the graph properties for the report.- Specified by:
- getGraphPropertiesin interface- WebGraph
- Returns:
- The WebGraphPropertiesobject, which contains the graph properties of the report. Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGraph
- Throws:
- WebObjectsException- Thrown if there is an error getting the graph Properties.
 
 - 
getReportPropertiesWebProperties getReportProperties() throws WebObjectsException Returns the report properties.- Returns:
- The WebPropertiesobject. Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultXmlDisplayProperties
- Throws:
- WebObjectsException- Thrown if there is an error getting the report Properties.
 
 - 
isShowBandingboolean isShowBanding() Returns whether the report is currently shown in banding mode. Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultXmlDisplayProperties- Specified by:
- isShowBandingin interface- WebGridData
- Returns:
- True if the report is a banding report, false otherwise.
 
 - 
hasMetricsboolean hasMetrics() Returns whether the report contains any metrics. Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGrid- Returns:
- True if the report contains metrics, false otherwise.
 
 - 
getDatamartTableNamejava.lang.String getDatamartTableName() Returns the datamart table name used in this report.Returned from XSL search pattern: "/mi/rit/dmt/@dmtn". Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultDatamartTableName- Returns:
- The datamart table name of the report.
 
 - 
getWebReportGridWebReportGrid getWebReportGrid() throws WebObjectsException Returns the report grid. Required result flag to use this method isEnumDSSXMLResultFlags.DssXmlResultGrid- Specified by:
- getWebReportGridin interface- WebGridData
- Returns:
- report grid
- Throws:
- WebObjectsException- thrown if a problem occurs during retrieval
 
 - 
isReportTemplateLinkedboolean isReportTemplateLinked() Returns true if the report template is linked.- Returns:
- true if the report template is linked.
- Since:
- MicroStrategy Web 8.0.0
 
 - 
isReportFilterLinkedboolean isReportFilterLinked() Returns true if the report filter is linked.- Returns:
- true if the report filter is linked.
- Since:
- MicroStrategy Web 8.0.0
 
 - 
getReportTemplateNamejava.lang.String getReportTemplateName() Returns the name of the report template. Use only if report template is linked.- Returns:
- returns the name of the report template.
- Since:
- MicroStrategy Web 8.0.0
 
 - 
getReportFilterNamejava.lang.String getReportFilterName() Returns the name of the report filter. Use only if report filter is linked.- Returns:
- returns the name of the report filter.
- Since:
- MicroStrategy Web 8.0.0
 
 - 
getJobIDjava.lang.String getJobID() Returns the job ID when this report gets executed in the Intelligence Server.- Returns:
- the job ID of the report.
- Since:
- MicroStrategy Web 8.0.0
 
 - 
getReportDetailsjava.lang.String getReportDetails() 
 - 
getFilterExpressionDescriptorjava.lang.String getFilterExpressionDescriptor() - Since:
- MicroStrategy Web 9.0.0
 
 - 
getFilterExpressionDetailsjava.lang.String getFilterExpressionDetails() - Since:
- MicroStrategy Web 9.0.0
 
 - 
getFilterExpressionViewDescriptorjava.lang.String getFilterExpressionViewDescriptor() - Since:
- MicroStrategy Web 9.0.0
 
 - 
getTemplateLimitDescriptorjava.lang.String getTemplateLimitDescriptor() - Since:
- MicroStrategy Web 9.0.0
 
 - 
getTemplateLimitViewDescriptorjava.lang.String getTemplateLimitViewDescriptor() - Since:
- MicroStrategy Web 9.0.0
 
 - 
getPromptDetailsjava.lang.String getPromptDetails() - Since:
- MicroStrategy Web 9.0.0
 
 - 
getTemplateDetailsjava.lang.String getTemplateDetails() - Since:
- MicroStrategy Web 9.0.0
 
 - 
getFilterDetailsjava.lang.String getFilterDetails() - Since:
- MicroStrategy Web 9.0.0
 
 - 
getGridTotalRowBlocksint getGridTotalRowBlocks() - Specified by:
- getGridTotalRowBlocksin interface- WebGridData
 
 - 
getGridTotalColumnBlocksint getGridTotalColumnBlocks() - Specified by:
- getGridTotalColumnBlocksin interface- WebGridData
 
 
- 
 
-