Package | com.flexmonster.pivot.model.report.vo |
Class | public class ReportValueObject |
Inheritance | ReportValueObject ![]() |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
ReportValueObject(rows:Array = null, columns:Array = null, pages:Array = null, measures:Array = null)
Predefined report structure class
| ReportValueObject | ||
fromObject(obj:Object):ReportValueObject [static] | ReportValueObject | ||
fromXML(xml:XML):ReportValueObject [static] | ReportValueObject | ||
toXML():XML | ReportValueObject |
binary | property |
public var binary:Boolean = false
browseForFile | property |
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.
catalog | property |
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).
chartActiveMeasure | property |
public var chartActiveMeasure:String
Selected measure on charts view.
chartActiveMeasures | property |
public var chartActiveMeasures:Array
chartActiveTupleIndex | property |
public var chartActiveTupleIndex:int = 0
Selected tuple index on the Pie chart.
chartAutoRange | property |
public var chartAutoRange:Boolean = false
Indicates whether the range of values on the charts is selected automatically or not. Default value is false.
chartLabelsHierarchy | property |
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.
chartMultipleMeasures | property |
public var chartMultipleMeasures:Boolean = false
Indicates whether to show multiple measures on charts. Default value is false.
chartTitle | property |
public var chartTitle:String
Title of the chart.
chartType | property |
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).
classicView | property |
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.
columnHeaderSizes | property |
public var columnHeaderSizes:Object
It is used to save and restore columns width in report.
columns | property |
public var columns:Array
A list of hierarchies in the "Columns" axis. Each object has the following properties:
columnSizes | property |
public var columnSizes:Object
It is used to save and restore columns width in report.
columnSorting | property |
public var columnSorting:Object
Describes sorting on columns. Object has 3 properties:
See also
conditions | property |
public var conditions:Array
Array of objects. Each object can have 3 properties:
configuratorActive | property |
public var configuratorActive:Boolean = true
Indicates whether the Fields List is opened (true) or closed (false).
configuratorButton | property |
public var configuratorButton:Boolean = true
Indicates whether the Fields List toggle button is visible (true) or not (false).
configuratorMatchHeight | property |
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.
cube | property |
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).
customData | property |
public var customData:String
customFields | property |
public var customFields:Array
data | property |
public var data:*
JSON data
dataSourceInfo | property |
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).
dataSourceType | property |
dataSourceType:String
Type of data source.
public function get dataSourceType():String
public function set dataSourceType(value:String):void
See also
datePattern | property |
public var datePattern:String = dd/MM/yyyy
Default value is "dd/MM/yyyy".
dateTimePattern | property |
public var dateTimePattern:String = dd/MM/yyyy HH:mm:ss
Default value is "dd/MM/yyyy HH:mm:ss".
defaultHierarchySortName | property |
public var defaultHierarchySortName:String = asc
Sorting type for hierarchies' members (SortType.ASC, SortType.DESC or SortType.UNSORTED). Default value is SortType.ASC.
See also
drillAll | property |
public var drillAll:Boolean = false
Indicates whether all levels of all hierarchies in slice will be drilled down (true) or drilled up (false).
drilledColumns | property |
public var drilledColumns:Array
Array of objects. It is used to save and restore drilled down columns.
drilledRows | property |
public var drilledRows:Array
Array of objects. It is used to save and restore drilled down rows.
drillThrough | property |
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.
editing | property |
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.
embedded | property |
public var embedded:Boolean
Defines whether config file contains the data source.
embeddedDataToLoad | property |
public var embeddedDataToLoad:ByteArray
expandAll | property |
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.
expandedColumns | property |
public var expandedColumns:Array
Array of objects. It is used to save and restore expanded columns.
expandedRows | property |
public var expandedRows:Array
Array of objects. It is used to save and restore expanded rows.
fieldSeparator | property |
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.
filename | property |
public var filename:String
The URL to CSV file or to server side script which generates CSV data (only for CSV data source type).
fitGridlines | property |
public var fitGridlines:Boolean = false
Indicates whether the gridlines are shown for all cells (false) or only non-empty (true).
flatOrder | property |
public var flatOrder:Array
flatView | property |
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.
formats | property |
public var formats:Array
Array of FormatValueObjects which contains formatting parameters.
See also
gridTitle | property |
public var gridTitle:String
Title of the grid.
hash | property |
public var hash:String
highlightUpdates | property |
public var highlightUpdates:Boolean = true
htmlFooter | property |
public var htmlFooter:String
Footer in HTML format which is added to exported HTML.
htmlHeader | property |
public var htmlHeader:String
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.
ignoreQuotedLineBreaks | property |
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.
localeIdentifier | property |
public var localeIdentifier:String
The language id for data source (only for DataSourceType.MSAS data source type).
localSettingsUrl | property |
public var localSettingsUrl:String
Specifies the path to localization file.
logoAlpha | property |
public var logoAlpha:Number = 0.3
Specifies transparency of the logo. Value from 0 to 1. Default is 0.3.
logoUrl | property |
public var logoUrl:String
Specifies URL to the company's logo.
maxChunkSize | property |
public var maxChunkSize:int = 5000
measures | property |
public var measures:Array
Array of objects. A list of the selected measures in the report. Each object has the following properties:
See also
memberProperties | property |
public var memberProperties:Array = null
pages | property |
public var pages:Array
Array of objects. A list of hierarchies in the "Pages" ("Report Filter") axis. Each object has the following properties:
password | property |
public var password:String
pdfFontUrl | property |
public var pdfFontUrl:String
Specifies the path to the external font (TTF) which will be used during exporting to PDF. This is optional. Default value is "".
pdfFooter | property |
public var pdfFooter:String
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.
pdfHeader | property |
public var pdfHeader:String
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.
proxyUrl | property |
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).
pullUrl | property |
public var pullUrl:String
pushUrl | property |
public var pushUrl:String
recordsetDelimiter | property |
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".
roles | property |
public var roles:String
rowFilterSizes | property |
public var rowFilterSizes:Object
It is used to save and restore rows height in report.
rowHeaderSizes | property |
public var rowHeaderSizes:Object
It is used to save and restore rows height in report.
rows | property |
public var rows:Array
Array of objects. A list of hierarchies in the "Rows" axis. Each object has the following properties:
rowSizes | property |
public var rowSizes:Object
It is used to save and restore rows height in report.
rowSorting | property |
public var rowSorting:Object
Describes sorting on rows. Object has 3 properties:
See also
saveAllFormats | property |
public var saveAllFormats:Boolean = false
showAggregations | property |
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.
showCalculatedValuesButton | property |
public var showCalculatedValuesButton:Boolean = true
Defines the visibility of "Add calculated value" link in Fields List. Default value is true.
showChartLegendButton | property |
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.
showChartMeasures | property |
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).
showChartsWarning | property |
public var showChartsWarning:Boolean = true
Indicates whether the warning are shown if data is too big for charts. Default is true.
showChartZeroValues | property |
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.
showDefaultSlice | property |
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.
showFilter | property |
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.
showFilterInCharts | property |
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.
showFiltersExcel | property |
public var showFiltersExcel:Boolean = false
Indicates whether the filters info will be shown (true) in exported Excel file or not (false). Default value is false.
showGrandTotals | property |
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".
showHeaders | property |
public var showHeaders:Boolean = true
Indicates whether the spreadsheet headers are visible (true) or not (false).
showHierarchies | property |
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.
showHierarchyCaptions | property |
public var showHierarchyCaptions:Boolean = true
Indicates whether the hierarchy captions are visible (true) or not (false) on the grid. Default value is true.
showMemberProperties | property |
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.
showOutdatedDataAlert | property |
public var showOutdatedDataAlert:Boolean = false
showReportFiltersArea | property |
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.
showTotals | property |
public var showTotals:Boolean = true
Indicates whether the totals are visible (true) or not (false). Default value is true.
sorting | property |
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".
style | property |
public var style:GlobalStyle
styleSheetName | property |
styleSheetName:String
Specifies URL to CSS file.
public function get styleSheetName():String
public function set styleSheetName(value:String):void
useOlapFormatting | property |
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.
username | property |
public var username:String
viewType | property |
public var viewType:String
Type of view to show: ViewType.GRID, ViewType.CHARTS or ViewType.GRID_CHARTS (starting from v1.9).
zoom | property |
public var zoom:Number = 1
The value of zooming. The value can be from 0.25 to 10. Default value is 1.
ReportValueObject | () | Constructor |
public function ReportValueObject(rows:Array = null, columns:Array = null, pages:Array = null, measures:Array = null)
Predefined report structure class
Parametersrows:Array (default = null ) — Row values
| |
columns:Array (default = null ) — Column values
| |
pages:Array (default = null ) — Filter values
| |
measures:Array (default = null ) — Measure values
|
fromObject | () | method |
public static function fromObject(obj:Object):ReportValueObject
Parameters
obj:Object |
ReportValueObject |
fromXML | () | method |
public static function fromXML(xml:XML):ReportValueObject
Parameters
xml:XML |
ReportValueObject |
toXML | () | method |
public function toXML():XML
ReturnsXML |