Packagecom.flexmonster.pivot.model.report.vo
Classpublic class ReportValueObject
InheritanceReportValueObject Inheritance Object

The ReportValueObject class describes the report.



Public Properties
 PropertyDefined By
  binary : Boolean = false
ReportValueObject
  browseForFile : Boolean
Defines whether you want to load CSV file from the local file system (true) or not (false).
ReportValueObject
  catalog : String
The data source catalog name of the OLAP data source (only for DataSourceType.MSAS, DataSourceType.MONDRIAN, DataSourceType.ICCUBE, DataSourceType.ACTIVE_PIVOT, DataSourceType.SAP data source types).
ReportValueObject
  chartActiveMeasure : String
Selected measure on charts view.
ReportValueObject
  chartActiveMeasures : Array
ReportValueObject
  chartActiveTupleIndex : int = 0
Selected tuple index on the Pie chart.
ReportValueObject
  chartAutoRange : Boolean = false
Indicates whether the range of values on the charts is selected automatically or not.
ReportValueObject
  chartLabelsHierarchy : String
Indicates what column should be used for x axis labels in Flat Table charts.
ReportValueObject
  chartMultipleMeasures : Boolean = false
Indicates whether to show multiple measures on charts.
ReportValueObject
  chartTitle : String
Title of the chart.
ReportValueObject
  chartType : String
Selected chart type.
ReportValueObject
  classicView : Boolean = false
Defines whether pivot table should be shown in the classic view (true) or not (false).
ReportValueObject
  columnHeaderSizes : Object
It is used to save and restore columns width in report.
ReportValueObject
  columns : Array
A list of hierarchies in the "Columns" axis.
ReportValueObject
  columnSizes : Object
It is used to save and restore columns width in report.
ReportValueObject
  columnSorting : Object
Describes sorting on columns.
ReportValueObject
  conditions : Array
Array of objects.
ReportValueObject
  configuratorActive : Boolean = true
Indicates whether the Fields List is opened (true) or closed (false).
ReportValueObject
  configuratorButton : Boolean = true
Indicates whether the Fields List toggle button is visible (true) or not (false).
ReportValueObject
  configuratorMatchHeight : Boolean = false
Indicates whether the Fields List will be the same height as the component (true) or it's height will be defined by its content amount (false).
ReportValueObject
  cube : String
Given catalog's cube's name of the OLAP data source (only for DataSourceType.MSAS, DataSourceType.MONDRIAN, DataSourceType.ICCUBE, DataSourceType.ACTIVE_PIVOT, DataSourceType.SAP data source types).
ReportValueObject
  customData : String
ReportValueObject
  customFields : Array
ReportValueObject
  data : *
JSON data
ReportValueObject
  dataSourceInfo : String
The service info of the OLAP data source (only for DataSourceType.MSAS, DataSourceType.MONDRIAN, DataSourceType.ICCUBE, DataSourceType.ACTIVE_PIVOT, DataSourceType.SAP data source types).
ReportValueObject
  dataSourceType : String
Type of data source.
ReportValueObject
  datePattern : String = dd/MM/yyyy
Default value is "dd/MM/yyyy".
ReportValueObject
  dateTimePattern : String = dd/MM/yyyy HH:mm:ss
Default value is "dd/MM/yyyy HH:mm:ss".
ReportValueObject
  defaultHierarchySortName : String = asc
Sorting type for hierarchies' members (SortType.ASC, SortType.DESC or SortType.UNSORTED).
ReportValueObject
  drillAll : Boolean = false
Indicates whether all levels of all hierarchies in slice will be drilled down (true) or drilled up (false).
ReportValueObject
  drilledColumns : Array
Array of objects.
ReportValueObject
  drilledRows : Array
Array of objects.
ReportValueObject
  drillThrough : Boolean = true
Indicates whether the drill through feature is enabled (true) or disabled (false).
ReportValueObject
  editing : Boolean = false
Indicates whether the editing feature is enabled (true) or disabled (false) on the Drill Through popup for CSV data sources.
ReportValueObject
  embedded : Boolean
Defines whether config file contains the data source.
ReportValueObject
  embeddedDataToLoad : ByteArray
ReportValueObject
  expandAll : Boolean = false
Indicates whether all nodes in the data tree will be expanded (true) or collapsed (false) on the grid and on charts.
ReportValueObject
  expandedColumns : Array
Array of objects.
ReportValueObject
  expandedRows : Array
Array of objects.
ReportValueObject
  fieldSeparator : String
Defines specific fields separator to split CSV row (only for CSV data source type).
ReportValueObject
  filename : String
The URL to CSV file or to server side script which generates CSV data (only for CSV data source type).
ReportValueObject
  fitGridlines : Boolean = false
Indicates whether the gridlines are shown for all cells (false) or only non-empty (true).
ReportValueObject
  flatOrder : Array
ReportValueObject
  flatView : Boolean = false
Defines whether data should be shown in the flat view (true) or not (false).
ReportValueObject
  formats : Array
Array of FormatValueObjects which contains formatting parameters.
ReportValueObject
  gridTitle : String
Title of the grid.
ReportValueObject
  hash : String
ReportValueObject
  highlightUpdates : Boolean = true
ReportValueObject
  htmlFooter : String
Deprecated Since 2.1: Please Use ExportOptions.footer
Footer in HTML format which is added to exported HTML.
ReportValueObject
  htmlHeader : String
Deprecated Since 2.1: Please Use ExportOptions.header
Header in HTML format which is added to exported HTML.
ReportValueObject
  ignoreQuotedLineBreaks : Boolean = true
Indicates whether the line breaks in quotes will be ignored (true) in CSV files or not (false).
ReportValueObject
  localeIdentifier : String
The language id for data source (only for DataSourceType.MSAS data source type).
ReportValueObject
  localSettingsUrl : String
Specifies the path to localization file.
ReportValueObject
  logoAlpha : Number = 0.3
Specifies transparency of the logo.
ReportValueObject
  logoUrl : String
Specifies URL to the company's logo.
ReportValueObject
  maxChunkSize : int = 5000
ReportValueObject
  measures : Array
Array of objects.
ReportValueObject
  memberProperties : Array = null
ReportValueObject
  pages : Array
Array of objects.
ReportValueObject
  password : String
ReportValueObject
  pdfFontUrl : String
Deprecated Since 2.1: Please Use ExportOptions.fontUrl
Specifies the path to the external font (TTF) which will be used during exporting to PDF.
ReportValueObject
  pdfFooter : String
Deprecated Since 2.1: Please Use ExportOptions.footer
Footer in HTML format (only limited amount of tags are supported: div, p, span, br, img with base64 src, some basic inline styles) which is added to each page of exported PDF.
ReportValueObject
  pdfHeader : String
Deprecated Since 2.1: Please Use ExportOptions.header
Header in HTML format (only limited amount of tags are supported: div, p, span, br, img with base64 src, some basic inline styles) which is added to each page of exported PDF.
ReportValueObject
  proxyUrl : String
The path to proxy URL to the OLAP data source, such as Microsoft Analysis Services, Mondrian, icCube, ActivePivot (starting from v2.0), SAP BW (starting from v1.9) (only for DataSourceType.MSAS, DataSourceType.MONDRIAN, DataSourceType.ICCUBE, DataSourceType.ACTIVE_PIVOT, DataSourceType.SAP data source types).
ReportValueObject
  pullUrl : String
ReportValueObject
  pushUrl : String
ReportValueObject
  recordsetDelimiter : String =
Defines which char is used in CSV to denote the end of CSV row (only for CSV data source type).
ReportValueObject
  roles : String
ReportValueObject
  rowFilterSizes : Object
It is used to save and restore rows height in report.
ReportValueObject
  rowHeaderSizes : Object
It is used to save and restore rows height in report.
ReportValueObject
  rows : Array
Array of objects.
ReportValueObject
  rowSizes : Object
It is used to save and restore rows height in report.
ReportValueObject
  rowSorting : Object
Describes sorting on rows.
ReportValueObject
  saveAllFormats : Boolean = false
ReportValueObject
  showAggregations : Boolean = true
Indicates whether the aggregation selection control is visible (true) or not (false) for measures on Fields List.
ReportValueObject
  showCalculatedValuesButton : Boolean = true
Defines the visibility of "Add calculated value" link in Fields List.
ReportValueObject
  showChartLegendButton : Boolean = false
Indicates whether the button to show/hide the legend on charts is visible.
ReportValueObject
  showChartMeasures : Boolean = true
Indicates whether all dropdowns on the top of charts are visible (true) or not (false).
ReportValueObject
  showChartsWarning : Boolean = true
Indicates whether the warning are shown if data is too big for charts.
ReportValueObject
  showChartZeroValues : Boolean = true
Indicates whether to show zero values on charts (true) or not (false).
ReportValueObject
  showDefaultSlice : Boolean = true
Defines whether the component selects a default slice for the report with empty slice (when nothing is set in rows, columns, pages and measures).
ReportValueObject
  showFilter : Boolean = true
Indicates whether the opening columns/rows filter controls and page filter controls are visible (true) or not (false) on the grid.
ReportValueObject
  showFilterInCharts : Boolean = true
Indicates whether the opening columns and rows filter controls are visible (true) or not (false) on the charts.
ReportValueObject
  showFiltersExcel : Boolean = false
Deprecated Since 2.1: Please Use ExportOptions.showFilters
Indicates whether the filters info will be shown (true) in exported Excel file or not (false).
ReportValueObject
  showGrandTotals : String = on
Specifies how to show grand totals: in rows ("rows"), in columns ("columns"), in rows and columns ("on") or hide them ("off").
ReportValueObject
  showHeaders : Boolean = true
Indicates whether the spreadsheet headers are visible (true) or not (false).
ReportValueObject
  showHierarchies : Boolean = true
Specifies how to show drillable hierarchy cells on the grid: with link on the right (true) or with icon on the lift (false).
ReportValueObject
  showHierarchyCaptions : Boolean = true
Indicates whether the hierarchy captions are visible (true) or not (false) on the grid.
ReportValueObject
  showMemberProperties : Boolean = false
Indicates whether the member properties for OLAP data source are visible (true) or not (false) on Fields List.
ReportValueObject
  showOutdatedDataAlert : Boolean = false
ReportValueObject
  showReportFiltersArea : Boolean = true
Indicates whether the reports filtering cells on the grid should be visible (true) or not (false).
ReportValueObject
  showTotals : Boolean = true
Indicates whether the totals are visible (true) or not (false).
ReportValueObject
  sorting : String = on
Indicates whether the sorting controls are visible in rows ("rows"), in columns ("columns"), in rows and columns ("on" or true) on the grid cells or not visible ("off" or false).
ReportValueObject
  style : GlobalStyle
ReportValueObject
  styleSheetName : String
Specifies URL to CSS file.
ReportValueObject
  useOlapFormatting : Boolean = false
Indicates whether the values from MSAS data source will be formatted according to the format defined in the cube (true) or not (false).
ReportValueObject
  username : String
ReportValueObject
  viewType : String
Type of view to show: ViewType.GRID, ViewType.CHARTS or ViewType.GRID_CHARTS (starting from v1.9).
ReportValueObject
  zoom : Number = 1
The value of zooming.
ReportValueObject
Public Methods
 MethodDefined By
  
ReportValueObject(rows:Array = null, columns:Array = null, pages:Array = null, measures:Array = null)
Predefined report structure class
ReportValueObject
  
[static]
ReportValueObject
  
[static]
ReportValueObject
  
toXML():XML
ReportValueObject
Property Detail
binaryproperty
public var binary:Boolean = false

browseForFileproperty 
public var browseForFile:Boolean

Defines whether you want to load CSV file from the local file system (true) or not (false). Default value is false. Only for CSV data source type.

catalogproperty 
public var catalog:String

The data source catalog name of the OLAP data source (only for DataSourceType.MSAS, DataSourceType.MONDRIAN, DataSourceType.ICCUBE, DataSourceType.ACTIVE_PIVOT, DataSourceType.SAP data source types).

chartActiveMeasureproperty 
public var chartActiveMeasure:String

Selected measure on charts view.

chartActiveMeasuresproperty 
public var chartActiveMeasures:Array

chartActiveTupleIndexproperty 
public var chartActiveTupleIndex:int = 0

Selected tuple index on the Pie chart.

chartAutoRangeproperty 
public var chartAutoRange:Boolean = false

Indicates whether the range of values on the charts is selected automatically or not. Default value is false.

chartLabelsHierarchyproperty 
public var chartLabelsHierarchy:String

Indicates what column should be used for x axis labels in Flat Table charts. User can choose it from UI and it will be saved in report's chartLabelsHierarchy property. If it is empty, row numbers will be used. Default value is empty string.

chartMultipleMeasuresproperty 
public var chartMultipleMeasures:Boolean = false

Indicates whether to show multiple measures on charts. Default value is false.

chartTitleproperty 
public var chartTitle:String

Title of the chart.

chartTypeproperty 
public var chartType:String

Selected chart type. The following chart types are supported: ChartType.BAR, ChartType.LINE, ChartType.SCATTER, ChartType.PIE, ChartType.BAR_STACK and ChartType.BAR_LINE (starting from v1.9).

classicViewproperty 
public var classicView:Boolean = false

Defines whether pivot table should be shown in the classic view (true) or not (false). Default value is false, which means that classic view is turned off.

columnHeaderSizesproperty 
public var columnHeaderSizes:Object

It is used to save and restore columns width in report.

columnsproperty 
public var columns:Array

A list of hierarchies in the "Columns" axis. Each object has the following properties:

columnSizesproperty 
public var columnSizes:Object

It is used to save and restore columns width in report.

columnSortingproperty 
public var columnSorting:Object

Describes sorting on columns. Object has 3 properties:

See also

conditionsproperty 
public var conditions:Array

Array of objects. Each object can have 3 properties:

configuratorActiveproperty 
public var configuratorActive:Boolean = true

Indicates whether the Fields List is opened (true) or closed (false).

configuratorButtonproperty 
public var configuratorButton:Boolean = true

Indicates whether the Fields List toggle button is visible (true) or not (false).

configuratorMatchHeightproperty 
public var configuratorMatchHeight:Boolean = false

Indicates whether the Fields List will be the same height as the component (true) or it's height will be defined by its content amount (false). Default value is false.

cubeproperty 
public var cube:String

Given catalog's cube's name of the OLAP data source (only for DataSourceType.MSAS, DataSourceType.MONDRIAN, DataSourceType.ICCUBE, DataSourceType.ACTIVE_PIVOT, DataSourceType.SAP data source types).

customDataproperty 
public var customData:String

customFieldsproperty 
public var customFields:Array

dataproperty 
public var data:*

JSON data

dataSourceInfoproperty 
public var dataSourceInfo:String

The service info of the OLAP data source (only for DataSourceType.MSAS, DataSourceType.MONDRIAN, DataSourceType.ICCUBE, DataSourceType.ACTIVE_PIVOT, DataSourceType.SAP data source types).

dataSourceTypeproperty 
dataSourceType:String

Type of data source.


Implementation
    public function get dataSourceType():String
    public function set dataSourceType(value:String):void

See also

datePatternproperty 
public var datePattern:String = dd/MM/yyyy

Default value is "dd/MM/yyyy".

dateTimePatternproperty 
public var dateTimePattern:String = dd/MM/yyyy HH:mm:ss

Default value is "dd/MM/yyyy HH:mm:ss".

defaultHierarchySortNameproperty 
public var defaultHierarchySortName:String = asc

Sorting type for hierarchies' members (SortType.ASC, SortType.DESC or SortType.UNSORTED). Default value is SortType.ASC.

See also

drillAllproperty 
public var drillAll:Boolean = false

Indicates whether all levels of all hierarchies in slice will be drilled down (true) or drilled up (false).

drilledColumnsproperty 
public var drilledColumns:Array

Array of objects. It is used to save and restore drilled down columns.

drilledRowsproperty 
public var drilledRows:Array

Array of objects. It is used to save and restore drilled down rows.

drillThroughproperty 
public var drillThrough:Boolean = true

Indicates whether the drill through feature is enabled (true) or disabled (false). User can drill through by double-clicking the cell with value. This feature is available for CSV data sources only. Default value is true.

editingproperty 
public var editing:Boolean = false

Indicates whether the editing feature is enabled (true) or disabled (false) on the Drill Through popup for CSV data sources. User will be able to double-click the cell and enter new value in it if the editing feature is enabled. This feature is available for CSV data sources only. Default value is false.

embeddedproperty 
public var embedded:Boolean

Defines whether config file contains the data source.

embeddedDataToLoadproperty 
public var embeddedDataToLoad:ByteArray

expandAllproperty 
public var expandAll:Boolean = false

Indicates whether all nodes in the data tree will be expanded (true) or collapsed (false) on the grid and on charts.

expandedColumnsproperty 
public var expandedColumns:Array

Array of objects. It is used to save and restore expanded columns.

expandedRowsproperty 
public var expandedRows:Array

Array of objects. It is used to save and restore expanded rows.

fieldSeparatorproperty 
public var fieldSeparator:String

Defines specific fields separator to split CSV row (only for CSV data source type). There is no need to define it if CSV fields are separated by , or ;. This property is used only if another char is used.

filenameproperty 
public var filename:String

The URL to CSV file or to server side script which generates CSV data (only for CSV data source type).

fitGridlinesproperty 
public var fitGridlines:Boolean = false

Indicates whether the gridlines are shown for all cells (false) or only non-empty (true).

flatOrderproperty 
public var flatOrder:Array

flatViewproperty 
public var flatView:Boolean = false

Defines whether data should be shown in the flat view (true) or not (false). Default value is false, which means that flat view is turned off.

formatsproperty 
public var formats:Array

Array of FormatValueObjects which contains formatting parameters.

See also

FormatValueObject
gridTitleproperty 
public var gridTitle:String

Title of the grid.

hashproperty 
public var hash:String

highlightUpdatesproperty 
public var highlightUpdates:Boolean = true

htmlFooterproperty 
public var htmlFooter:String
Deprecated Since 2.1: Please Use ExportOptions.footer

Footer in HTML format which is added to exported HTML.

htmlHeaderproperty 
public var htmlHeader:String
Deprecated Since 2.1: Please Use ExportOptions.header

Header in HTML format which is added to exported HTML. The following tokens can be used: ##TITLE##, ##CURRENT-DATE##. They will be replaced by appropriate data.

ignoreQuotedLineBreaksproperty 
public var ignoreQuotedLineBreaks:Boolean = true

Indicates whether the line breaks in quotes will be ignored (true) in CSV files or not (false). Default value is true, which makes CSV parsing faster. Set it to false only if your data source has valuable for you line breaks in quotes. Please note that this might slow down CSV parsing a little bit.

localeIdentifierproperty 
public var localeIdentifier:String

The language id for data source (only for DataSourceType.MSAS data source type).

localSettingsUrlproperty 
public var localSettingsUrl:String

Specifies the path to localization file.

logoAlphaproperty 
public var logoAlpha:Number = 0.3

Specifies transparency of the logo. Value from 0 to 1. Default is 0.3.

logoUrlproperty 
public var logoUrl:String

Specifies URL to the company's logo.

maxChunkSizeproperty 
public var maxChunkSize:int = 5000

measuresproperty 
public var measures:Array

Array of objects. A list of the selected measures in the report. Each object has the following properties:

See also

memberPropertiesproperty 
public var memberProperties:Array = null

pagesproperty 
public var pages:Array

Array of objects. A list of hierarchies in the "Pages" ("Report Filter") axis. Each object has the following properties:

passwordproperty 
public var password:String

pdfFontUrlproperty 
public var pdfFontUrl:String
Deprecated Since 2.1: Please Use ExportOptions.fontUrl

Specifies the path to the external font (TTF) which will be used during exporting to PDF. This is optional. Default value is "".

pdfFooterproperty 
public var pdfFooter:String
Deprecated Since 2.1: Please Use ExportOptions.footer

Footer in HTML format (only limited amount of tags are supported: div, p, span, br, img with base64 src, some basic inline styles) which is added to each page of exported PDF. The following tokens can be used: ##TITLE##, ##CURRENT-DATE##, ##PAGE-NUMBER##, ##TOTAL-PAGES##. They will be replaced by appropriate data.

pdfHeaderproperty 
public var pdfHeader:String
Deprecated Since 2.1: Please Use ExportOptions.header

Header in HTML format (only limited amount of tags are supported: div, p, span, br, img with base64 src, some basic inline styles) which is added to each page of exported PDF. The following tokens can be used: ##TITLE##, ##CURRENT-DATE##, ##PAGE-NUMBER##, ##TOTAL-PAGES##. They will be replaced by appropriate data.

proxyUrlproperty 
public var proxyUrl:String

The path to proxy URL to the OLAP data source, such as Microsoft Analysis Services, Mondrian, icCube, ActivePivot (starting from v2.0), SAP BW (starting from v1.9) (only for DataSourceType.MSAS, DataSourceType.MONDRIAN, DataSourceType.ICCUBE, DataSourceType.ACTIVE_PIVOT, DataSourceType.SAP data source types).

pullUrlproperty 
public var pullUrl:String

pushUrlproperty 
public var pushUrl:String

recordsetDelimiterproperty 
public var recordsetDelimiter:String =

Defines which char is used in CSV to denote the end of CSV row (only for CSV data source type). Default value is "\n".

rolesproperty 
public var roles:String

rowFilterSizesproperty 
public var rowFilterSizes:Object

It is used to save and restore rows height in report.

rowHeaderSizesproperty 
public var rowHeaderSizes:Object

It is used to save and restore rows height in report.

rowsproperty 
public var rows:Array

Array of objects. A list of hierarchies in the "Rows" axis. Each object has the following properties:

rowSizesproperty 
public var rowSizes:Object

It is used to save and restore rows height in report.

rowSortingproperty 
public var rowSorting:Object

Describes sorting on rows. Object has 3 properties:

See also

saveAllFormatsproperty 
public var saveAllFormats:Boolean = false

showAggregationsproperty 
public var showAggregations:Boolean = true

Indicates whether the aggregation selection control is visible (true) or not (false) for measures on Fields List. Default value is true.

showCalculatedValuesButtonproperty 
public var showCalculatedValuesButton:Boolean = true

Defines the visibility of "Add calculated value" link in Fields List. Default value is true.

showChartLegendButtonproperty 
public var showChartLegendButton:Boolean = false

Indicates whether the button to show/hide the legend on charts is visible. Default value is false which means that the legend is always visible, without the button that hides it.

showChartMeasuresproperty 
public var showChartMeasures:Boolean = true

Indicates whether all dropdowns on the top of charts are visible (true) or not (false). The property can be used to show simple chart without controls or when you want to save space. The dropdowns are visible by default (true).

showChartsWarningproperty 
public var showChartsWarning:Boolean = true

Indicates whether the warning are shown if data is too big for charts. Default is true.

showChartZeroValuesproperty 
public var showChartZeroValues:Boolean = true

Indicates whether to show zero values on charts (true) or not (false). Default value is true. Default value is true.

showDefaultSliceproperty 
public var showDefaultSlice:Boolean = true

Defines whether the component selects a default slice for the report with empty slice (when nothing is set in rows, columns, pages and measures). If true, the first hierarchy from data goes to rows and the first measure goes to columns in the default slice. To avoid this default behavior, please set this property to false. Default value is true.

showFilterproperty 
public var showFilter:Boolean = true

Indicates whether the opening columns/rows filter controls and page filter controls are visible (true) or not (false) on the grid. Default value is true.

showFilterInChartsproperty 
public var showFilterInCharts:Boolean = true

Indicates whether the opening columns and rows filter controls are visible (true) or not (false) on the charts. Default value is true.

showFiltersExcelproperty 
public var showFiltersExcel:Boolean = false
Deprecated Since 2.1: Please Use ExportOptions.showFilters

Indicates whether the filters info will be shown (true) in exported Excel file or not (false). Default value is false.

showGrandTotalsproperty 
public var showGrandTotals:String = on

Specifies how to show grand totals: in rows ("rows"), in columns ("columns"), in rows and columns ("on") or hide them ("off"). Default value is "on".

showHeadersproperty 
public var showHeaders:Boolean = true

Indicates whether the spreadsheet headers are visible (true) or not (false).

showHierarchiesproperty 
public var showHierarchies:Boolean = true

Specifies how to show drillable hierarchy cells on the grid: with link on the right (true) or with icon on the lift (false). Default value is false.

showHierarchyCaptionsproperty 
public var showHierarchyCaptions:Boolean = true

Indicates whether the hierarchy captions are visible (true) or not (false) on the grid. Default value is true.

showMemberPropertiesproperty 
public var showMemberProperties:Boolean = false

Indicates whether the member properties for OLAP data source are visible (true) or not (false) on Fields List. Default value is false.

showOutdatedDataAlertproperty 
public var showOutdatedDataAlert:Boolean = false

showReportFiltersAreaproperty 
public var showReportFiltersArea:Boolean = true

Indicates whether the reports filtering cells on the grid should be visible (true) or not (false). Default value is true.

showTotalsproperty 
public var showTotals:Boolean = true

Indicates whether the totals are visible (true) or not (false). Default value is true.

sortingproperty 
public var sorting:String = on

Indicates whether the sorting controls are visible in rows ("rows"), in columns ("columns"), in rows and columns ("on" or true) on the grid cells or not visible ("off" or false). Default value is "on".

styleproperty 
public var style:GlobalStyle

styleSheetNameproperty 
styleSheetName:String

Specifies URL to CSS file.


Implementation
    public function get styleSheetName():String
    public function set styleSheetName(value:String):void
useOlapFormattingproperty 
public var useOlapFormatting:Boolean = false

Indicates whether the values from MSAS data source will be formatted according to the format defined in the cube (true) or not (false). Default value is false.

usernameproperty 
public var username:String

viewTypeproperty 
public var viewType:String

Type of view to show: ViewType.GRID, ViewType.CHARTS or ViewType.GRID_CHARTS (starting from v1.9).

zoomproperty 
public var zoom:Number = 1

The value of zooming. The value can be from 0.25 to 10. Default value is 1.

Constructor Detail
ReportValueObject()Constructor
public function ReportValueObject(rows:Array = null, columns:Array = null, pages:Array = null, measures:Array = null)

Predefined report structure class

Parameters
rows:Array (default = null) — Row values
 
columns:Array (default = null) — Column values
 
pages:Array (default = null) — Filter values
 
measures:Array (default = null) — Measure values
Method Detail
fromObject()method
public static function fromObject(obj:Object):ReportValueObject

Parameters

obj:Object

Returns
ReportValueObject
fromXML()method 
public static function fromXML(xml:XML):ReportValueObject

Parameters

xml:XML

Returns
ReportValueObject
toXML()method 
public function toXML():XML

Returns
XML