From 4f475e9e369e505fb93ef65863a07ea7454fc4cf Mon Sep 17 00:00:00 2001 From: panda <1415243231@qq.com> Date: Mon, 11 May 2026 08:34:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0Qwen3=E5=B5=8C?= =?UTF-8?q?=E5=85=A5=E6=A8=A1=E5=9E=8B=E5=8F=8AJRXML=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加Qwen3-4B嵌入模型配置文件及权重文件 添加多个JRXML报告的数据查询和字段定义文件 添加PdfEncryptReport.jrxml示例报告文件 --- __pycache__/jrxml_chunker.cpython-311.pyc | Bin 0 -> 74700 bytes __pycache__/jrxml_chunker.cpython-314.pyc | Bin 0 -> 71402 bytes collect_jrxml.py | 64 + down_embedding_model.py | 62 + embed_chunks.py | 136 + jrxml_banch_chunker.py | 245 + jrxml_chunker.py | 1175 + jrxml_chunker_output/all_chunks.json | 333524 +++++++++++++++ .../per_file/Accessiblebackground_band.json | 362 + .../per_file/Accessiblecomponent.json | 106 + .../per_file/Accessiblecrosstab.json | 190 + .../Accessibledataset_CrosstabDataset.json | 48 + .../Accessibledataset_TableDataset.json | 56 + .../per_file/Accessiblegroup_Group1.json | 34 + .../Accessibleoverall_structure_overview.json | 96 + .../per_file/Accessiblestyle_definitions.json | 60 + .../per_file/AddresscolumnFooter_band.json | 442 + .../per_file/AddresscolumnHeader_band.json | 402 + .../per_file/Addressdata_query.json | 24 + .../per_file/Addressdetail_band.json | 362 + .../per_file/Addressesdata_query.json | 24 + .../Addressesdata_source_configuration.json | 26 + .../per_file/Addressesdetail_band.json | 362 + .../per_file/Addressesfield_city.json | 26 + .../per_file/Addressesfield_documentId.json | 26 + .../Addressesfield_documentTotal.json | 26 + .../per_file/Addressesfield_firstName.json | 26 + .../per_file/Addressesfield_id.json | 26 + .../per_file/Addressesfield_lastName.json | 26 + .../per_file/Addressesfield_street.json | 26 + .../per_file/Addressesgroup_AddressGroup.json | 34 + .../Addressesoverall_structure_overview.json | 88 + .../per_file/AddressespageFooter_band.json | 482 + .../Addressesparameter_definitions.json | 46 + .../per_file/Addressesstyle_definitions.json | 38 + .../per_file/Addressestitle_band.json | 462 + ...iable_definitions_(Group_level_reset).json | 54 + .../per_file/Addressfield_definitions.json | 48 + .../Addressoverall_structure_overview.json | 90 + .../per_file/AddresspageFooter_band.json | 402 + .../per_file/AddresspageHeader_band.json | 442 + .../Addressparameter_definitions.json | 36 + .../per_file/Addressstyle_definitions.json | 36 + .../per_file/Addresssummary_band.json | 402 + .../per_file/Addresstitle_band.json | 482 + .../per_file/AllChartschart.json | 1246 + .../AllChartsdata_source_configuration.json | 26 + .../AllChartsdataset_categoryDataset.json | 40 + .../AllChartsdataset_meterDataset.json | 32 + .../per_file/AllChartsdataset_pieDataset.json | 38 + .../AllChartsdataset_timePeriodDataset.json | 46 + .../AllChartsdataset_timeSeriesDataset.json | 40 + .../per_file/AllChartsdataset_xyDataset.json | 40 + .../per_file/AllChartsgroup_Charts.json | 34 + .../AllChartsoverall_structure_overview.json | 90 + .../AllChartsparameter_definitions.json | 142 + .../per_file/AreaChartchart.json | 88 + .../per_file/AreaChartcolumnFooter_band.json | 542 + .../per_file/AreaChartcolumnHeader_band.json | 522 + .../per_file/AreaChartdata_query.json | 24 + .../AreaChartdata_source_configuration.json | 26 + .../per_file/AreaChartdetail_band.json | 362 + .../per_file/AreaChartfield_CustomerID.json | 26 + .../per_file/AreaChartfield_EmployeeID.json | 26 + .../per_file/AreaChartfield_Freight.json | 26 + .../per_file/AreaChartfield_OrderDate.json | 26 + .../per_file/AreaChartfield_OrderID.json | 26 + .../per_file/AreaChartfield_RequiredDate.json | 26 + .../per_file/AreaChartfield_ShipAddress.json | 26 + .../per_file/AreaChartfield_ShipCity.json | 26 + .../per_file/AreaChartfield_ShipCountry.json | 26 + .../per_file/AreaChartfield_ShipName.json | 26 + .../AreaChartfield_ShipPostalCode.json | 26 + .../per_file/AreaChartfield_ShipRegion.json | 26 + .../per_file/AreaChartfield_ShipVia.json | 26 + .../per_file/AreaChartfield_ShippedDate.json | 26 + .../per_file/AreaChartgroup_ChartGroup.json | 34 + .../per_file/AreaChartgroup_CountryGroup.json | 34 + .../AreaChartgroup_FirstLetterGroup.json | 34 + .../AreaChartoverall_structure_overview.json | 98 + .../per_file/AreaChartpageFooter_band.json | 602 + .../AreaChartparameter_definitions.json | 46 + .../per_file/AreaChartstyle_definitions.json | 40 + .../per_file/AreaCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 138 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../per_file/Bar3DChartchart.json | 88 + .../per_file/Bar3DChartcolumnFooter_band.json | 542 + .../per_file/Bar3DChartcolumnHeader_band.json | 522 + .../per_file/Bar3DChartdata_query.json | 24 + .../Bar3DChartdata_source_configuration.json | 26 + .../per_file/Bar3DChartdetail_band.json | 362 + .../per_file/Bar3DChartfield_CustomerID.json | 26 + .../per_file/Bar3DChartfield_EmployeeID.json | 26 + .../per_file/Bar3DChartfield_Freight.json | 26 + .../per_file/Bar3DChartfield_OrderDate.json | 26 + .../per_file/Bar3DChartfield_OrderID.json | 26 + .../Bar3DChartfield_RequiredDate.json | 26 + .../per_file/Bar3DChartfield_ShipAddress.json | 26 + .../per_file/Bar3DChartfield_ShipCity.json | 26 + .../per_file/Bar3DChartfield_ShipCountry.json | 26 + .../per_file/Bar3DChartfield_ShipName.json | 26 + .../Bar3DChartfield_ShipPostalCode.json | 26 + .../per_file/Bar3DChartfield_ShipRegion.json | 26 + .../per_file/Bar3DChartfield_ShipVia.json | 26 + .../per_file/Bar3DChartfield_ShippedDate.json | 26 + .../per_file/Bar3DChartgroup_ChartGroup.json | 34 + .../Bar3DChartgroup_CountryGroup.json | 34 + .../Bar3DChartgroup_FirstLetterGroup.json | 34 + .../Bar3DChartoverall_structure_overview.json | 98 + .../per_file/Bar3DChartpageFooter_band.json | 602 + .../Bar3DChartparameter_definitions.json | 46 + .../per_file/Bar3DChartstyle_definitions.json | 40 + .../per_file/Bar3DCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 138 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../per_file/BarChartchart.json | 90 + .../per_file/BarChartcolumnFooter_band.json | 542 + .../per_file/BarChartcolumnHeader_band.json | 522 + .../per_file/BarChartdata_query.json | 24 + .../BarChartdata_source_configuration.json | 26 + .../per_file/BarChartdetail_band.json | 362 + .../per_file/BarChartfield_CustomerID.json | 26 + .../per_file/BarChartfield_EmployeeID.json | 26 + .../per_file/BarChartfield_Freight.json | 26 + .../per_file/BarChartfield_OrderDate.json | 26 + .../per_file/BarChartfield_OrderID.json | 26 + .../per_file/BarChartfield_RequiredDate.json | 26 + .../per_file/BarChartfield_ShipAddress.json | 26 + .../per_file/BarChartfield_ShipCity.json | 26 + .../per_file/BarChartfield_ShipCountry.json | 26 + .../per_file/BarChartfield_ShipName.json | 26 + .../BarChartfield_ShipPostalCode.json | 26 + .../per_file/BarChartfield_ShipRegion.json | 26 + .../per_file/BarChartfield_ShipVia.json | 26 + .../per_file/BarChartfield_ShippedDate.json | 26 + .../per_file/BarChartgroup_ChartGroup.json | 34 + .../per_file/BarChartgroup_CountryGroup.json | 34 + .../BarChartgroup_FirstLetterGroup.json | 34 + .../BarChartoverall_structure_overview.json | 98 + .../per_file/BarChartpageFooter_band.json | 602 + .../BarChartparameter_definitions.json | 46 + .../per_file/BarChartstyle_definitions.json | 40 + .../per_file/BarCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 138 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../per_file/Barbecuecomponent.json | 170 + .../Barbecuedata_source_configuration.json | 26 + .../Barbecueoverall_structure_overview.json | 82 + .../Barbecueparameter_definitions.json | 40 + .../per_file/Barbecuetitle_band.json | 3182 + .../per_file/Barcode4Jcomponent.json | 668 + .../Barcode4Jdata_source_configuration.json | 26 + .../Barcode4Joverall_structure_overview.json | 82 + .../per_file/Barcode4Jstyle_definitions.json | 32 + .../per_file/Barcode4Jtitle_band.json | 13722 + .../per_file/Bookdata_query.json | 24 + .../Bookdata_source_configuration.json | 26 + .../per_file/Bookdetail_band.json | 362 + .../per_file/Bookfield_definitions.json | 36 + .../per_file/Bookgroup_dummy.json | 34 + .../Bookoverall_structure_overview.json | 86 + .../per_file/BubbleChartchart.json | 88 + .../BubbleChartcolumnFooter_band.json | 542 + .../BubbleChartcolumnHeader_band.json | 522 + .../per_file/BubbleChartdata_query.json | 24 + .../BubbleChartdata_source_configuration.json | 26 + .../per_file/BubbleChartdetail_band.json | 362 + .../per_file/BubbleChartfield_CustomerID.json | 26 + .../per_file/BubbleChartfield_EmployeeID.json | 26 + .../per_file/BubbleChartfield_Freight.json | 26 + .../per_file/BubbleChartfield_OrderDate.json | 26 + .../per_file/BubbleChartfield_OrderID.json | 26 + .../BubbleChartfield_RequiredDate.json | 26 + .../BubbleChartfield_ShipAddress.json | 26 + .../per_file/BubbleChartfield_ShipCity.json | 26 + .../BubbleChartfield_ShipCountry.json | 26 + .../per_file/BubbleChartfield_ShipName.json | 26 + .../BubbleChartfield_ShipPostalCode.json | 26 + .../per_file/BubbleChartfield_ShipRegion.json | 26 + .../per_file/BubbleChartfield_ShipVia.json | 26 + .../BubbleChartfield_ShippedDate.json | 26 + .../BubbleChartgroup_CountryGroup.json | 34 + .../BubbleChartgroup_FirstLetterGroup.json | 34 + ...BubbleChartoverall_structure_overview.json | 98 + .../per_file/BubbleChartpageFooter_band.json | 602 + .../BubbleChartparameter_definitions.json | 46 + .../BubbleChartstyle_definitions.json | 40 + .../per_file/BubbleCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 96 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../per_file/CandlestickChartchart.json | 62 + .../CandlestickChartcolumnFooter_band.json | 542 + .../CandlestickChartcolumnHeader_band.json | 522 + .../per_file/CandlestickChartdata_query.json | 24 + ...lestickChartdata_source_configuration.json | 26 + .../per_file/CandlestickChartdetail_band.json | 362 + .../CandlestickChartfield_CustomerID.json | 26 + .../CandlestickChartfield_EmployeeID.json | 26 + .../CandlestickChartfield_Freight.json | 26 + .../CandlestickChartfield_OrderDate.json | 26 + .../CandlestickChartfield_OrderID.json | 26 + .../CandlestickChartfield_RequiredDate.json | 26 + .../CandlestickChartfield_ShipAddress.json | 26 + .../CandlestickChartfield_ShipCity.json | 26 + .../CandlestickChartfield_ShipCountry.json | 26 + .../CandlestickChartfield_ShipName.json | 26 + .../CandlestickChartfield_ShipPostalCode.json | 26 + .../CandlestickChartfield_ShipRegion.json | 26 + .../CandlestickChartfield_ShipVia.json | 26 + .../CandlestickChartfield_ShippedDate.json | 26 + .../CandlestickChartgroup_CountryGroup.json | 34 + ...andlestickChartgroup_FirstLetterGroup.json | 34 + ...estickChartoverall_structure_overview.json | 98 + .../CandlestickChartpageFooter_band.json | 602 + ...CandlestickChartparameter_definitions.json | 46 + .../CandlestickChartstyle_definitions.json | 40 + .../per_file/CandlestickCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 96 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../per_file/ChartCustomizerschart.json | 134 + ...artCustomizersdataset_categoryDataset.json | 44 + .../ChartCustomizersdataset_xyDataset.json | 44 + .../ChartCustomizersgroup_Charts.json | 34 + ...Customizersoverall_structure_overview.json | 84 + ...svDataSourcedata_source_configuration.json | 28 + .../per_file/CsvDataSourcedetail_band.json | 362 + .../CsvDataSourcefield_definitions.json | 52 + .../CsvDataSourcefilter_expression.json | 22 + .../CsvDataSourcegroup_CityGroup.json | 34 + .../CsvDataSourcelastPageFooter_band.json | 502 + ...vDataSourceoverall_structure_overview.json | 92 + .../CsvDataSourcepageFooter_band.json | 482 + .../CsvDataSourcepageHeader_band.json | 482 + .../CsvDataSourceparameter_definitions.json | 52 + .../CsvDataSourcesort_field_definitions.json | 42 + .../CsvDataSourcestyle_definitions.json | 36 + .../per_file/CsvDataSourcetitle_band.json | 482 + ...rcevariable_definitions_(level_reset).json | 54 + .../per_file/CsvQueryExecuterdata_query.json | 24 + ...ueryExecuterdata_source_configuration.json | 30 + .../per_file/CsvQueryExecuterdetail_band.json | 362 + .../CsvQueryExecuterfield_definitions.json | 52 + .../CsvQueryExecuterfilter_expression.json | 22 + .../CsvQueryExecutergroup_CityGroup.json | 34 + .../CsvQueryExecuterlastPageFooter_band.json | 502 + ...eryExecuteroverall_structure_overview.json | 94 + .../CsvQueryExecuterpageFooter_band.json | 482 + .../CsvQueryExecuterpageHeader_band.json | 482 + ...CsvQueryExecuterparameter_definitions.json | 58 + ...svQueryExecutersort_field_definitions.json | 42 + .../CsvQueryExecuterstyle_definitions.json | 36 + .../per_file/CsvQueryExecutertitle_band.json | 482 + ...tervariable_definitions_(level_reset).json | 54 + .../per_file/Customersdata_query.json | 24 + .../Customersdata_source_configuration.json | 28 + .../per_file/Customersdetail_band.json | 362 + .../per_file/Customersfield_definitions.json | 58 + .../Customersoverall_structure_overview.json | 90 + .../per_file/CustomerspageFooter_band.json | 482 + .../per_file/CustomerspageHeader_band.json | 442 + .../per_file/Customersstyle_definitions.json | 36 + .../per_file/Customerssubreport.json | 102 + .../per_file/Customerstitle_band.json | 462 + .../DataSourcedata_source_configuration.json | 98 + .../per_file/DataSourcedetail_band.json | 1442 + .../per_file/DataSourcefield_definitions.json | 186 + .../per_file/DataSourcegroup_CityGroup.json | 130 + .../DataSourcelastPageFooter_band.json | 2002 + .../DataSourceoverall_structure_overview.json | 362 + .../per_file/DataSourcepageFooter_band.json | 1922 + .../per_file/DataSourcepageHeader_band.json | 1922 + .../DataSourceparameter_definitions.json | 178 + .../per_file/DataSourcestyle_definitions.json | 138 + .../per_file/DataSourcetitle_band.json | 1922 + ...rcevariable_definitions_(level_reset).json | 210 + .../per_file/DateRangedata_query.json | 24 + .../DateRangedata_source_configuration.json | 26 + .../per_file/DateRangedetail_band.json | 362 + .../per_file/DateRangefield_CustomerID.json | 26 + .../per_file/DateRangefield_EmployeeID.json | 26 + .../per_file/DateRangefield_Freight.json | 26 + .../per_file/DateRangefield_OrderDate.json | 26 + .../per_file/DateRangefield_OrderID.json | 26 + .../per_file/DateRangefield_RequiredDate.json | 26 + .../per_file/DateRangefield_ShipAddress.json | 26 + .../per_file/DateRangefield_ShipCity.json | 26 + .../per_file/DateRangefield_ShipCountry.json | 26 + .../per_file/DateRangefield_ShipName.json | 26 + .../DateRangefield_ShipPostalCode.json | 26 + .../per_file/DateRangefield_ShipRegion.json | 26 + .../per_file/DateRangefield_ShipVia.json | 26 + .../per_file/DateRangefield_ShippedDate.json | 26 + .../per_file/DateRangegroup_CityGroup.json | 34 + .../per_file/DateRangegroup_CountryGroup.json | 34 + .../DateRangeoverall_structure_overview.json | 90 + .../per_file/DateRangepageFooter_band.json | 482 + .../per_file/DateRangepageHeader_band.json | 482 + .../DateRangeparameter_definitions.json | 46 + .../per_file/DateRangestyle_definitions.json | 32 + .../per_file/DateRangetitle_band.json | 22922 + .../per_file/Documentsdetail_band.json | 362 + .../per_file/Documentsfield_definitions.json | 40 + .../Documentsoverall_structure_overview.json | 84 + .../per_file/DocumentspageHeader_band.json | 482 + .../Documentssort_field_definitions.json | 34 + .../per_file/Documentsstyle_definitions.json | 36 + .../per_file/Documentssummary_band.json | 402 + .../per_file/Documentstitle_band.json | 402 + .../ExcelNames_data_source_configuration.json | 26 + .../per_file/ExcelNames_detail_band.json | 362 + .../per_file/ExcelNames_group_Group1.json | 34 + ...ExcelNames_overall_structure_overview.json | 104 + .../per_file/ExcelNames_pageFooter_band.json | 11422 + .../per_file/ExcelNames_pageHeader_band.json | 442 + .../ExcelNames_style_definitions.json | 32 + ...sDataAdapterdata_source_configuration.json | 28 + .../ExcelXlsDataAdapterdetail_band.json | 362 + .../ExcelXlsDataAdapterfield_address.json | 26 + .../ExcelXlsDataAdapterfield_city.json | 26 + .../ExcelXlsDataAdapterfield_date.json | 26 + .../per_file/ExcelXlsDataAdapterfield_id.json | 26 + .../ExcelXlsDataAdapterfield_name.json | 26 + .../ExcelXlsDataAdapterfield_state.json | 26 + .../ExcelXlsDataAdapterfilter_expression.json | 22 + .../ExcelXlsDataAdaptergroup_CityGroup.json | 34 + ...xcelXlsDataAdapterlastPageFooter_band.json | 502 + ...DataAdapteroverall_structure_overview.json | 92 + .../ExcelXlsDataAdapterpageFooter_band.json | 482 + .../ExcelXlsDataAdapterpageHeader_band.json | 502 + ...elXlsDataAdapterparameter_definitions.json | 52 + ...lXlsDataAdaptersort_field_definitions.json | 42 + .../ExcelXlsDataAdapterstyle_definitions.json | 36 + .../ExcelXlsDataAdaptertitle_band.json | 482 + ...tervariable_definitions_(level_reset).json | 54 + .../ExcelXlsQeDataAdapterdata_query.json | 24 + ...eDataAdapterdata_source_configuration.json | 26 + .../ExcelXlsQeDataAdapterdetail_band.json | 362 + .../ExcelXlsQeDataAdapterfield_address.json | 26 + .../ExcelXlsQeDataAdapterfield_city.json | 26 + .../ExcelXlsQeDataAdapterfield_date.json | 26 + .../ExcelXlsQeDataAdapterfield_id.json | 26 + .../ExcelXlsQeDataAdapterfield_name.json | 26 + .../ExcelXlsQeDataAdapterfield_state.json | 26 + ...xcelXlsQeDataAdapterfilter_expression.json | 22 + .../ExcelXlsQeDataAdaptergroup_CityGroup.json | 34 + ...elXlsQeDataAdapterlastPageFooter_band.json | 502 + ...DataAdapteroverall_structure_overview.json | 94 + .../ExcelXlsQeDataAdapterpageFooter_band.json | 482 + .../ExcelXlsQeDataAdapterpageHeader_band.json | 502 + ...XlsQeDataAdapterparameter_definitions.json | 52 + ...lsQeDataAdaptersort_field_definitions.json | 42 + ...xcelXlsQeDataAdapterstyle_definitions.json | 36 + .../ExcelXlsQeDataAdaptertitle_band.json | 482 + ...tervariable_definitions_(level_reset).json | 54 + ...xDataAdapterdata_source_configuration.json | 26 + .../ExcelXlsxDataAdapterdetail_band.json | 362 + .../ExcelXlsxDataAdapterfield_address.json | 26 + .../ExcelXlsxDataAdapterfield_city.json | 26 + .../ExcelXlsxDataAdapterfield_date.json | 26 + .../ExcelXlsxDataAdapterfield_id.json | 26 + .../ExcelXlsxDataAdapterfield_name.json | 26 + .../ExcelXlsxDataAdapterfield_state.json | 26 + ...ExcelXlsxDataAdapterfilter_expression.json | 22 + .../ExcelXlsxDataAdaptergroup_CityGroup.json | 34 + ...celXlsxDataAdapterlastPageFooter_band.json | 502 + ...DataAdapteroverall_structure_overview.json | 90 + .../ExcelXlsxDataAdapterpageFooter_band.json | 482 + .../ExcelXlsxDataAdapterpageHeader_band.json | 502 + ...lXlsxDataAdapterparameter_definitions.json | 52 + ...XlsxDataAdaptersort_field_definitions.json | 42 + ...ExcelXlsxDataAdapterstyle_definitions.json | 36 + .../ExcelXlsxDataAdaptertitle_band.json | 482 + ...tervariable_definitions_(level_reset).json | 54 + .../ExcelXlsxQeDataAdapterdata_query.json | 24 + ...eDataAdapterdata_source_configuration.json | 26 + .../ExcelXlsxQeDataAdapterdetail_band.json | 362 + .../ExcelXlsxQeDataAdapterfield_address.json | 26 + .../ExcelXlsxQeDataAdapterfield_city.json | 26 + .../ExcelXlsxQeDataAdapterfield_date.json | 26 + .../ExcelXlsxQeDataAdapterfield_id.json | 26 + .../ExcelXlsxQeDataAdapterfield_name.json | 26 + .../ExcelXlsxQeDataAdapterfield_state.json | 26 + ...celXlsxQeDataAdapterfilter_expression.json | 22 + ...ExcelXlsxQeDataAdaptergroup_CityGroup.json | 34 + ...lXlsxQeDataAdapterlastPageFooter_band.json | 502 + ...DataAdapteroverall_structure_overview.json | 94 + ...ExcelXlsxQeDataAdapterpageFooter_band.json | 482 + ...ExcelXlsxQeDataAdapterpageHeader_band.json | 502 + ...lsxQeDataAdapterparameter_definitions.json | 52 + ...sxQeDataAdaptersort_field_definitions.json | 42 + ...celXlsxQeDataAdapterstyle_definitions.json | 36 + .../ExcelXlsxQeDataAdaptertitle_band.json | 482 + ...tervariable_definitions_(level_reset).json | 54 + .../FirstJasper_columnFooter_band.json | 522 + .../FirstJasper_columnHeader_band.json | 502 + .../per_file/FirstJasper_data_query.json | 24 + ...FirstJasper_data_source_configuration.json | 26 + .../per_file/FirstJasper_detail_band.json | 242 + .../FirstJasper_field_CustomerID.json | 26 + .../FirstJasper_field_EmployeeID.json | 26 + .../per_file/FirstJasper_field_Freight.json | 26 + .../per_file/FirstJasper_field_OrderDate.json | 26 + .../per_file/FirstJasper_field_OrderID.json | 26 + .../FirstJasper_field_RequiredDate.json | 26 + .../FirstJasper_field_ShipAddress.json | 26 + .../per_file/FirstJasper_field_ShipCity.json | 26 + .../FirstJasper_field_ShipCountry.json | 26 + .../per_file/FirstJasper_field_ShipName.json | 26 + .../FirstJasper_field_ShipPostalCode.json | 26 + .../FirstJasper_field_ShipRegion.json | 26 + .../per_file/FirstJasper_field_ShipVia.json | 26 + .../FirstJasper_field_ShippedDate.json | 26 + .../FirstJasper_group_BreakGroup.json | 34 + .../FirstJasper_group_CountryGroup.json | 34 + .../FirstJasper_group_FirstLetterGroup.json | 34 + ...irstJasper_overall_structure_overview.json | 98 + .../per_file/FirstJasper_pageFooter_band.json | 402 + .../per_file/FirstJasper_pageHeader_band.json | 402 + .../FirstJasper_parameter_definitions.json | 50 + .../FirstJasper_style_definitions.json | 42 + .../per_file/FirstJasper_summary_band.json | 402 + .../per_file/FirstJasper_title_band.json | 522 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 110 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...er_variable_definitions_(level_reset).json | 54 + .../Fontsdata_source_configuration.json | 26 + .../Fontsoverall_structure_overview.json | 88 + .../per_file/Fontstitle_band.json | 10182 + ...atternsMap_overall_structure_overview.json | 80 + .../FormatPatternsMap_style_definitions.json | 32 + .../FormatPatternsMap_title_band.json | 622 + .../Formsdata_source_configuration.json | 26 + .../per_file/Formsgroup_Dummy.json | 34 + .../Formsoverall_structure_overview.json | 80 + .../per_file/Functionscomponent.json | 110 + .../Functionsdata_source_configuration.json | 26 + .../Functionsdataset_FunctionsDataset.json | 42 + .../Functionsdataset_ParametersDataset.json | 46 + .../per_file/Functionsdetail_band.json | 242 + .../per_file/Functionsfield_definitions.json | 44 + .../per_file/Functionsgroup_Group1.json | 34 + .../Functionsgroup_categoryGroup.json | 34 + .../Functionsoverall_structure_overview.json | 92 + .../per_file/FunctionspageFooter_band.json | 402 + .../Functionssort_field_definitions.json | 34 + .../per_file/Functionsstyle_definitions.json | 42 + .../per_file/Functionstitle_band.json | 442 + .../per_file/GanttChartchart.json | 72 + .../per_file/GanttChartdata_query.json | 24 + .../GanttChartdata_source_configuration.json | 26 + .../per_file/GanttChartdetail_band.json | 362 + .../GanttChartfield_EndTimestamp.json | 26 + .../per_file/GanttChartfield_Percent.json | 26 + .../per_file/GanttChartfield_Series.json | 26 + .../GanttChartfield_StartTimestamp.json | 26 + .../per_file/GanttChartfield_Subtask.json | 26 + .../per_file/GanttChartfield_Task.json | 26 + .../per_file/GanttChartgroup_TaskGroup.json | 34 + .../GanttChartoverall_structure_overview.json | 88 + .../per_file/GanttChartstyle_definitions.json | 40 + .../per_file/GanttCharttitle_band.json | 562 + .../Groovydata_source_configuration.json | 26 + .../Groovyoverall_structure_overview.json | 84 + .../per_file/Groovyparameter_definitions.json | 46 + .../per_file/Groovytitle_band.json | 5522 + .../per_file/HibernateQuerydata_query.json | 24 + ...bernateQuerydata_source_configuration.json | 26 + .../per_file/HibernateQuerydetail_band.json | 362 + .../per_file/HibernateQueryfield_city.json | 26 + .../HibernateQueryfield_documents.json | 26 + .../HibernateQueryfield_firstName.json | 26 + .../per_file/HibernateQueryfield_id.json | 26 + .../HibernateQueryfield_lastName.json | 26 + .../per_file/HibernateQueryfield_street.json | 26 + .../HibernateQuerygroup_CityGroup.json | 34 + ...ernateQueryoverall_structure_overview.json | 92 + .../HibernateQuerypageFooter_band.json | 482 + .../HibernateQuerypageHeader_band.json | 402 + .../HibernateQueryparameter_definitions.json | 52 + .../HibernateQuerystyle_definitions.json | 36 + .../per_file/HibernateQuerysubreport.json | 48 + .../per_file/HibernateQuerysummary_band.json | 442 + .../per_file/HibernateQuerytitle_band.json | 462 + ...iable_definitions_(Group_level_reset).json | 54 + .../per_file/HighLowChartchart.json | 62 + .../HighLowChartcolumnFooter_band.json | 542 + .../HighLowChartcolumnHeader_band.json | 522 + .../per_file/HighLowChartdata_query.json | 24 + ...HighLowChartdata_source_configuration.json | 26 + .../per_file/HighLowChartdetail_band.json | 362 + .../HighLowChartfield_CustomerID.json | 26 + .../HighLowChartfield_EmployeeID.json | 26 + .../per_file/HighLowChartfield_Freight.json | 26 + .../per_file/HighLowChartfield_OrderDate.json | 26 + .../per_file/HighLowChartfield_OrderID.json | 26 + .../HighLowChartfield_RequiredDate.json | 26 + .../HighLowChartfield_ShipAddress.json | 26 + .../per_file/HighLowChartfield_ShipCity.json | 26 + .../HighLowChartfield_ShipCountry.json | 26 + .../per_file/HighLowChartfield_ShipName.json | 26 + .../HighLowChartfield_ShipPostalCode.json | 26 + .../HighLowChartfield_ShipRegion.json | 26 + .../per_file/HighLowChartfield_ShipVia.json | 26 + .../HighLowChartfield_ShippedDate.json | 26 + .../HighLowChartgroup_CountryGroup.json | 34 + .../HighLowChartgroup_FirstLetterGroup.json | 34 + ...ighLowChartoverall_structure_overview.json | 98 + .../per_file/HighLowChartpageFooter_band.json | 602 + .../HighLowChartparameter_definitions.json | 46 + .../HighLowChartstyle_definitions.json | 40 + .../per_file/HighLowCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 96 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../per_file/HorizontalListcomponent.json | 54 + .../per_file/HorizontalListdata_query.json | 24 + ...rizontalListdata_source_configuration.json | 26 + .../HorizontalListdataset_Addresses.json | 48 + .../per_file/HorizontalListdetail_band.json | 362 + .../HorizontalListfield_definitions.json | 36 + ...izontalListoverall_structure_overview.json | 88 + .../HorizontalListpageFooter_band.json | 482 + .../HorizontalListpageHeader_band.json | 442 + .../HorizontalListstyle_definitions.json | 42 + .../per_file/HorizontalListtitle_band.json | 462 + .../per_file/HorizontalcolumnFooter_band.json | 402 + .../per_file/HorizontalcolumnHeader_band.json | 442 + .../per_file/Horizontaldata_query.json | 24 + .../Horizontaldata_source_configuration.json | 26 + .../per_file/Horizontaldetail_band.json | 242 + .../per_file/Horizontalfield_CustomerID.json | 26 + .../per_file/Horizontalfield_EmployeeID.json | 26 + .../per_file/Horizontalfield_Freight.json | 26 + .../per_file/Horizontalfield_OrderDate.json | 26 + .../per_file/Horizontalfield_OrderID.json | 26 + .../Horizontalfield_RequiredDate.json | 26 + .../per_file/Horizontalfield_ShipAddress.json | 26 + .../per_file/Horizontalfield_ShipCity.json | 26 + .../per_file/Horizontalfield_ShipCountry.json | 26 + .../per_file/Horizontalfield_ShipName.json | 26 + .../Horizontalfield_ShipPostalCode.json | 26 + .../per_file/Horizontalfield_ShipRegion.json | 26 + .../per_file/Horizontalfield_ShipVia.json | 26 + .../per_file/Horizontalfield_ShippedDate.json | 26 + .../Horizontalgroup_CountryGroup.json | 34 + .../Horizontalgroup_FirstLetterGroup.json | 34 + .../Horizontaloverall_structure_overview.json | 102 + .../per_file/HorizontalpageFooter_band.json | 402 + .../per_file/HorizontalpageHeader_band.json | 402 + .../Horizontalparameter_definitions.json | 50 + .../per_file/Horizontalstyle_definitions.json | 40 + .../per_file/Horizontalsummary_band.json | 402 + .../per_file/Horizontaltitle_band.json | 522 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 96 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...talvariable_definitions_(level_reset).json | 54 + .../per_file/Hyperlinkbackground_band.json | 402 + .../Hyperlinkdata_source_configuration.json | 26 + .../Hyperlinkoverall_structure_overview.json | 96 + .../per_file/HyperlinkpageFooter_band.json | 402 + .../per_file/HyperlinkpageHeader_band.json | 402 + .../per_file/Hyperlinksummary_band.json | 402 + .../per_file/Hyperlinktitle_band.json | 422 + .../I18ndata_source_configuration.json | 26 + .../I18noverall_structure_overview.json | 84 + .../per_file/I18nparameter_definitions.json | 40 + .../per_file/I18ntitle_band.json | 4282 + .../per_file/IconLabelcomponent.json | 554 + .../IconLabeldata_source_configuration.json | 26 + .../per_file/IconLabelgroup_Dummy.json | 34 + .../IconLabeloverall_structure_overview.json | 80 + .../per_file/IconLabelstyle_definitions.json | 38 + .../Imagesdata_source_configuration.json | 26 + .../per_file/Imagesgroup_dummy.json | 34 + .../Imagesoverall_structure_overview.json | 78 + .../per_file/Imagesstyle_definitions.json | 32 + .../JFreeChartdata_source_configuration.json | 26 + .../JFreeChartoverall_structure_overview.json | 84 + .../per_file/JFreeCharttitle_band.json | 522 + ...artvariable_definitions_(level_reset).json | 44 + .../JavaScriptdata_source_configuration.json | 26 + .../JavaScriptoverall_structure_overview.json | 82 + .../JavaScriptparameter_definitions.json | 46 + .../per_file/JavaScripttitle_band.json | 602 + .../per_file/JsonCustomersdata_query.json | 24 + ...sonCustomersdata_source_configuration.json | 28 + .../per_file/JsonCustomersdetail_band.json | 362 + .../JsonCustomersfield_definitions.json | 58 + ...onCustomersoverall_structure_overview.json | 90 + .../JsonCustomerspageFooter_band.json | 482 + .../JsonCustomerspageHeader_band.json | 442 + .../JsonCustomersstyle_definitions.json | 36 + .../per_file/JsonCustomerssubreport.json | 94 + .../per_file/JsonCustomerstitle_band.json | 462 + .../JsonHttpDataAdaptercomponent.json | 106 + .../JsonHttpDataAdapterdata_query.json | 24 + ...pDataAdapterdata_source_configuration.json | 26 + ...onHttpDataAdapterdataset_FetchDataset.json | 32 + ...nHttpDataAdapterdataset_MoviesDataset.json | 50 + .../JsonHttpDataAdapterdetail_band.json | 242 + .../JsonHttpDataAdapterfield_definitions.json | 46 + ...DataAdapteroverall_structure_overview.json | 90 + .../JsonHttpDataAdapterpageFooter_band.json | 482 + .../JsonHttpDataAdapterpageHeader_band.json | 442 + .../JsonHttpDataAdaptertitle_band.json | 482 + .../per_file/JsonOrdersdata_query.json | 24 + .../per_file/JsonOrdersdetail_band.json | 362 + .../per_file/JsonOrdersfield_definitions.json | 82 + .../JsonOrdersoverall_structure_overview.json | 82 + .../per_file/JsonOrderspageHeader_band.json | 402 + .../JsonOrdersparameter_definitions.json | 36 + .../per_file/JsonOrdersstyle_definitions.json | 36 + .../per_file/JsonOrderssummary_band.json | 402 + ...ersvariable_definitions_(level_reset).json | 54 + .../Landscapedata_source_configuration.json | 26 + .../Landscapeoverall_structure_overview.json | 84 + .../per_file/Landscapetitle_band.json | 542 + .../per_file/LateOrderscrosstab.json | 100 + .../per_file/LateOrdersdata_query.json | 24 + .../LateOrdersdata_source_configuration.json | 26 + .../per_file/LateOrdersdetail_band.json | 362 + .../per_file/LateOrdersfield_Freight.json | 26 + .../per_file/LateOrdersfield_OrderDate.json | 26 + .../per_file/LateOrdersfield_OrderId.json | 26 + .../LateOrdersfield_RequiredDate.json | 26 + .../per_file/LateOrdersfield_ShipCountry.json | 26 + .../per_file/LateOrdersfield_ShippedDate.json | 26 + .../LateOrdersoverall_structure_overview.json | 88 + .../per_file/LateOrderspageHeader_band.json | 402 + .../per_file/LateOrdersstyle_definitions.json | 42 + .../per_file/LateOrderssummary_band.json | 822 + .../per_file/LateOrderstitle_band.json | 442 + ...ersvariable_definitions_(level_reset).json | 54 + .../per_file/LineChartchart.json | 96 + .../per_file/LineChartcolumnFooter_band.json | 542 + .../per_file/LineChartcolumnHeader_band.json | 522 + .../per_file/LineChartdata_query.json | 24 + .../LineChartdata_source_configuration.json | 26 + .../per_file/LineChartdetail_band.json | 362 + .../per_file/LineChartfield_CustomerID.json | 26 + .../per_file/LineChartfield_EmployeeID.json | 26 + .../per_file/LineChartfield_Freight.json | 26 + .../per_file/LineChartfield_OrderDate.json | 26 + .../per_file/LineChartfield_OrderID.json | 26 + .../per_file/LineChartfield_RequiredDate.json | 26 + .../per_file/LineChartfield_ShipAddress.json | 26 + .../per_file/LineChartfield_ShipCity.json | 26 + .../per_file/LineChartfield_ShipCountry.json | 26 + .../per_file/LineChartfield_ShipName.json | 26 + .../LineChartfield_ShipPostalCode.json | 26 + .../per_file/LineChartfield_ShipRegion.json | 26 + .../per_file/LineChartfield_ShipVia.json | 26 + .../per_file/LineChartfield_ShippedDate.json | 26 + .../per_file/LineChartgroup_ChartGroup.json | 34 + .../per_file/LineChartgroup_CountryGroup.json | 34 + .../LineChartgroup_FirstLetterGroup.json | 34 + .../LineChartoverall_structure_overview.json | 98 + .../per_file/LineChartpageFooter_band.json | 602 + .../LineChartparameter_definitions.json | 46 + .../per_file/LineChartstyle_definitions.json | 40 + .../per_file/LineCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 138 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../per_file/Listcomponent.json | 54 + .../per_file/Listdata_query.json | 24 + .../Listdata_source_configuration.json | 26 + .../per_file/Listdataset_Addresses.json | 46 + .../per_file/Listdetail_band.json | 362 + .../per_file/Listfield_definitions.json | 36 + .../Listoverall_structure_overview.json | 92 + .../per_file/ListpageFooter_band.json | 482 + .../per_file/ListpageHeader_band.json | 442 + .../per_file/Liststyle_definitions.json | 40 + .../per_file/Listtitle_band.json | 462 + .../per_file/Macrodata_query.json | 24 + .../Macrodata_source_configuration.json | 30 + .../per_file/Macrodetail_band.json | 362 + .../per_file/Macrofield_definitions.json | 52 + .../per_file/Macrogroup_cityGroup.json | 34 + .../per_file/Macrogroup_initialNameGroup.json | 34 + .../Macrooverall_structure_overview.json | 94 + .../per_file/MacropageHeader_band.json | 2942 + .../per_file/Macroparameter_definitions.json | 64 + .../per_file/Macrosort_field_definitions.json | 42 + .../per_file/Macrostyle_definitions.json | 36 + .../Markupdata_source_configuration.json | 26 + .../Markupoverall_structure_overview.json | 84 + .../per_file/Markupparameter_definitions.json | 46 + .../per_file/Markupstyle_definitions.json | 32 + .../per_file/Markuptitle_band.json | 502 + .../per_file/Masterdata_query.json | 24 + .../Masterdata_source_configuration.json | 26 + .../per_file/Masterdetail_band.json | 362 + .../per_file/Masterfield_definitions.json | 36 + .../Masteroverall_structure_overview.json | 90 + .../per_file/MasterpageFooter_band.json | 482 + .../per_file/MasterpageHeader_band.json | 442 + .../per_file/Masterparameter_definitions.json | 40 + .../per_file/Masterstyle_definitions.json | 36 + .../per_file/Mastersubreport.json | 146 + .../per_file/Mastertitle_band.json | 502 + ...tervariable_definitions_(level_reset).json | 50 + .../per_file/MeterChartchart.json | 64 + .../per_file/MeterChartcolumnFooter_band.json | 542 + .../per_file/MeterChartcolumnHeader_band.json | 522 + .../per_file/MeterChartdata_query.json | 24 + .../MeterChartdata_source_configuration.json | 26 + .../per_file/MeterChartdetail_band.json | 362 + .../per_file/MeterChartfield_CustomerID.json | 26 + .../per_file/MeterChartfield_EmployeeID.json | 26 + .../per_file/MeterChartfield_Freight.json | 26 + .../per_file/MeterChartfield_OrderDate.json | 26 + .../per_file/MeterChartfield_OrderID.json | 26 + .../MeterChartfield_RequiredDate.json | 26 + .../per_file/MeterChartfield_ShipAddress.json | 26 + .../per_file/MeterChartfield_ShipCity.json | 26 + .../per_file/MeterChartfield_ShipCountry.json | 26 + .../per_file/MeterChartfield_ShipName.json | 26 + .../MeterChartfield_ShipPostalCode.json | 26 + .../per_file/MeterChartfield_ShipRegion.json | 26 + .../per_file/MeterChartfield_ShipVia.json | 26 + .../per_file/MeterChartfield_ShippedDate.json | 26 + .../MeterChartgroup_CountryGroup.json | 34 + .../MeterChartgroup_FirstLetterGroup.json | 34 + .../MeterChartoverall_structure_overview.json | 98 + .../per_file/MeterChartpageFooter_band.json | 602 + .../MeterChartparameter_definitions.json | 46 + .../per_file/MeterChartstyle_definitions.json | 40 + .../per_file/MeterCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 96 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../MultipleAxisChartbackground_band.json | 362 + .../per_file/MultipleAxisChartchart.json | 60 + .../MultipleAxisChartcolumnFooter_band.json | 542 + .../MultipleAxisChartcolumnHeader_band.json | 522 + .../per_file/MultipleAxisChartdata_query.json | 24 + ...pleAxisChartdata_source_configuration.json | 26 + .../MultipleAxisChartdetail_band.json | 362 + .../MultipleAxisChartfield_Freight.json | 26 + .../MultipleAxisChartfield_OrderDate.json | 26 + .../MultipleAxisChartfield_OrderID.json | 26 + .../MultipleAxisChartfield_ShipCity.json | 26 + .../MultipleAxisChartfield_ShipCountry.json | 26 + .../MultipleAxisChartfield_ShipName.json | 26 + .../MultipleAxisChartfield_ShipRegion.json | 26 + .../MultipleAxisChartgroup_CityGroup.json | 34 + .../MultipleAxisChartgroup_CountryGroup.json | 34 + ...ltipleAxisChartgroup_FirstLetterGroup.json | 34 + ...leAxisChartoverall_structure_overview.json | 100 + .../MultipleAxisChartpageFooter_band.json | 602 + .../MultipleAxisChartpageHeader_band.json | 1742 + ...ultipleAxisChartparameter_definitions.json | 46 + .../MultipleAxisChartstyle_definitions.json | 40 + .../MultipleAxisChartsummary_band.json | 362 + .../per_file/MultipleAxisCharttitle_band.json | 442 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 124 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../per_file/NoPageBreakdata_query.json | 24 + .../NoPageBreakdata_source_configuration.json | 26 + .../per_file/NoPageBreakdetail_band.json | 362 + .../NoPageBreakfield_definitions.json | 48 + .../NoPageBreakgroup_FirstLetterGroup.json | 34 + .../NoPageBreakgroup_ShipCountryGroup.json | 34 + ...NoPageBreakoverall_structure_overview.json | 88 + .../NoPageBreakparameter_definitions.json | 40 + .../NoPageBreakstyle_definitions.json | 36 + .../per_file/NoPageBreaksummary_band.json | 462 + .../per_file/NoPageBreaktitle_band.json | 522 + ...iable_definitions_(Group_level_reset).json | 54 + ...riable_definitions_(None_level_reset).json | 54 + ...eakvariable_definitions_(level_reset).json | 54 + .../per_file/NorthwindOrdersdata_query.json | 24 + ...thwindOrdersdata_source_configuration.json | 26 + .../per_file/NorthwindOrdersdetail_band.json | 362 + .../NorthwindOrdersfield_CompanyName.json | 26 + .../NorthwindOrdersfield_CustomerID.json | 32 + .../NorthwindOrdersfield_Freight.json | 32 + .../per_file/NorthwindOrdersfield_Id.json | 32 + .../NorthwindOrdersfield_OrderDate.json | 32 + .../NorthwindOrdersfield_ShipCity.json | 32 + .../NorthwindOrdersgroup_CustomerIdGroup.json | 34 + ...hwindOrdersoverall_structure_overview.json | 88 + .../NorthwindOrderspageFooter_band.json | 482 + .../NorthwindOrderspageHeader_band.json | 442 + .../NorthwindOrdersstyle_definitions.json | 38 + .../per_file/NorthwindOrderstitle_band.json | 462 + ...iable_definitions_(Group_level_reset).json | 68 + .../per_file/Orderscrosstab.json | 198 + .../per_file/Ordersdata_query.json | 68 + .../Ordersdata_source_configuration.json | 26 + .../per_file/Ordersdetail_band.json | 362 + .../per_file/Ordersfield_definitions.json | 166 + .../Ordersoverall_structure_overview.json | 246 + .../per_file/OrderspageHeader_band.json | 402 + .../per_file/Ordersparameter_definitions.json | 36 + .../per_file/Ordersstyle_definitions.json | 108 + .../per_file/Orderssummary_band.json | 1242 + .../per_file/Orderstitle_band.json | 882 + ...ersvariable_definitions_(level_reset).json | 54 + .../Paragraphsdata_source_configuration.json | 26 + .../per_file/Paragraphsgroup_MyGroup.json | 34 + .../Paragraphsoverall_structure_overview.json | 80 + .../per_file/Paragraphsstyle_definitions.json | 36 + .../PdfEncryptdata_source_configuration.json | 26 + .../PdfEncryptoverall_structure_overview.json | 82 + .../per_file/PdfEncrypttitle_band.json | 442 + .../per_file/Pie3DChartchart.json | 72 + .../per_file/Pie3DChartcolumnFooter_band.json | 542 + .../per_file/Pie3DChartcolumnHeader_band.json | 522 + .../per_file/Pie3DChartdata_query.json | 24 + .../Pie3DChartdata_source_configuration.json | 26 + .../per_file/Pie3DChartdetail_band.json | 362 + .../per_file/Pie3DChartfield_CustomerID.json | 26 + .../per_file/Pie3DChartfield_EmployeeID.json | 26 + .../per_file/Pie3DChartfield_Freight.json | 26 + .../per_file/Pie3DChartfield_OrderDate.json | 26 + .../per_file/Pie3DChartfield_OrderID.json | 26 + .../Pie3DChartfield_RequiredDate.json | 26 + .../per_file/Pie3DChartfield_ShipAddress.json | 26 + .../per_file/Pie3DChartfield_ShipCity.json | 26 + .../per_file/Pie3DChartfield_ShipCountry.json | 26 + .../per_file/Pie3DChartfield_ShipName.json | 26 + .../Pie3DChartfield_ShipPostalCode.json | 26 + .../per_file/Pie3DChartfield_ShipRegion.json | 26 + .../per_file/Pie3DChartfield_ShipVia.json | 26 + .../per_file/Pie3DChartfield_ShippedDate.json | 26 + .../per_file/Pie3DChartgroup_ChartGroup.json | 34 + .../Pie3DChartgroup_CountryGroup.json | 34 + .../Pie3DChartgroup_FirstLetterGroup.json | 34 + .../Pie3DChartoverall_structure_overview.json | 98 + .../per_file/Pie3DChartpageFooter_band.json | 602 + .../Pie3DChartparameter_definitions.json | 46 + .../per_file/Pie3DChartstyle_definitions.json | 40 + .../per_file/Pie3DCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 138 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../per_file/PieChartchart.json | 140 + .../per_file/PieChartcolumnFooter_band.json | 942 + .../per_file/PieChartcolumnHeader_band.json | 922 + .../per_file/PieChartdata_query.json | 46 + .../PieChartdata_source_configuration.json | 26 + .../per_file/PieChartdetail_band.json | 722 + .../per_file/PieChartfield_CustomerID.json | 50 + .../per_file/PieChartfield_EmployeeID.json | 50 + .../per_file/PieChartfield_Freight.json | 50 + .../per_file/PieChartfield_OrderDate.json | 50 + .../per_file/PieChartfield_OrderID.json | 50 + .../per_file/PieChartfield_RequiredDate.json | 50 + .../per_file/PieChartfield_ShipAddress.json | 50 + .../per_file/PieChartfield_ShipCity.json | 50 + .../per_file/PieChartfield_ShipCountry.json | 50 + .../per_file/PieChartfield_ShipName.json | 50 + .../PieChartfield_ShipPostalCode.json | 50 + .../per_file/PieChartfield_ShipRegion.json | 50 + .../per_file/PieChartfield_ShipVia.json | 50 + .../per_file/PieChartfield_ShippedDate.json | 50 + .../per_file/PieChartgroup_ChartGroup.json | 34 + .../per_file/PieChartgroup_CityGroup.json | 34 + .../per_file/PieChartgroup_CountryGroup.json | 34 + .../PieChartgroup_FirstLetterGroup.json | 34 + .../PieChartoverall_structure_overview.json | 182 + .../per_file/PieChartpageFooter_band.json | 1002 + .../PieChartparameter_definitions.json | 80 + .../per_file/PieChartstyle_definitions.json | 78 + .../per_file/PieCharttitle_band.json | 922 + ...able_definitions_(Column_level_reset).json | 106 + ...iable_definitions_(Group_level_reset).json | 204 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 106 + ...artvariable_definitions_(level_reset).json | 106 + .../per_file/ProductcolumnFooter_band.json | 542 + .../per_file/ProductcolumnHeader_band.json | 402 + .../per_file/Productdata_query.json | 24 + .../per_file/Productfield_definitions.json | 48 + .../per_file/Productgroup_ProductGroup.json | 34 + .../per_file/ProductnoData_band.json | 442 + .../Productoverall_structure_overview.json | 96 + .../per_file/ProductpageFooter_band.json | 402 + .../per_file/ProductpageHeader_band.json | 442 + .../Productparameter_definitions.json | 36 + .../per_file/Productscrosstab.json | 88 + .../per_file/Productsdata_query.json | 24 + .../Productsdata_source_configuration.json | 26 + .../Productsdataset_Customer_Quantity.json | 46 + .../per_file/Productsdetail_band.json | 242 + .../per_file/Productsfield_definitions.json | 36 + .../Productsoverall_structure_overview.json | 84 + .../per_file/Productsstyle_definitions.json | 34 + .../per_file/Productstyle_definitions.json | 36 + .../per_file/Productsummary_band.json | 402 + .../per_file/Producttitle_band.json | 482 + ...iable_definitions_(Group_level_reset).json | 82 + ...uctvariable_definitions_(level_reset).json | 68 + .../per_file/Querybackground_band.json | 402 + .../per_file/Querydata_query.json | 24 + .../Querydata_source_configuration.json | 26 + .../per_file/Querydetail_band.json | 362 + .../per_file/Queryfield_City.json | 26 + .../per_file/Queryfield_ConditionalField.json | 26 + .../per_file/Queryfield_FirstName.json | 26 + .../per_file/Queryfield_Id.json | 26 + .../per_file/Queryfield_LastName.json | 26 + .../per_file/Queryfield_Street.json | 26 + .../per_file/Querygroup_CityGroup.json | 34 + .../Queryoverall_structure_overview.json | 98 + .../per_file/QuerypageFooter_band.json | 482 + .../per_file/QuerypageHeader_band.json | 482 + .../per_file/Queryparameter_definitions.json | 52 + .../per_file/Querysummary_band.json | 442 + .../per_file/Querytitle_band.json | 462 + ...iable_definitions_(Group_level_reset).json | 68 + .../Rotationdata_source_configuration.json | 26 + .../Rotationoverall_structure_overview.json | 82 + .../per_file/Rotationstyle_definitions.json | 32 + .../per_file/Rotationtitle_band.json | 3842 + .../per_file/ScatterChartchart.json | 88 + .../ScatterChartcolumnFooter_band.json | 542 + .../ScatterChartcolumnHeader_band.json | 522 + .../per_file/ScatterChartdata_query.json | 24 + ...ScatterChartdata_source_configuration.json | 26 + .../per_file/ScatterChartdetail_band.json | 362 + .../ScatterChartfield_CustomerID.json | 26 + .../ScatterChartfield_EmployeeID.json | 26 + .../per_file/ScatterChartfield_Freight.json | 26 + .../per_file/ScatterChartfield_OrderDate.json | 26 + .../per_file/ScatterChartfield_OrderID.json | 26 + .../ScatterChartfield_RequiredDate.json | 26 + .../ScatterChartfield_ShipAddress.json | 26 + .../per_file/ScatterChartfield_ShipCity.json | 26 + .../ScatterChartfield_ShipCountry.json | 26 + .../per_file/ScatterChartfield_ShipName.json | 26 + .../ScatterChartfield_ShipPostalCode.json | 26 + .../ScatterChartfield_ShipRegion.json | 26 + .../per_file/ScatterChartfield_ShipVia.json | 26 + .../ScatterChartfield_ShippedDate.json | 26 + .../ScatterChartgroup_CountryGroup.json | 34 + .../ScatterChartgroup_FirstLetterGroup.json | 34 + ...catterChartoverall_structure_overview.json | 98 + .../per_file/ScatterChartpageFooter_band.json | 602 + .../ScatterChartparameter_definitions.json | 46 + .../ScatterChartstyle_definitions.json | 40 + .../per_file/ScatterCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 96 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../per_file/Scriptletdata_query.json | 24 + .../Scriptletdata_source_configuration.json | 26 + .../per_file/Scriptletdetail_band.json | 362 + .../per_file/Scriptletfield_definitions.json | 52 + .../per_file/Scriptletgroup_CityGroup.json | 34 + .../Scriptletoverall_structure_overview.json | 92 + .../per_file/ScriptletpageFooter_band.json | 482 + .../per_file/ScriptletpageHeader_band.json | 482 + .../Scriptletparameter_definitions.json | 40 + .../per_file/Scriptletstyle_definitions.json | 38 + .../per_file/Scriptletsummary_band.json | 462 + .../per_file/Scriptlettitle_band.json | 462 + ...iable_definitions_(Group_level_reset).json | 54 + ...letvariable_definitions_(level_reset).json | 44 + .../Shapesdata_source_configuration.json | 26 + .../Shapesoverall_structure_overview.json | 84 + .../per_file/Shapestitle_band.json | 11022 + .../per_file/Shipmentscrosstab.json | 112 + .../per_file/Shipmentsdata_query.json | 24 + .../Shipmentsdata_source_configuration.json | 26 + .../Shipmentsdataset_Country_Orders.json | 46 + .../per_file/Shipmentsdetail_band.json | 242 + .../per_file/Shipmentsfield_definitions.json | 36 + .../Shipmentsoverall_structure_overview.json | 88 + .../per_file/Shipmentsstyle_definitions.json | 36 + .../per_file/SpiderChart_component.json | 46 + ...SpiderChart_data_source_configuration.json | 28 + .../SpiderChart_field_definitions.json | 44 + .../per_file/SpiderChart_group_category.json | 34 + ...piderChart_overall_structure_overview.json | 84 + .../per_file/SpiderChart_summary_band.json | 2762 + .../per_file/StackedAreaChartchart.json | 88 + .../StackedAreaChartcolumnFooter_band.json | 542 + .../StackedAreaChartcolumnHeader_band.json | 522 + .../per_file/StackedAreaChartdata_query.json | 24 + ...kedAreaChartdata_source_configuration.json | 26 + .../per_file/StackedAreaChartdetail_band.json | 362 + .../StackedAreaChartfield_CustomerID.json | 26 + .../StackedAreaChartfield_EmployeeID.json | 26 + .../StackedAreaChartfield_Freight.json | 26 + .../StackedAreaChartfield_OrderDate.json | 26 + .../StackedAreaChartfield_OrderID.json | 26 + .../StackedAreaChartfield_RequiredDate.json | 26 + .../StackedAreaChartfield_ShipAddress.json | 26 + .../StackedAreaChartfield_ShipCity.json | 26 + .../StackedAreaChartfield_ShipCountry.json | 26 + .../StackedAreaChartfield_ShipName.json | 26 + .../StackedAreaChartfield_ShipPostalCode.json | 26 + .../StackedAreaChartfield_ShipRegion.json | 26 + .../StackedAreaChartfield_ShipVia.json | 26 + .../StackedAreaChartfield_ShippedDate.json | 26 + .../StackedAreaChartgroup_ChartGroup.json | 34 + .../StackedAreaChartgroup_CountryGroup.json | 34 + ...tackedAreaChartgroup_FirstLetterGroup.json | 34 + ...edAreaChartoverall_structure_overview.json | 100 + .../StackedAreaChartpageFooter_band.json | 602 + ...StackedAreaChartparameter_definitions.json | 46 + .../StackedAreaChartstyle_definitions.json | 40 + .../per_file/StackedAreaCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 138 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../per_file/StackedBar3DChartchart.json | 88 + .../StackedBar3DChartcolumnFooter_band.json | 542 + .../StackedBar3DChartcolumnHeader_band.json | 522 + .../per_file/StackedBar3DChartdata_query.json | 24 + ...edBar3DChartdata_source_configuration.json | 26 + .../StackedBar3DChartdetail_band.json | 362 + .../StackedBar3DChartfield_CustomerID.json | 26 + .../StackedBar3DChartfield_EmployeeID.json | 26 + .../StackedBar3DChartfield_Freight.json | 26 + .../StackedBar3DChartfield_OrderDate.json | 26 + .../StackedBar3DChartfield_OrderID.json | 26 + .../StackedBar3DChartfield_RequiredDate.json | 26 + .../StackedBar3DChartfield_ShipAddress.json | 26 + .../StackedBar3DChartfield_ShipCity.json | 26 + .../StackedBar3DChartfield_ShipCountry.json | 26 + .../StackedBar3DChartfield_ShipName.json | 26 + ...StackedBar3DChartfield_ShipPostalCode.json | 26 + .../StackedBar3DChartfield_ShipRegion.json | 26 + .../StackedBar3DChartfield_ShipVia.json | 26 + .../StackedBar3DChartfield_ShippedDate.json | 26 + .../StackedBar3DChartgroup_ChartGroup.json | 34 + .../StackedBar3DChartgroup_CountryGroup.json | 34 + ...ackedBar3DChartgroup_FirstLetterGroup.json | 34 + ...dBar3DChartoverall_structure_overview.json | 98 + .../StackedBar3DChartpageFooter_band.json | 602 + ...tackedBar3DChartparameter_definitions.json | 46 + .../StackedBar3DChartstyle_definitions.json | 40 + .../per_file/StackedBar3DCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 138 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../per_file/StackedBarChartchart.json | 88 + .../StackedBarChartcolumnFooter_band.json | 542 + .../StackedBarChartcolumnHeader_band.json | 522 + .../per_file/StackedBarChartdata_query.json | 24 + ...ckedBarChartdata_source_configuration.json | 26 + .../per_file/StackedBarChartdetail_band.json | 362 + .../StackedBarChartfield_CustomerID.json | 26 + .../StackedBarChartfield_EmployeeID.json | 26 + .../StackedBarChartfield_Freight.json | 26 + .../StackedBarChartfield_OrderDate.json | 26 + .../StackedBarChartfield_OrderID.json | 26 + .../StackedBarChartfield_RequiredDate.json | 26 + .../StackedBarChartfield_ShipAddress.json | 26 + .../StackedBarChartfield_ShipCity.json | 26 + .../StackedBarChartfield_ShipCountry.json | 26 + .../StackedBarChartfield_ShipName.json | 26 + .../StackedBarChartfield_ShipPostalCode.json | 26 + .../StackedBarChartfield_ShipRegion.json | 26 + .../StackedBarChartfield_ShipVia.json | 26 + .../StackedBarChartfield_ShippedDate.json | 26 + .../StackedBarChartgroup_ChartGroup.json | 34 + .../StackedBarChartgroup_CountryGroup.json | 34 + ...StackedBarChartgroup_FirstLetterGroup.json | 34 + ...kedBarChartoverall_structure_overview.json | 98 + .../StackedBarChartpageFooter_band.json | 602 + .../StackedBarChartparameter_definitions.json | 46 + .../StackedBarChartstyle_definitions.json | 40 + .../per_file/StackedBarCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 138 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../Stretchdata_source_configuration.json | 26 + .../per_file/Stretchdetail_band.json | 242 + .../Stretchoverall_structure_overview.json | 88 + .../per_file/StretchpageFooter_band.json | 522 + .../per_file/StretchpageHeader_band.json | 522 + .../per_file/Stretchtitle_band.json | 3202 + .../StyledTextdata_source_configuration.json | 26 + .../StyledTextoverall_structure_overview.json | 82 + .../per_file/StyledTextstyle_definitions.json | 32 + .../per_file/StyledTexttitle_band.json | 3202 + .../Stylesdata_source_configuration.json | 26 + .../Stylesoverall_structure_overview.json | 84 + .../per_file/Stylesstyle_definitions.json | 36 + .../per_file/Stylestitle_band.json | 5262 + .../per_file/SubDatasetChartchart.json | 76 + .../per_file/SubDatasetChartdata_query.json | 24 + ...DatasetChartdata_source_configuration.json | 26 + ...SubDatasetChartdataset_Country_Orders.json | 42 + .../per_file/SubDatasetChartdetail_band.json | 362 + .../SubDatasetChartfield_definitions.json | 36 + ...atasetChartoverall_structure_overview.json | 90 + .../SubDatasetChartpageFooter_band.json | 522 + .../SubDatasetChartstyle_definitions.json | 34 + .../per_file/SubDatasetCharttitle_band.json | 442 + .../per_file/TableOfContentsdata_query.json | 24 + ...leOfContentsdata_source_configuration.json | 26 + .../TableOfContentsfield_definitions.json | 36 + .../per_file/TableOfContentsgroup_dummy.json | 34 + ...eOfContentsoverall_structure_overview.json | 92 + .../TableOfContentsparameter_definitions.json | 40 + .../per_file/TablePart_data_query.json | 24 + .../per_file/TablePart_detail_band.json | 362 + .../per_file/TablePart_field_definitions.json | 48 + .../TablePart_group_FirstLetterGroup.json | 34 + .../TablePart_group_ShipCountryGroup.json | 34 + .../TablePart_group_SummaryDummyGroup.json | 34 + .../TablePart_overall_structure_overview.json | 86 + .../per_file/TablePart_pageFooter_band.json | 462 + .../per_file/TablePart_pageHeader_band.json | 482 + .../TablePart_parameter_definitions.json | 36 + .../per_file/TablePart_style_definitions.json | 36 + ...iable_definitions_(Group_level_reset).json | 54 + ...riable_definitions_(None_level_reset).json | 54 + .../per_file/Tablecomponent.json | 56 + .../Tabledata_source_configuration.json | 26 + .../per_file/Tabledataset_TableData.json | 32 + .../Tableoverall_structure_overview.json | 94 + .../per_file/Tableparameter_definitions.json | 40 + .../per_file/Tablestyle_definitions.json | 38 + .../per_file/Tabletitle_band.json | 1222 + .../per_file/TabularcolumnFooter_band.json | 2382 + .../Tabulardata_source_configuration.json | 26 + .../per_file/Tabulardetail_band.json | 242 + .../Tabularoverall_structure_overview.json | 98 + .../per_file/TabularpageHeader_band.json | 2822 + .../per_file/Tabularstyle_definitions.json | 32 + .../per_file/Tabulartitle_band.json | 462 + .../per_file/Textbackground_band.json | 362 + .../per_file/TextcolumnFooter_band.json | 362 + .../per_file/TextcolumnHeader_band.json | 362 + .../per_file/Textdata_query.json | 24 + .../Textdata_source_configuration.json | 26 + .../per_file/Textdetail_band.json | 362 + .../per_file/Textfield_definitions.json | 52 + .../per_file/Textgroup_CityGroup.json | 34 + .../Textoverall_structure_overview.json | 96 + .../per_file/TextpageFooter_band.json | 462 + .../per_file/TextpageHeader_band.json | 482 + .../per_file/Textparameter_definitions.json | 52 + .../per_file/Textstyle_definitions.json | 32 + .../per_file/Textsummary_band.json | 442 + .../per_file/Texttitle_band.json | 442 + ...iable_definitions_(Group_level_reset).json | 54 + .../per_file/ThermometerChartchart.json | 64 + .../ThermometerChartcolumnFooter_band.json | 542 + .../ThermometerChartcolumnHeader_band.json | 522 + .../per_file/ThermometerChartdata_query.json | 24 + ...mometerChartdata_source_configuration.json | 26 + .../per_file/ThermometerChartdetail_band.json | 362 + .../ThermometerChartfield_CustomerID.json | 26 + .../ThermometerChartfield_EmployeeID.json | 26 + .../ThermometerChartfield_Freight.json | 26 + .../ThermometerChartfield_OrderDate.json | 26 + .../ThermometerChartfield_OrderID.json | 26 + .../ThermometerChartfield_RequiredDate.json | 26 + .../ThermometerChartfield_ShipAddress.json | 26 + .../ThermometerChartfield_ShipCity.json | 26 + .../ThermometerChartfield_ShipCountry.json | 26 + .../ThermometerChartfield_ShipName.json | 26 + .../ThermometerChartfield_ShipPostalCode.json | 26 + .../ThermometerChartfield_ShipRegion.json | 26 + .../ThermometerChartfield_ShipVia.json | 26 + .../ThermometerChartfield_ShippedDate.json | 26 + .../ThermometerChartgroup_CountryGroup.json | 34 + ...hermometerChartgroup_FirstLetterGroup.json | 34 + ...ometerChartoverall_structure_overview.json | 98 + .../ThermometerChartpageFooter_band.json | 602 + ...ThermometerChartparameter_definitions.json | 46 + .../ThermometerChartstyle_definitions.json | 40 + .../per_file/ThermometerCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 96 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../per_file/TimeSeriesChartchart.json | 88 + .../TimeSeriesChartcolumnFooter_band.json | 542 + .../TimeSeriesChartcolumnHeader_band.json | 522 + .../per_file/TimeSeriesChartdata_query.json | 24 + ...eSeriesChartdata_source_configuration.json | 26 + .../per_file/TimeSeriesChartdetail_band.json | 362 + .../TimeSeriesChartfield_CustomerID.json | 26 + .../TimeSeriesChartfield_EmployeeID.json | 26 + .../TimeSeriesChartfield_Freight.json | 26 + .../TimeSeriesChartfield_OrderDate.json | 26 + .../TimeSeriesChartfield_OrderID.json | 26 + .../TimeSeriesChartfield_RequiredDate.json | 26 + .../TimeSeriesChartfield_ShipAddress.json | 26 + .../TimeSeriesChartfield_ShipCity.json | 26 + .../TimeSeriesChartfield_ShipCountry.json | 26 + .../TimeSeriesChartfield_ShipName.json | 26 + .../TimeSeriesChartfield_ShipPostalCode.json | 26 + .../TimeSeriesChartfield_ShipRegion.json | 26 + .../TimeSeriesChartfield_ShipVia.json | 26 + .../TimeSeriesChartfield_ShippedDate.json | 26 + .../TimeSeriesChartgroup_CountryGroup.json | 34 + ...TimeSeriesChartgroup_FirstLetterGroup.json | 34 + .../TimeSeriesChartgroup_MonthGroup.json | 34 + ...SeriesChartoverall_structure_overview.json | 98 + .../TimeSeriesChartpageFooter_band.json | 602 + .../TimeSeriesChartparameter_definitions.json | 46 + .../TimeSeriesChartstyle_definitions.json | 40 + .../per_file/TimeSeriesCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 110 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../per_file/TocPart_detail_band.json | 242 + .../per_file/TocPart_field_definitions.json | 44 + .../TocPart_overall_structure_overview.json | 82 + .../per_file/TocPart_pageHeader_band.json | 442 + .../TocPart_parameter_definitions.json | 36 + .../per_file/TocPart_style_definitions.json | 36 + .../per_file/TocPart_title_band.json | 502 + .../per_file/Tocbackground_band.json | 362 + .../per_file/Tocdata_query.json | 24 + .../Tocdata_source_configuration.json | 26 + .../per_file/Tocdetail_band.json | 722 + .../per_file/Tocfield_definitions.json | 44 + .../Tocoverall_structure_overview.json | 86 + .../per_file/Tocstyle_definitions.json | 52 + .../per_file/Toctitle_band.json | 442 + ...Tocvariable_definitions_(level_reset).json | 54 + .../Unicodedata_source_configuration.json | 26 + .../Unicodeoverall_structure_overview.json | 88 + .../Unicodeparameter_definitions.json | 70 + .../per_file/Unicodestyle_definitions.json | 34 + .../per_file/Unicodesummary_band.json | 6422 + .../per_file/Unicodetitle_band.json | 5862 + .../Virtualizerdata_source_configuration.json | 26 + .../per_file/Virtualizerdetail_band.json | 362 + ...Virtualizeroverall_structure_overview.json | 88 + .../per_file/VirtualizerpageFooter_band.json | 462 + .../per_file/Virtualizertitle_band.json | 442 + ...zervariable_definitions_(level_reset).json | 54 + .../XChartdata_source_configuration.json | 26 + .../XChartoverall_structure_overview.json | 84 + .../per_file/XCharttitle_band.json | 522 + ...artvariable_definitions_(level_reset).json | 44 + .../per_file/XYAreaChartchart.json | 88 + .../XYAreaChartcolumnFooter_band.json | 542 + .../XYAreaChartcolumnHeader_band.json | 522 + .../per_file/XYAreaChartdata_query.json | 24 + .../XYAreaChartdata_source_configuration.json | 26 + .../per_file/XYAreaChartdetail_band.json | 362 + .../per_file/XYAreaChartfield_CustomerID.json | 26 + .../per_file/XYAreaChartfield_EmployeeID.json | 26 + .../per_file/XYAreaChartfield_Freight.json | 26 + .../per_file/XYAreaChartfield_OrderDate.json | 26 + .../per_file/XYAreaChartfield_OrderID.json | 26 + .../XYAreaChartfield_RequiredDate.json | 26 + .../XYAreaChartfield_ShipAddress.json | 26 + .../per_file/XYAreaChartfield_ShipCity.json | 26 + .../XYAreaChartfield_ShipCountry.json | 26 + .../per_file/XYAreaChartfield_ShipName.json | 26 + .../XYAreaChartfield_ShipPostalCode.json | 26 + .../per_file/XYAreaChartfield_ShipRegion.json | 26 + .../per_file/XYAreaChartfield_ShipVia.json | 26 + .../XYAreaChartfield_ShippedDate.json | 26 + .../XYAreaChartgroup_CountryGroup.json | 34 + .../XYAreaChartgroup_FirstLetterGroup.json | 34 + ...XYAreaChartoverall_structure_overview.json | 98 + .../per_file/XYAreaChartpageFooter_band.json | 602 + .../XYAreaChartparameter_definitions.json | 46 + .../XYAreaChartstyle_definitions.json | 40 + .../per_file/XYAreaCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 96 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../per_file/XYBarChartTimePeriodchart.json | 88 + ...XYBarChartTimePeriodcolumnFooter_band.json | 542 + ...XYBarChartTimePeriodcolumnHeader_band.json | 522 + .../XYBarChartTimePerioddata_query.json | 24 + ...rtTimePerioddata_source_configuration.json | 26 + .../XYBarChartTimePerioddetail_band.json | 362 + .../XYBarChartTimePeriodfield_CustomerID.json | 26 + .../XYBarChartTimePeriodfield_EmployeeID.json | 26 + .../XYBarChartTimePeriodfield_Freight.json | 26 + .../XYBarChartTimePeriodfield_OrderDate.json | 26 + .../XYBarChartTimePeriodfield_OrderID.json | 26 + ...YBarChartTimePeriodfield_RequiredDate.json | 26 + ...XYBarChartTimePeriodfield_ShipAddress.json | 26 + .../XYBarChartTimePeriodfield_ShipCity.json | 26 + ...XYBarChartTimePeriodfield_ShipCountry.json | 26 + .../XYBarChartTimePeriodfield_ShipName.json | 26 + ...arChartTimePeriodfield_ShipPostalCode.json | 26 + .../XYBarChartTimePeriodfield_ShipRegion.json | 26 + .../XYBarChartTimePeriodfield_ShipVia.json | 26 + ...XYBarChartTimePeriodfield_ShippedDate.json | 26 + ...YBarChartTimePeriodgroup_CountryGroup.json | 34 + ...ChartTimePeriodgroup_FirstLetterGroup.json | 34 + ...tTimePeriodoverall_structure_overview.json | 98 + .../XYBarChartTimePeriodpageFooter_band.json | 602 + ...rChartTimePeriodparameter_definitions.json | 46 + ...XYBarChartTimePeriodstyle_definitions.json | 40 + .../XYBarChartTimePeriodtitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 96 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...iodvariable_definitions_(level_reset).json | 54 + .../per_file/XYBarChartTimeSerieschart.json | 88 + ...XYBarChartTimeSeriescolumnFooter_band.json | 542 + ...XYBarChartTimeSeriescolumnHeader_band.json | 522 + .../XYBarChartTimeSeriesdata_query.json | 24 + ...rtTimeSeriesdata_source_configuration.json | 26 + .../XYBarChartTimeSeriesdetail_band.json | 362 + .../XYBarChartTimeSeriesfield_CustomerID.json | 26 + .../XYBarChartTimeSeriesfield_EmployeeID.json | 26 + .../XYBarChartTimeSeriesfield_Freight.json | 26 + .../XYBarChartTimeSeriesfield_OrderDate.json | 26 + .../XYBarChartTimeSeriesfield_OrderID.json | 26 + ...YBarChartTimeSeriesfield_RequiredDate.json | 26 + ...XYBarChartTimeSeriesfield_ShipAddress.json | 26 + .../XYBarChartTimeSeriesfield_ShipCity.json | 26 + ...XYBarChartTimeSeriesfield_ShipCountry.json | 26 + .../XYBarChartTimeSeriesfield_ShipName.json | 26 + ...arChartTimeSeriesfield_ShipPostalCode.json | 26 + .../XYBarChartTimeSeriesfield_ShipRegion.json | 26 + .../XYBarChartTimeSeriesfield_ShipVia.json | 26 + ...XYBarChartTimeSeriesfield_ShippedDate.json | 26 + ...YBarChartTimeSeriesgroup_CountryGroup.json | 34 + ...ChartTimeSeriesgroup_FirstLetterGroup.json | 34 + .../XYBarChartTimeSeriesgroup_MonthGroup.json | 34 + ...tTimeSeriesoverall_structure_overview.json | 98 + .../XYBarChartTimeSeriespageFooter_band.json | 602 + ...rChartTimeSeriesparameter_definitions.json | 46 + ...XYBarChartTimeSeriesstyle_definitions.json | 40 + .../XYBarChartTimeSeriestitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 110 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...iesvariable_definitions_(level_reset).json | 54 + .../per_file/XYBarChartchart.json | 88 + .../per_file/XYBarChartcolumnFooter_band.json | 542 + .../per_file/XYBarChartcolumnHeader_band.json | 522 + .../per_file/XYBarChartdata_query.json | 24 + .../XYBarChartdata_source_configuration.json | 26 + .../per_file/XYBarChartdetail_band.json | 362 + .../per_file/XYBarChartfield_CustomerID.json | 26 + .../per_file/XYBarChartfield_EmployeeID.json | 26 + .../per_file/XYBarChartfield_Freight.json | 26 + .../per_file/XYBarChartfield_OrderDate.json | 26 + .../per_file/XYBarChartfield_OrderID.json | 26 + .../XYBarChartfield_RequiredDate.json | 26 + .../per_file/XYBarChartfield_ShipAddress.json | 26 + .../per_file/XYBarChartfield_ShipCity.json | 26 + .../per_file/XYBarChartfield_ShipCountry.json | 26 + .../per_file/XYBarChartfield_ShipName.json | 26 + .../XYBarChartfield_ShipPostalCode.json | 26 + .../per_file/XYBarChartfield_ShipRegion.json | 26 + .../per_file/XYBarChartfield_ShipVia.json | 26 + .../per_file/XYBarChartfield_ShippedDate.json | 26 + .../XYBarChartgroup_CountryGroup.json | 34 + .../XYBarChartgroup_FirstLetterGroup.json | 34 + .../XYBarChartgroup_OrderIDBucketGroup.json | 34 + .../XYBarChartoverall_structure_overview.json | 98 + .../per_file/XYBarChartpageFooter_band.json | 602 + .../XYBarChartparameter_definitions.json | 46 + .../per_file/XYBarChartstyle_definitions.json | 40 + .../per_file/XYBarCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 110 + ...riable_definitions_(None_level_reset).json | 68 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + .../per_file/XYLineChartchart.json | 88 + .../XYLineChartcolumnFooter_band.json | 542 + .../XYLineChartcolumnHeader_band.json | 522 + .../per_file/XYLineChartdata_query.json | 24 + .../XYLineChartdata_source_configuration.json | 26 + .../per_file/XYLineChartdetail_band.json | 362 + .../per_file/XYLineChartfield_CustomerID.json | 26 + .../per_file/XYLineChartfield_EmployeeID.json | 26 + .../per_file/XYLineChartfield_Freight.json | 26 + .../per_file/XYLineChartfield_OrderDate.json | 26 + .../per_file/XYLineChartfield_OrderID.json | 26 + .../XYLineChartfield_RequiredDate.json | 26 + .../XYLineChartfield_ShipAddress.json | 26 + .../per_file/XYLineChartfield_ShipCity.json | 26 + .../XYLineChartfield_ShipCountry.json | 26 + .../per_file/XYLineChartfield_ShipName.json | 26 + .../XYLineChartfield_ShipPostalCode.json | 26 + .../per_file/XYLineChartfield_ShipRegion.json | 26 + .../per_file/XYLineChartfield_ShipVia.json | 26 + .../XYLineChartfield_ShippedDate.json | 26 + .../XYLineChartgroup_CountryGroup.json | 34 + .../XYLineChartgroup_FirstLetterGroup.json | 34 + ...XYLineChartoverall_structure_overview.json | 98 + .../per_file/XYLineChartpageFooter_band.json | 602 + .../XYLineChartparameter_definitions.json | 46 + .../XYLineChartstyle_definitions.json | 40 + .../per_file/XYLineCharttitle_band.json | 462 + ...able_definitions_(Column_level_reset).json | 54 + ...iable_definitions_(Group_level_reset).json | 96 + ...riable_definitions_(None_level_reset).json | 54 + ...riable_definitions_(Page_level_reset).json | 54 + ...artvariable_definitions_(level_reset).json | 54 + ...lsDataSourcedata_source_configuration.json | 26 + .../per_file/XlsDataSourcedetail_band.json | 362 + .../XlsDataSourcefield_definitions.json | 52 + .../XlsDataSourcefilter_expression.json | 22 + .../XlsDataSourcegroup_CityGroup.json | 34 + .../XlsDataSourcelastPageFooter_band.json | 502 + ...sDataSourceoverall_structure_overview.json | 92 + .../XlsDataSourcepageFooter_band.json | 482 + .../XlsDataSourcepageHeader_band.json | 482 + .../XlsDataSourceparameter_definitions.json | 52 + .../XlsDataSourcesort_field_definitions.json | 42 + .../XlsDataSourcestyle_definitions.json | 36 + .../per_file/XlsDataSourcetitle_band.json | 482 + ...rcevariable_definitions_(level_reset).json | 54 + .../per_file/XlsFeaturesdata_query.json | 24 + .../XlsFeaturesdata_source_configuration.json | 30 + .../per_file/XlsFeaturesdetail_band.json | 242 + .../XlsFeaturesfield_definitions.json | 52 + .../per_file/XlsFeaturesgroup_cityGroup.json | 34 + .../XlsFeaturesgroup_initialNameGroup.json | 34 + ...XlsFeaturesoverall_structure_overview.json | 100 + .../per_file/XlsFeaturespageHeader_band.json | 2942 + .../XlsFeaturesparameter_definitions.json | 64 + .../XlsFeaturessort_field_definitions.json | 42 + .../XlsFeaturesstyle_definitions.json | 36 + .../XlsFormuladata_source_configuration.json | 26 + .../XlsFormulaoverall_structure_overview.json | 84 + .../per_file/XlsFormulatitle_band.json | 3882 + ...sxDataSourcedata_source_configuration.json | 28 + .../per_file/XlsxDataSourcedetail_band.json | 362 + .../per_file/XlsxDataSourcefield_address.json | 26 + .../per_file/XlsxDataSourcefield_city.json | 26 + .../per_file/XlsxDataSourcefield_date.json | 26 + .../per_file/XlsxDataSourcefield_id.json | 26 + .../per_file/XlsxDataSourcefield_name.json | 26 + .../per_file/XlsxDataSourcefield_state.json | 26 + .../XlsxDataSourcefilter_expression.json | 22 + .../XlsxDataSourcegroup_CityGroup.json | 34 + .../XlsxDataSourcelastPageFooter_band.json | 502 + ...xDataSourceoverall_structure_overview.json | 92 + .../XlsxDataSourcepageFooter_band.json | 482 + .../XlsxDataSourcepageHeader_band.json | 502 + .../XlsxDataSourceparameter_definitions.json | 52 + .../XlsxDataSourcesort_field_definitions.json | 42 + .../XlsxDataSourcestyle_definitions.json | 36 + .../per_file/XlsxDataSourcetitle_band.json | 482 + ...rcevariable_definitions_(level_reset).json | 54 + .../per_file/XmlHttpDataAdaptercomponent.json | 106 + .../XmlHttpDataAdapterdata_query.json | 24 + ...pDataAdapterdata_source_configuration.json | 26 + ...mlHttpDataAdapterdataset_FetchDataset.json | 32 + ...lHttpDataAdapterdataset_MoviesDataset.json | 50 + .../XmlHttpDataAdapterdetail_band.json | 242 + .../XmlHttpDataAdapterfield_definitions.json | 46 + ...DataAdapteroverall_structure_overview.json | 90 + .../XmlHttpDataAdapterpageFooter_band.json | 482 + .../XmlHttpDataAdapterpageHeader_band.json | 442 + .../XmlHttpDataAdaptertitle_band.json | 482 + jrxml_chunker_output/processing_stats.json | 161 + jrxml_source/AccessibleReport.jrxml | 617 + jrxml_source/AddressReport.jrxml | 95 + jrxml_source/AddressesReport.jrxml | 102 + jrxml_source/AllChartsReport.jrxml | 558 + jrxml_source/AreaChartReport.jrxml | 242 + jrxml_source/Bar3DChartReport.jrxml | 245 + jrxml_source/BarChartReport.jrxml | 243 + jrxml_source/BarbecueReport.jrxml | 39 + jrxml_source/Barcode4JReport.jrxml | 137 + jrxml_source/BookReport.jrxml | 41 + jrxml_source/BubbleChartReport.jrxml | 225 + jrxml_source/CandlestickChartReport.jrxml | 214 + jrxml_source/ChartCustomizersReport.jrxml | 99 + jrxml_source/CsvDataSourceReport.jrxml | 138 + jrxml_source/CsvQueryExecuterReport.jrxml | 128 + jrxml_source/CustomersReport.jrxml | 69 + jrxml_source/DataSourceReport1.jrxml | 118 + jrxml_source/DataSourceReport2.jrxml | 118 + jrxml_source/DataSourceReport3.jrxml | 118 + jrxml_source/DataSourceReport4.jrxml | 118 + jrxml_source/DateRangeReport.jrxml | 450 + jrxml_source/DocumentsReport.jrxml | 39 + jrxml_source/ExcelNames.jrxml | 341 + jrxml_source/ExcelXlsDataAdapterReport.jrxml | 142 + .../ExcelXlsQeDataAdapterReport.jrxml | 144 + jrxml_source/ExcelXlsxDataAdapterReport.jrxml | 141 + .../ExcelXlsxQeDataAdapterReport.jrxml | 144 + jrxml_source/FirstJasper.jrxml | 298 + jrxml_source/FontsReport.jrxml | 79 + jrxml_source/FormatPatternsMap.jrxml | 33 + jrxml_source/FormsReport.jrxml | 207 + jrxml_source/FunctionsReport.jrxml | 525 + jrxml_source/GanttChartReport.jrxml | 93 + jrxml_source/GroovyReport.jrxml | 49 + jrxml_source/HibernateQueryReport.jrxml | 92 + jrxml_source/HighLowChartReport.jrxml | 214 + jrxml_source/HorizontalListReport.jrxml | 76 + jrxml_source/HorizontalReport.jrxml | 263 + jrxml_source/HyperlinkReport.jrxml | 113 + jrxml_source/I18nReport.jrxml | 37 + jrxml_source/IconLabelReport.jrxml | 225 + jrxml_source/ImagesReport.jrxml | 257 + jrxml_source/JFreeChartReport.jrxml | 17 + jrxml_source/JavaScriptReport.jrxml | 33 + jrxml_source/JsonCustomersReport.jrxml | 66 + jrxml_source/JsonHttpDataAdapterReport.jrxml | 96 + jrxml_source/JsonOrdersReport.jrxml | 67 + jrxml_source/LandscapeReport.jrxml | 22 + jrxml_source/LateOrdersReport.jrxml | 200 + jrxml_source/LineChartReport.jrxml | 253 + jrxml_source/ListReport.jrxml | 74 + jrxml_source/MacroReport.jrxml | 162 + jrxml_source/MarkupReport.jrxml | 21 + jrxml_source/MasterReport.jrxml | 68 + jrxml_source/MeterChartReport.jrxml | 234 + jrxml_source/MultipleAxisChartReport.jrxml | 268 + jrxml_source/NoPageBreakReport.jrxml | 119 + jrxml_source/NorthwindOrdersReport.jrxml | 116 + jrxml_source/OrdersReport.jrxml | 132 + jrxml_source/OrdersReport_1.jrxml | 141 + jrxml_source/OrdersReport_2.jrxml | 67 + jrxml_source/ParagraphsReport.jrxml | 159 + jrxml_source/PdfEncryptReport.jrxml | 10 + jrxml_source/Pie3DChartReport.jrxml | 231 + jrxml_source/PieChartReport.jrxml | 170 + jrxml_source/PieChartReport_1.jrxml | 235 + jrxml_source/ProductReport.jrxml | 145 + jrxml_source/ProductsReport.jrxml | 130 + jrxml_source/QueryReport.jrxml | 110 + jrxml_source/RotationReport.jrxml | 46 + jrxml_source/ScatterChartReport.jrxml | 228 + jrxml_source/ScriptletReport.jrxml | 100 + jrxml_source/ShapesReport.jrxml | 85 + jrxml_source/ShipmentsReport.jrxml | 238 + jrxml_source/SpiderChart.jrxml | 50 + jrxml_source/StackedAreaChartReport.jrxml | 251 + jrxml_source/StackedBar3DChartReport.jrxml | 245 + jrxml_source/StackedBarChartReport.jrxml | 246 + jrxml_source/StretchReport.jrxml | 143 + jrxml_source/StyledTextReport.jrxml | 53 + jrxml_source/StylesReport.jrxml | 45 + jrxml_source/SubDatasetChartReport.jrxml | 81 + jrxml_source/TableOfContentsReport.jrxml | 41 + jrxml_source/TablePart.jrxml | 97 + jrxml_source/TableReport.jrxml | 213 + jrxml_source/TabularReport.jrxml | 188 + jrxml_source/TextReport.jrxml | 92 + jrxml_source/ThermometerChartReport.jrxml | 228 + jrxml_source/TimeSeriesChartReport.jrxml | 231 + jrxml_source/TocPart.jrxml | 81 + jrxml_source/TocReport.jrxml | 122 + jrxml_source/UnicodeReport.jrxml | 200 + jrxml_source/VirtualizerReport.jrxml | 26 + jrxml_source/XChartReport.jrxml | 20 + jrxml_source/XYAreaChartReport.jrxml | 223 + jrxml_source/XYBarChartReport.jrxml | 233 + jrxml_source/XYBarChartTimePeriodReport.jrxml | 227 + jrxml_source/XYBarChartTimeSeriesReport.jrxml | 230 + jrxml_source/XYLineChartReport.jrxml | 222 + jrxml_source/XlsDataSourceReport.jrxml | 133 + jrxml_source/XlsFeaturesReport.jrxml | 178 + jrxml_source/XlsFormulaReport.jrxml | 79 + jrxml_source/XlsxDataSourceReport.jrxml | 147 + jrxml_source/XmlHttpDataAdapterReport.jrxml | 96 + 1606 files changed, 687965 insertions(+) create mode 100644 __pycache__/jrxml_chunker.cpython-311.pyc create mode 100644 __pycache__/jrxml_chunker.cpython-314.pyc create mode 100644 collect_jrxml.py create mode 100644 down_embedding_model.py create mode 100644 embed_chunks.py create mode 100644 jrxml_banch_chunker.py create mode 100644 jrxml_chunker.py create mode 100644 jrxml_chunker_output/all_chunks.json create mode 100644 jrxml_chunker_output/per_file/Accessiblebackground_band.json create mode 100644 jrxml_chunker_output/per_file/Accessiblecomponent.json create mode 100644 jrxml_chunker_output/per_file/Accessiblecrosstab.json create mode 100644 jrxml_chunker_output/per_file/Accessibledataset_CrosstabDataset.json create mode 100644 jrxml_chunker_output/per_file/Accessibledataset_TableDataset.json create mode 100644 jrxml_chunker_output/per_file/Accessiblegroup_Group1.json create mode 100644 jrxml_chunker_output/per_file/Accessibleoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Accessiblestyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/AddresscolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/AddresscolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Addressdata_query.json create mode 100644 jrxml_chunker_output/per_file/Addressdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Addressesdata_query.json create mode 100644 jrxml_chunker_output/per_file/Addressesdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Addressesdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Addressesfield_city.json create mode 100644 jrxml_chunker_output/per_file/Addressesfield_documentId.json create mode 100644 jrxml_chunker_output/per_file/Addressesfield_documentTotal.json create mode 100644 jrxml_chunker_output/per_file/Addressesfield_firstName.json create mode 100644 jrxml_chunker_output/per_file/Addressesfield_id.json create mode 100644 jrxml_chunker_output/per_file/Addressesfield_lastName.json create mode 100644 jrxml_chunker_output/per_file/Addressesfield_street.json create mode 100644 jrxml_chunker_output/per_file/Addressesgroup_AddressGroup.json create mode 100644 jrxml_chunker_output/per_file/Addressesoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/AddressespageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/Addressesparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/Addressesstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Addressestitle_band.json create mode 100644 jrxml_chunker_output/per_file/Addressesvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Addressfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/Addressoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/AddresspageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/AddresspageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Addressparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/Addressstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Addresssummary_band.json create mode 100644 jrxml_chunker_output/per_file/Addresstitle_band.json create mode 100644 jrxml_chunker_output/per_file/AllChartschart.json create mode 100644 jrxml_chunker_output/per_file/AllChartsdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/AllChartsdataset_categoryDataset.json create mode 100644 jrxml_chunker_output/per_file/AllChartsdataset_meterDataset.json create mode 100644 jrxml_chunker_output/per_file/AllChartsdataset_pieDataset.json create mode 100644 jrxml_chunker_output/per_file/AllChartsdataset_timePeriodDataset.json create mode 100644 jrxml_chunker_output/per_file/AllChartsdataset_timeSeriesDataset.json create mode 100644 jrxml_chunker_output/per_file/AllChartsdataset_xyDataset.json create mode 100644 jrxml_chunker_output/per_file/AllChartsgroup_Charts.json create mode 100644 jrxml_chunker_output/per_file/AllChartsoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/AllChartsparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/AreaChartchart.json create mode 100644 jrxml_chunker_output/per_file/AreaChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/AreaChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/AreaChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/AreaChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/AreaChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/AreaChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/AreaChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/AreaChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/AreaChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/AreaChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/AreaChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/AreaChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/AreaChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/AreaChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/AreaChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/AreaChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/AreaChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/AreaChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/AreaChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/AreaChartgroup_ChartGroup.json create mode 100644 jrxml_chunker_output/per_file/AreaChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/AreaChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/AreaChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/AreaChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/AreaChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/AreaChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/AreaCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/AreaChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/AreaChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/AreaChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/AreaChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/AreaChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartchart.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartgroup_ChartGroup.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Bar3DCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Bar3DChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/BarChartchart.json create mode 100644 jrxml_chunker_output/per_file/BarChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/BarChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/BarChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/BarChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/BarChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/BarChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/BarChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/BarChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/BarChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/BarChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/BarChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/BarChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/BarChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/BarChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/BarChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/BarChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/BarChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/BarChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/BarChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/BarChartgroup_ChartGroup.json create mode 100644 jrxml_chunker_output/per_file/BarChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/BarChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/BarChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/BarChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/BarChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/BarChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/BarCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/BarChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/BarChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/BarChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/BarChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/BarChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/Barbecuecomponent.json create mode 100644 jrxml_chunker_output/per_file/Barbecuedata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Barbecueoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Barbecueparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/Barbecuetitle_band.json create mode 100644 jrxml_chunker_output/per_file/Barcode4Jcomponent.json create mode 100644 jrxml_chunker_output/per_file/Barcode4Jdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Barcode4Joverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Barcode4Jstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Barcode4Jtitle_band.json create mode 100644 jrxml_chunker_output/per_file/Bookdata_query.json create mode 100644 jrxml_chunker_output/per_file/Bookdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Bookdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Bookfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/Bookgroup_dummy.json create mode 100644 jrxml_chunker_output/per_file/Bookoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartchart.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/BubbleCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/BubbleChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/BubbleChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/BubbleChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/BubbleChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/BubbleChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartchart.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/CandlestickCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/CandlestickChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/ChartCustomizerschart.json create mode 100644 jrxml_chunker_output/per_file/ChartCustomizersdataset_categoryDataset.json create mode 100644 jrxml_chunker_output/per_file/ChartCustomizersdataset_xyDataset.json create mode 100644 jrxml_chunker_output/per_file/ChartCustomizersgroup_Charts.json create mode 100644 jrxml_chunker_output/per_file/ChartCustomizersoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/CsvDataSourcedata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/CsvDataSourcedetail_band.json create mode 100644 jrxml_chunker_output/per_file/CsvDataSourcefield_definitions.json create mode 100644 jrxml_chunker_output/per_file/CsvDataSourcefilter_expression.json create mode 100644 jrxml_chunker_output/per_file/CsvDataSourcegroup_CityGroup.json create mode 100644 jrxml_chunker_output/per_file/CsvDataSourcelastPageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/CsvDataSourceoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/CsvDataSourcepageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/CsvDataSourcepageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/CsvDataSourceparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/CsvDataSourcesort_field_definitions.json create mode 100644 jrxml_chunker_output/per_file/CsvDataSourcestyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/CsvDataSourcetitle_band.json create mode 100644 jrxml_chunker_output/per_file/CsvDataSourcevariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/CsvQueryExecuterdata_query.json create mode 100644 jrxml_chunker_output/per_file/CsvQueryExecuterdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/CsvQueryExecuterdetail_band.json create mode 100644 jrxml_chunker_output/per_file/CsvQueryExecuterfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/CsvQueryExecuterfilter_expression.json create mode 100644 jrxml_chunker_output/per_file/CsvQueryExecutergroup_CityGroup.json create mode 100644 jrxml_chunker_output/per_file/CsvQueryExecuterlastPageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/CsvQueryExecuteroverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/CsvQueryExecuterpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/CsvQueryExecuterpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/CsvQueryExecuterparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/CsvQueryExecutersort_field_definitions.json create mode 100644 jrxml_chunker_output/per_file/CsvQueryExecuterstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/CsvQueryExecutertitle_band.json create mode 100644 jrxml_chunker_output/per_file/CsvQueryExecutervariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/Customersdata_query.json create mode 100644 jrxml_chunker_output/per_file/Customersdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Customersdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Customersfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/Customersoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/CustomerspageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/CustomerspageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Customersstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Customerssubreport.json create mode 100644 jrxml_chunker_output/per_file/Customerstitle_band.json create mode 100644 jrxml_chunker_output/per_file/DataSourcedata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/DataSourcedetail_band.json create mode 100644 jrxml_chunker_output/per_file/DataSourcefield_definitions.json create mode 100644 jrxml_chunker_output/per_file/DataSourcegroup_CityGroup.json create mode 100644 jrxml_chunker_output/per_file/DataSourcelastPageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/DataSourceoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/DataSourcepageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/DataSourcepageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/DataSourceparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/DataSourcestyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/DataSourcetitle_band.json create mode 100644 jrxml_chunker_output/per_file/DataSourcevariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/DateRangedata_query.json create mode 100644 jrxml_chunker_output/per_file/DateRangedata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/DateRangedetail_band.json create mode 100644 jrxml_chunker_output/per_file/DateRangefield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/DateRangefield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/DateRangefield_Freight.json create mode 100644 jrxml_chunker_output/per_file/DateRangefield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/DateRangefield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/DateRangefield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/DateRangefield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/DateRangefield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/DateRangefield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/DateRangefield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/DateRangefield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/DateRangefield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/DateRangefield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/DateRangefield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/DateRangegroup_CityGroup.json create mode 100644 jrxml_chunker_output/per_file/DateRangegroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/DateRangeoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/DateRangepageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/DateRangepageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/DateRangeparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/DateRangestyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/DateRangetitle_band.json create mode 100644 jrxml_chunker_output/per_file/Documentsdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Documentsfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/Documentsoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/DocumentspageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Documentssort_field_definitions.json create mode 100644 jrxml_chunker_output/per_file/Documentsstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Documentssummary_band.json create mode 100644 jrxml_chunker_output/per_file/Documentstitle_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelNames_data_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/ExcelNames_detail_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelNames_group_Group1.json create mode 100644 jrxml_chunker_output/per_file/ExcelNames_overall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/ExcelNames_pageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelNames_pageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelNames_style_definitions.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdapterdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdapterdetail_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdapterfield_address.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdapterfield_city.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdapterfield_date.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdapterfield_id.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdapterfield_name.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdapterfield_state.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdapterfilter_expression.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdaptergroup_CityGroup.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdapterlastPageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdapteroverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdapterpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdapterpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdapterparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdaptersort_field_definitions.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdapterstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdaptertitle_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsDataAdaptervariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdapterdata_query.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdapterdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdapterdetail_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdapterfield_address.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdapterfield_city.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdapterfield_date.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdapterfield_id.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdapterfield_name.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdapterfield_state.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdapterfilter_expression.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdaptergroup_CityGroup.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdapterlastPageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdapteroverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdapterpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdapterpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdapterparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdaptersort_field_definitions.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdapterstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdaptertitle_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsQeDataAdaptervariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdapterdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdapterdetail_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdapterfield_address.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdapterfield_city.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdapterfield_date.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdapterfield_id.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdapterfield_name.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdapterfield_state.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdapterfilter_expression.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdaptergroup_CityGroup.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdapterlastPageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdapteroverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdapterpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdapterpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdapterparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdaptersort_field_definitions.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdapterstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdaptertitle_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxDataAdaptervariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdapterdata_query.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdapterdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdapterdetail_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdapterfield_address.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdapterfield_city.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdapterfield_date.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdapterfield_id.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdapterfield_name.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdapterfield_state.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdapterfilter_expression.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdaptergroup_CityGroup.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdapterlastPageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdapteroverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdapterpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdapterpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdapterparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdaptersort_field_definitions.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdapterstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdaptertitle_band.json create mode 100644 jrxml_chunker_output/per_file/ExcelXlsxQeDataAdaptervariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_columnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_columnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_data_query.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_data_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_detail_band.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_field_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_field_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_field_Freight.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_field_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_field_OrderID.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_field_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_field_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_field_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_field_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_field_ShipName.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_field_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_field_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_field_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_field_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_group_BreakGroup.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_group_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_group_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_overall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_pageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_pageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_parameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_style_definitions.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_summary_band.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_title_band.json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/Fontsdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Fontsoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Fontstitle_band.json create mode 100644 jrxml_chunker_output/per_file/FormatPatternsMap_overall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/FormatPatternsMap_style_definitions.json create mode 100644 jrxml_chunker_output/per_file/FormatPatternsMap_title_band.json create mode 100644 jrxml_chunker_output/per_file/Formsdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Formsgroup_Dummy.json create mode 100644 jrxml_chunker_output/per_file/Formsoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Functionscomponent.json create mode 100644 jrxml_chunker_output/per_file/Functionsdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Functionsdataset_FunctionsDataset.json create mode 100644 jrxml_chunker_output/per_file/Functionsdataset_ParametersDataset.json create mode 100644 jrxml_chunker_output/per_file/Functionsdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Functionsfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/Functionsgroup_Group1.json create mode 100644 jrxml_chunker_output/per_file/Functionsgroup_categoryGroup.json create mode 100644 jrxml_chunker_output/per_file/Functionsoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/FunctionspageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/Functionssort_field_definitions.json create mode 100644 jrxml_chunker_output/per_file/Functionsstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Functionstitle_band.json create mode 100644 jrxml_chunker_output/per_file/GanttChartchart.json create mode 100644 jrxml_chunker_output/per_file/GanttChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/GanttChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/GanttChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/GanttChartfield_EndTimestamp.json create mode 100644 jrxml_chunker_output/per_file/GanttChartfield_Percent.json create mode 100644 jrxml_chunker_output/per_file/GanttChartfield_Series.json create mode 100644 jrxml_chunker_output/per_file/GanttChartfield_StartTimestamp.json create mode 100644 jrxml_chunker_output/per_file/GanttChartfield_Subtask.json create mode 100644 jrxml_chunker_output/per_file/GanttChartfield_Task.json create mode 100644 jrxml_chunker_output/per_file/GanttChartgroup_TaskGroup.json create mode 100644 jrxml_chunker_output/per_file/GanttChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/GanttChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/GanttCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/Groovydata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Groovyoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Groovyparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/Groovytitle_band.json create mode 100644 jrxml_chunker_output/per_file/HibernateQuerydata_query.json create mode 100644 jrxml_chunker_output/per_file/HibernateQuerydata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/HibernateQuerydetail_band.json create mode 100644 jrxml_chunker_output/per_file/HibernateQueryfield_city.json create mode 100644 jrxml_chunker_output/per_file/HibernateQueryfield_documents.json create mode 100644 jrxml_chunker_output/per_file/HibernateQueryfield_firstName.json create mode 100644 jrxml_chunker_output/per_file/HibernateQueryfield_id.json create mode 100644 jrxml_chunker_output/per_file/HibernateQueryfield_lastName.json create mode 100644 jrxml_chunker_output/per_file/HibernateQueryfield_street.json create mode 100644 jrxml_chunker_output/per_file/HibernateQuerygroup_CityGroup.json create mode 100644 jrxml_chunker_output/per_file/HibernateQueryoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/HibernateQuerypageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/HibernateQuerypageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/HibernateQueryparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/HibernateQuerystyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/HibernateQuerysubreport.json create mode 100644 jrxml_chunker_output/per_file/HibernateQuerysummary_band.json create mode 100644 jrxml_chunker_output/per_file/HibernateQuerytitle_band.json create mode 100644 jrxml_chunker_output/per_file/HibernateQueryvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/HighLowChartchart.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/HighLowCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/HighLowChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/HighLowChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/HighLowChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/HighLowChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/HighLowChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/HorizontalListcomponent.json create mode 100644 jrxml_chunker_output/per_file/HorizontalListdata_query.json create mode 100644 jrxml_chunker_output/per_file/HorizontalListdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/HorizontalListdataset_Addresses.json create mode 100644 jrxml_chunker_output/per_file/HorizontalListdetail_band.json create mode 100644 jrxml_chunker_output/per_file/HorizontalListfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/HorizontalListoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/HorizontalListpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/HorizontalListpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/HorizontalListstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/HorizontalListtitle_band.json create mode 100644 jrxml_chunker_output/per_file/HorizontalcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/HorizontalcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Horizontaldata_query.json create mode 100644 jrxml_chunker_output/per_file/Horizontaldata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Horizontaldetail_band.json create mode 100644 jrxml_chunker_output/per_file/Horizontalfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/Horizontalfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/Horizontalfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/Horizontalfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/Horizontalfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/Horizontalfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/Horizontalfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/Horizontalfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/Horizontalfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/Horizontalfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/Horizontalfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/Horizontalfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/Horizontalfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/Horizontalfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/Horizontalgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/Horizontalgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/Horizontaloverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/HorizontalpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/HorizontalpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Horizontalparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/Horizontalstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Horizontalsummary_band.json create mode 100644 jrxml_chunker_output/per_file/Horizontaltitle_band.json create mode 100644 jrxml_chunker_output/per_file/Horizontalvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Horizontalvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Horizontalvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Horizontalvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Horizontalvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/Hyperlinkbackground_band.json create mode 100644 jrxml_chunker_output/per_file/Hyperlinkdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Hyperlinkoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/HyperlinkpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/HyperlinkpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Hyperlinksummary_band.json create mode 100644 jrxml_chunker_output/per_file/Hyperlinktitle_band.json create mode 100644 jrxml_chunker_output/per_file/I18ndata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/I18noverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/I18nparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/I18ntitle_band.json create mode 100644 jrxml_chunker_output/per_file/IconLabelcomponent.json create mode 100644 jrxml_chunker_output/per_file/IconLabeldata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/IconLabelgroup_Dummy.json create mode 100644 jrxml_chunker_output/per_file/IconLabeloverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/IconLabelstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Imagesdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Imagesgroup_dummy.json create mode 100644 jrxml_chunker_output/per_file/Imagesoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Imagesstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/JFreeChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/JFreeChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/JFreeCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/JFreeChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/JavaScriptdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/JavaScriptoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/JavaScriptparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/JavaScripttitle_band.json create mode 100644 jrxml_chunker_output/per_file/JsonCustomersdata_query.json create mode 100644 jrxml_chunker_output/per_file/JsonCustomersdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/JsonCustomersdetail_band.json create mode 100644 jrxml_chunker_output/per_file/JsonCustomersfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/JsonCustomersoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/JsonCustomerspageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/JsonCustomerspageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/JsonCustomersstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/JsonCustomerssubreport.json create mode 100644 jrxml_chunker_output/per_file/JsonCustomerstitle_band.json create mode 100644 jrxml_chunker_output/per_file/JsonHttpDataAdaptercomponent.json create mode 100644 jrxml_chunker_output/per_file/JsonHttpDataAdapterdata_query.json create mode 100644 jrxml_chunker_output/per_file/JsonHttpDataAdapterdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/JsonHttpDataAdapterdataset_FetchDataset.json create mode 100644 jrxml_chunker_output/per_file/JsonHttpDataAdapterdataset_MoviesDataset.json create mode 100644 jrxml_chunker_output/per_file/JsonHttpDataAdapterdetail_band.json create mode 100644 jrxml_chunker_output/per_file/JsonHttpDataAdapterfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/JsonHttpDataAdapteroverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/JsonHttpDataAdapterpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/JsonHttpDataAdapterpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/JsonHttpDataAdaptertitle_band.json create mode 100644 jrxml_chunker_output/per_file/JsonOrdersdata_query.json create mode 100644 jrxml_chunker_output/per_file/JsonOrdersdetail_band.json create mode 100644 jrxml_chunker_output/per_file/JsonOrdersfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/JsonOrdersoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/JsonOrderspageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/JsonOrdersparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/JsonOrdersstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/JsonOrderssummary_band.json create mode 100644 jrxml_chunker_output/per_file/JsonOrdersvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/Landscapedata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Landscapeoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Landscapetitle_band.json create mode 100644 jrxml_chunker_output/per_file/LateOrderscrosstab.json create mode 100644 jrxml_chunker_output/per_file/LateOrdersdata_query.json create mode 100644 jrxml_chunker_output/per_file/LateOrdersdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/LateOrdersdetail_band.json create mode 100644 jrxml_chunker_output/per_file/LateOrdersfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/LateOrdersfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/LateOrdersfield_OrderId.json create mode 100644 jrxml_chunker_output/per_file/LateOrdersfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/LateOrdersfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/LateOrdersfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/LateOrdersoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/LateOrderspageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/LateOrdersstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/LateOrderssummary_band.json create mode 100644 jrxml_chunker_output/per_file/LateOrderstitle_band.json create mode 100644 jrxml_chunker_output/per_file/LateOrdersvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/LineChartchart.json create mode 100644 jrxml_chunker_output/per_file/LineChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/LineChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/LineChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/LineChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/LineChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/LineChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/LineChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/LineChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/LineChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/LineChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/LineChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/LineChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/LineChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/LineChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/LineChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/LineChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/LineChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/LineChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/LineChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/LineChartgroup_ChartGroup.json create mode 100644 jrxml_chunker_output/per_file/LineChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/LineChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/LineChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/LineChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/LineChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/LineChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/LineCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/LineChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/LineChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/LineChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/LineChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/LineChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/Listcomponent.json create mode 100644 jrxml_chunker_output/per_file/Listdata_query.json create mode 100644 jrxml_chunker_output/per_file/Listdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Listdataset_Addresses.json create mode 100644 jrxml_chunker_output/per_file/Listdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Listfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/Listoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/ListpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/ListpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Liststyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Listtitle_band.json create mode 100644 jrxml_chunker_output/per_file/Macrodata_query.json create mode 100644 jrxml_chunker_output/per_file/Macrodata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Macrodetail_band.json create mode 100644 jrxml_chunker_output/per_file/Macrofield_definitions.json create mode 100644 jrxml_chunker_output/per_file/Macrogroup_cityGroup.json create mode 100644 jrxml_chunker_output/per_file/Macrogroup_initialNameGroup.json create mode 100644 jrxml_chunker_output/per_file/Macrooverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/MacropageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Macroparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/Macrosort_field_definitions.json create mode 100644 jrxml_chunker_output/per_file/Macrostyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Markupdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Markupoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Markupparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/Markupstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Markuptitle_band.json create mode 100644 jrxml_chunker_output/per_file/Masterdata_query.json create mode 100644 jrxml_chunker_output/per_file/Masterdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Masterdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Masterfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/Masteroverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/MasterpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/MasterpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Masterparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/Masterstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Mastersubreport.json create mode 100644 jrxml_chunker_output/per_file/Mastertitle_band.json create mode 100644 jrxml_chunker_output/per_file/Mastervariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/MeterChartchart.json create mode 100644 jrxml_chunker_output/per_file/MeterChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/MeterChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/MeterChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/MeterChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/MeterChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/MeterChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/MeterChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/MeterChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/MeterChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/MeterChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/MeterChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/MeterChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/MeterChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/MeterChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/MeterChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/MeterChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/MeterChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/MeterChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/MeterChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/MeterChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/MeterChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/MeterChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/MeterChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/MeterChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/MeterChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/MeterCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/MeterChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/MeterChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/MeterChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/MeterChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/MeterChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartbackground_band.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartchart.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartgroup_CityGroup.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartsummary_band.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/MultipleAxisChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/NoPageBreakdata_query.json create mode 100644 jrxml_chunker_output/per_file/NoPageBreakdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/NoPageBreakdetail_band.json create mode 100644 jrxml_chunker_output/per_file/NoPageBreakfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/NoPageBreakgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/NoPageBreakgroup_ShipCountryGroup.json create mode 100644 jrxml_chunker_output/per_file/NoPageBreakoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/NoPageBreakparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/NoPageBreakstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/NoPageBreaksummary_band.json create mode 100644 jrxml_chunker_output/per_file/NoPageBreaktitle_band.json create mode 100644 jrxml_chunker_output/per_file/NoPageBreakvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/NoPageBreakvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/NoPageBreakvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/NorthwindOrdersdata_query.json create mode 100644 jrxml_chunker_output/per_file/NorthwindOrdersdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/NorthwindOrdersdetail_band.json create mode 100644 jrxml_chunker_output/per_file/NorthwindOrdersfield_CompanyName.json create mode 100644 jrxml_chunker_output/per_file/NorthwindOrdersfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/NorthwindOrdersfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/NorthwindOrdersfield_Id.json create mode 100644 jrxml_chunker_output/per_file/NorthwindOrdersfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/NorthwindOrdersfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/NorthwindOrdersgroup_CustomerIdGroup.json create mode 100644 jrxml_chunker_output/per_file/NorthwindOrdersoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/NorthwindOrderspageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/NorthwindOrderspageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/NorthwindOrdersstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/NorthwindOrderstitle_band.json create mode 100644 jrxml_chunker_output/per_file/NorthwindOrdersvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Orderscrosstab.json create mode 100644 jrxml_chunker_output/per_file/Ordersdata_query.json create mode 100644 jrxml_chunker_output/per_file/Ordersdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Ordersdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Ordersfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/Ordersoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/OrderspageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Ordersparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/Ordersstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Orderssummary_band.json create mode 100644 jrxml_chunker_output/per_file/Orderstitle_band.json create mode 100644 jrxml_chunker_output/per_file/Ordersvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/Paragraphsdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Paragraphsgroup_MyGroup.json create mode 100644 jrxml_chunker_output/per_file/Paragraphsoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Paragraphsstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/PdfEncryptdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/PdfEncryptoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/PdfEncrypttitle_band.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartchart.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartgroup_ChartGroup.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Pie3DCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Pie3DChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/PieChartchart.json create mode 100644 jrxml_chunker_output/per_file/PieChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/PieChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/PieChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/PieChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/PieChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/PieChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/PieChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/PieChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/PieChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/PieChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/PieChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/PieChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/PieChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/PieChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/PieChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/PieChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/PieChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/PieChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/PieChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/PieChartgroup_ChartGroup.json create mode 100644 jrxml_chunker_output/per_file/PieChartgroup_CityGroup.json create mode 100644 jrxml_chunker_output/per_file/PieChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/PieChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/PieChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/PieChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/PieChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/PieChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/PieCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/PieChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/PieChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/PieChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/PieChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/PieChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/ProductcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/ProductcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Productdata_query.json create mode 100644 jrxml_chunker_output/per_file/Productfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/Productgroup_ProductGroup.json create mode 100644 jrxml_chunker_output/per_file/ProductnoData_band.json create mode 100644 jrxml_chunker_output/per_file/Productoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/ProductpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/ProductpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Productparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/Productscrosstab.json create mode 100644 jrxml_chunker_output/per_file/Productsdata_query.json create mode 100644 jrxml_chunker_output/per_file/Productsdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Productsdataset_Customer_Quantity.json create mode 100644 jrxml_chunker_output/per_file/Productsdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Productsfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/Productsoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Productsstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Productstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Productsummary_band.json create mode 100644 jrxml_chunker_output/per_file/Producttitle_band.json create mode 100644 jrxml_chunker_output/per_file/Productvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Productvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/Querybackground_band.json create mode 100644 jrxml_chunker_output/per_file/Querydata_query.json create mode 100644 jrxml_chunker_output/per_file/Querydata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Querydetail_band.json create mode 100644 jrxml_chunker_output/per_file/Queryfield_City.json create mode 100644 jrxml_chunker_output/per_file/Queryfield_ConditionalField.json create mode 100644 jrxml_chunker_output/per_file/Queryfield_FirstName.json create mode 100644 jrxml_chunker_output/per_file/Queryfield_Id.json create mode 100644 jrxml_chunker_output/per_file/Queryfield_LastName.json create mode 100644 jrxml_chunker_output/per_file/Queryfield_Street.json create mode 100644 jrxml_chunker_output/per_file/Querygroup_CityGroup.json create mode 100644 jrxml_chunker_output/per_file/Queryoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/QuerypageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/QuerypageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Queryparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/Querysummary_band.json create mode 100644 jrxml_chunker_output/per_file/Querytitle_band.json create mode 100644 jrxml_chunker_output/per_file/Queryvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Rotationdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Rotationoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Rotationstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Rotationtitle_band.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartchart.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/ScatterCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/ScatterChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/ScatterChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/ScatterChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/ScatterChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/ScatterChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/Scriptletdata_query.json create mode 100644 jrxml_chunker_output/per_file/Scriptletdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Scriptletdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Scriptletfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/Scriptletgroup_CityGroup.json create mode 100644 jrxml_chunker_output/per_file/Scriptletoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/ScriptletpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/ScriptletpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Scriptletparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/Scriptletstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Scriptletsummary_band.json create mode 100644 jrxml_chunker_output/per_file/Scriptlettitle_band.json create mode 100644 jrxml_chunker_output/per_file/Scriptletvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Scriptletvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/Shapesdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Shapesoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Shapestitle_band.json create mode 100644 jrxml_chunker_output/per_file/Shipmentscrosstab.json create mode 100644 jrxml_chunker_output/per_file/Shipmentsdata_query.json create mode 100644 jrxml_chunker_output/per_file/Shipmentsdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Shipmentsdataset_Country_Orders.json create mode 100644 jrxml_chunker_output/per_file/Shipmentsdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Shipmentsfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/Shipmentsoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Shipmentsstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/SpiderChart_component.json create mode 100644 jrxml_chunker_output/per_file/SpiderChart_data_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/SpiderChart_field_definitions.json create mode 100644 jrxml_chunker_output/per_file/SpiderChart_group_category.json create mode 100644 jrxml_chunker_output/per_file/SpiderChart_overall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/SpiderChart_summary_band.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartchart.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartgroup_ChartGroup.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/StackedAreaChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartchart.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartgroup_ChartGroup.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/StackedBar3DChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartchart.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartgroup_ChartGroup.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/StackedBarCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/StackedBarChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/Stretchdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Stretchdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Stretchoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/StretchpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/StretchpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Stretchtitle_band.json create mode 100644 jrxml_chunker_output/per_file/StyledTextdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/StyledTextoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/StyledTextstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/StyledTexttitle_band.json create mode 100644 jrxml_chunker_output/per_file/Stylesdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Stylesoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Stylesstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Stylestitle_band.json create mode 100644 jrxml_chunker_output/per_file/SubDatasetChartchart.json create mode 100644 jrxml_chunker_output/per_file/SubDatasetChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/SubDatasetChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/SubDatasetChartdataset_Country_Orders.json create mode 100644 jrxml_chunker_output/per_file/SubDatasetChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/SubDatasetChartfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/SubDatasetChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/SubDatasetChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/SubDatasetChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/SubDatasetCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/TableOfContentsdata_query.json create mode 100644 jrxml_chunker_output/per_file/TableOfContentsdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/TableOfContentsfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/TableOfContentsgroup_dummy.json create mode 100644 jrxml_chunker_output/per_file/TableOfContentsoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/TableOfContentsparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/TablePart_data_query.json create mode 100644 jrxml_chunker_output/per_file/TablePart_detail_band.json create mode 100644 jrxml_chunker_output/per_file/TablePart_field_definitions.json create mode 100644 jrxml_chunker_output/per_file/TablePart_group_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/TablePart_group_ShipCountryGroup.json create mode 100644 jrxml_chunker_output/per_file/TablePart_group_SummaryDummyGroup.json create mode 100644 jrxml_chunker_output/per_file/TablePart_overall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/TablePart_pageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/TablePart_pageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/TablePart_parameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/TablePart_style_definitions.json create mode 100644 jrxml_chunker_output/per_file/TablePart_variable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/TablePart_variable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/Tablecomponent.json create mode 100644 jrxml_chunker_output/per_file/Tabledata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Tabledataset_TableData.json create mode 100644 jrxml_chunker_output/per_file/Tableoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Tableparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/Tablestyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Tabletitle_band.json create mode 100644 jrxml_chunker_output/per_file/TabularcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/Tabulardata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Tabulardetail_band.json create mode 100644 jrxml_chunker_output/per_file/Tabularoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/TabularpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Tabularstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Tabulartitle_band.json create mode 100644 jrxml_chunker_output/per_file/Textbackground_band.json create mode 100644 jrxml_chunker_output/per_file/TextcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/TextcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Textdata_query.json create mode 100644 jrxml_chunker_output/per_file/Textdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Textdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Textfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/Textgroup_CityGroup.json create mode 100644 jrxml_chunker_output/per_file/Textoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/TextpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/TextpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/Textparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/Textstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Textsummary_band.json create mode 100644 jrxml_chunker_output/per_file/Texttitle_band.json create mode 100644 jrxml_chunker_output/per_file/Textvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartchart.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/ThermometerCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/ThermometerChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartchart.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartgroup_MonthGroup.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/TimeSeriesChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/TocPart_detail_band.json create mode 100644 jrxml_chunker_output/per_file/TocPart_field_definitions.json create mode 100644 jrxml_chunker_output/per_file/TocPart_overall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/TocPart_pageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/TocPart_parameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/TocPart_style_definitions.json create mode 100644 jrxml_chunker_output/per_file/TocPart_title_band.json create mode 100644 jrxml_chunker_output/per_file/Tocbackground_band.json create mode 100644 jrxml_chunker_output/per_file/Tocdata_query.json create mode 100644 jrxml_chunker_output/per_file/Tocdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Tocdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Tocfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/Tocoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Tocstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Toctitle_band.json create mode 100644 jrxml_chunker_output/per_file/Tocvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/Unicodedata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Unicodeoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/Unicodeparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/Unicodestyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/Unicodesummary_band.json create mode 100644 jrxml_chunker_output/per_file/Unicodetitle_band.json create mode 100644 jrxml_chunker_output/per_file/Virtualizerdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/Virtualizerdetail_band.json create mode 100644 jrxml_chunker_output/per_file/Virtualizeroverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/VirtualizerpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/Virtualizertitle_band.json create mode 100644 jrxml_chunker_output/per_file/Virtualizervariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/XChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/XChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/XCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/XChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartchart.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/XYAreaCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYAreaChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodchart.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePerioddata_query.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePerioddata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePerioddetail_band.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodtitle_band.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimePeriodvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSerieschart.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriescolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriescolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesdata_query.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesdetail_band.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesgroup_MonthGroup.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriespageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriestitle_band.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYBarChartTimeSeriesvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYBarChartchart.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartgroup_OrderIDBucketGroup.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/XYBarCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/XYBarChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYBarChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYBarChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYBarChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYBarChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYLineChartchart.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartcolumnFooter_band.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartcolumnHeader_band.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartdata_query.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartdetail_band.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartfield_CustomerID.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartfield_EmployeeID.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartfield_Freight.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartfield_OrderDate.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartfield_OrderID.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartfield_RequiredDate.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartfield_ShipAddress.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartfield_ShipCity.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartfield_ShipCountry.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartfield_ShipName.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartfield_ShipPostalCode.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartfield_ShipRegion.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartfield_ShipVia.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartfield_ShippedDate.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartgroup_CountryGroup.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartgroup_FirstLetterGroup.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/XYLineCharttitle_band.json create mode 100644 jrxml_chunker_output/per_file/XYLineChartvariable_definitions_(Column_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYLineChartvariable_definitions_(Group_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYLineChartvariable_definitions_(None_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYLineChartvariable_definitions_(Page_level_reset).json create mode 100644 jrxml_chunker_output/per_file/XYLineChartvariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/XlsDataSourcedata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/XlsDataSourcedetail_band.json create mode 100644 jrxml_chunker_output/per_file/XlsDataSourcefield_definitions.json create mode 100644 jrxml_chunker_output/per_file/XlsDataSourcefilter_expression.json create mode 100644 jrxml_chunker_output/per_file/XlsDataSourcegroup_CityGroup.json create mode 100644 jrxml_chunker_output/per_file/XlsDataSourcelastPageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/XlsDataSourceoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/XlsDataSourcepageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/XlsDataSourcepageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/XlsDataSourceparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/XlsDataSourcesort_field_definitions.json create mode 100644 jrxml_chunker_output/per_file/XlsDataSourcestyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/XlsDataSourcetitle_band.json create mode 100644 jrxml_chunker_output/per_file/XlsDataSourcevariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/XlsFeaturesdata_query.json create mode 100644 jrxml_chunker_output/per_file/XlsFeaturesdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/XlsFeaturesdetail_band.json create mode 100644 jrxml_chunker_output/per_file/XlsFeaturesfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/XlsFeaturesgroup_cityGroup.json create mode 100644 jrxml_chunker_output/per_file/XlsFeaturesgroup_initialNameGroup.json create mode 100644 jrxml_chunker_output/per_file/XlsFeaturesoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/XlsFeaturespageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/XlsFeaturesparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/XlsFeaturessort_field_definitions.json create mode 100644 jrxml_chunker_output/per_file/XlsFeaturesstyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/XlsFormuladata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/XlsFormulaoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/XlsFormulatitle_band.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourcedata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourcedetail_band.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourcefield_address.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourcefield_city.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourcefield_date.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourcefield_id.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourcefield_name.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourcefield_state.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourcefilter_expression.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourcegroup_CityGroup.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourcelastPageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourceoverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourcepageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourcepageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourceparameter_definitions.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourcesort_field_definitions.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourcestyle_definitions.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourcetitle_band.json create mode 100644 jrxml_chunker_output/per_file/XlsxDataSourcevariable_definitions_(level_reset).json create mode 100644 jrxml_chunker_output/per_file/XmlHttpDataAdaptercomponent.json create mode 100644 jrxml_chunker_output/per_file/XmlHttpDataAdapterdata_query.json create mode 100644 jrxml_chunker_output/per_file/XmlHttpDataAdapterdata_source_configuration.json create mode 100644 jrxml_chunker_output/per_file/XmlHttpDataAdapterdataset_FetchDataset.json create mode 100644 jrxml_chunker_output/per_file/XmlHttpDataAdapterdataset_MoviesDataset.json create mode 100644 jrxml_chunker_output/per_file/XmlHttpDataAdapterdetail_band.json create mode 100644 jrxml_chunker_output/per_file/XmlHttpDataAdapterfield_definitions.json create mode 100644 jrxml_chunker_output/per_file/XmlHttpDataAdapteroverall_structure_overview.json create mode 100644 jrxml_chunker_output/per_file/XmlHttpDataAdapterpageFooter_band.json create mode 100644 jrxml_chunker_output/per_file/XmlHttpDataAdapterpageHeader_band.json create mode 100644 jrxml_chunker_output/per_file/XmlHttpDataAdaptertitle_band.json create mode 100644 jrxml_chunker_output/processing_stats.json create mode 100644 jrxml_source/AccessibleReport.jrxml create mode 100644 jrxml_source/AddressReport.jrxml create mode 100644 jrxml_source/AddressesReport.jrxml create mode 100644 jrxml_source/AllChartsReport.jrxml create mode 100644 jrxml_source/AreaChartReport.jrxml create mode 100644 jrxml_source/Bar3DChartReport.jrxml create mode 100644 jrxml_source/BarChartReport.jrxml create mode 100644 jrxml_source/BarbecueReport.jrxml create mode 100644 jrxml_source/Barcode4JReport.jrxml create mode 100644 jrxml_source/BookReport.jrxml create mode 100644 jrxml_source/BubbleChartReport.jrxml create mode 100644 jrxml_source/CandlestickChartReport.jrxml create mode 100644 jrxml_source/ChartCustomizersReport.jrxml create mode 100644 jrxml_source/CsvDataSourceReport.jrxml create mode 100644 jrxml_source/CsvQueryExecuterReport.jrxml create mode 100644 jrxml_source/CustomersReport.jrxml create mode 100644 jrxml_source/DataSourceReport1.jrxml create mode 100644 jrxml_source/DataSourceReport2.jrxml create mode 100644 jrxml_source/DataSourceReport3.jrxml create mode 100644 jrxml_source/DataSourceReport4.jrxml create mode 100644 jrxml_source/DateRangeReport.jrxml create mode 100644 jrxml_source/DocumentsReport.jrxml create mode 100644 jrxml_source/ExcelNames.jrxml create mode 100644 jrxml_source/ExcelXlsDataAdapterReport.jrxml create mode 100644 jrxml_source/ExcelXlsQeDataAdapterReport.jrxml create mode 100644 jrxml_source/ExcelXlsxDataAdapterReport.jrxml create mode 100644 jrxml_source/ExcelXlsxQeDataAdapterReport.jrxml create mode 100644 jrxml_source/FirstJasper.jrxml create mode 100644 jrxml_source/FontsReport.jrxml create mode 100644 jrxml_source/FormatPatternsMap.jrxml create mode 100644 jrxml_source/FormsReport.jrxml create mode 100644 jrxml_source/FunctionsReport.jrxml create mode 100644 jrxml_source/GanttChartReport.jrxml create mode 100644 jrxml_source/GroovyReport.jrxml create mode 100644 jrxml_source/HibernateQueryReport.jrxml create mode 100644 jrxml_source/HighLowChartReport.jrxml create mode 100644 jrxml_source/HorizontalListReport.jrxml create mode 100644 jrxml_source/HorizontalReport.jrxml create mode 100644 jrxml_source/HyperlinkReport.jrxml create mode 100644 jrxml_source/I18nReport.jrxml create mode 100644 jrxml_source/IconLabelReport.jrxml create mode 100644 jrxml_source/ImagesReport.jrxml create mode 100644 jrxml_source/JFreeChartReport.jrxml create mode 100644 jrxml_source/JavaScriptReport.jrxml create mode 100644 jrxml_source/JsonCustomersReport.jrxml create mode 100644 jrxml_source/JsonHttpDataAdapterReport.jrxml create mode 100644 jrxml_source/JsonOrdersReport.jrxml create mode 100644 jrxml_source/LandscapeReport.jrxml create mode 100644 jrxml_source/LateOrdersReport.jrxml create mode 100644 jrxml_source/LineChartReport.jrxml create mode 100644 jrxml_source/ListReport.jrxml create mode 100644 jrxml_source/MacroReport.jrxml create mode 100644 jrxml_source/MarkupReport.jrxml create mode 100644 jrxml_source/MasterReport.jrxml create mode 100644 jrxml_source/MeterChartReport.jrxml create mode 100644 jrxml_source/MultipleAxisChartReport.jrxml create mode 100644 jrxml_source/NoPageBreakReport.jrxml create mode 100644 jrxml_source/NorthwindOrdersReport.jrxml create mode 100644 jrxml_source/OrdersReport.jrxml create mode 100644 jrxml_source/OrdersReport_1.jrxml create mode 100644 jrxml_source/OrdersReport_2.jrxml create mode 100644 jrxml_source/ParagraphsReport.jrxml create mode 100644 jrxml_source/PdfEncryptReport.jrxml create mode 100644 jrxml_source/Pie3DChartReport.jrxml create mode 100644 jrxml_source/PieChartReport.jrxml create mode 100644 jrxml_source/PieChartReport_1.jrxml create mode 100644 jrxml_source/ProductReport.jrxml create mode 100644 jrxml_source/ProductsReport.jrxml create mode 100644 jrxml_source/QueryReport.jrxml create mode 100644 jrxml_source/RotationReport.jrxml create mode 100644 jrxml_source/ScatterChartReport.jrxml create mode 100644 jrxml_source/ScriptletReport.jrxml create mode 100644 jrxml_source/ShapesReport.jrxml create mode 100644 jrxml_source/ShipmentsReport.jrxml create mode 100644 jrxml_source/SpiderChart.jrxml create mode 100644 jrxml_source/StackedAreaChartReport.jrxml create mode 100644 jrxml_source/StackedBar3DChartReport.jrxml create mode 100644 jrxml_source/StackedBarChartReport.jrxml create mode 100644 jrxml_source/StretchReport.jrxml create mode 100644 jrxml_source/StyledTextReport.jrxml create mode 100644 jrxml_source/StylesReport.jrxml create mode 100644 jrxml_source/SubDatasetChartReport.jrxml create mode 100644 jrxml_source/TableOfContentsReport.jrxml create mode 100644 jrxml_source/TablePart.jrxml create mode 100644 jrxml_source/TableReport.jrxml create mode 100644 jrxml_source/TabularReport.jrxml create mode 100644 jrxml_source/TextReport.jrxml create mode 100644 jrxml_source/ThermometerChartReport.jrxml create mode 100644 jrxml_source/TimeSeriesChartReport.jrxml create mode 100644 jrxml_source/TocPart.jrxml create mode 100644 jrxml_source/TocReport.jrxml create mode 100644 jrxml_source/UnicodeReport.jrxml create mode 100644 jrxml_source/VirtualizerReport.jrxml create mode 100644 jrxml_source/XChartReport.jrxml create mode 100644 jrxml_source/XYAreaChartReport.jrxml create mode 100644 jrxml_source/XYBarChartReport.jrxml create mode 100644 jrxml_source/XYBarChartTimePeriodReport.jrxml create mode 100644 jrxml_source/XYBarChartTimeSeriesReport.jrxml create mode 100644 jrxml_source/XYLineChartReport.jrxml create mode 100644 jrxml_source/XlsDataSourceReport.jrxml create mode 100644 jrxml_source/XlsFeaturesReport.jrxml create mode 100644 jrxml_source/XlsFormulaReport.jrxml create mode 100644 jrxml_source/XlsxDataSourceReport.jrxml create mode 100644 jrxml_source/XmlHttpDataAdapterReport.jrxml diff --git a/__pycache__/jrxml_chunker.cpython-311.pyc b/__pycache__/jrxml_chunker.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2685d6edc2e3417bcac04508361a4ff7b5ad660d GIT binary patch literal 74700 zcmeFa33wYXs#%5=F5q(rQ$*R}MH;%sD z$^QPY3P<6PXt&)v^L+~zUsb*HU$0)h_rKq}+1Xhd{J#Ay&83A8HJZPsoA57Fx%gyD zx<+$H!)f|7oR-s#X~%U#I<010-)GRuF=>5iEG4}!9cTSm#&~95=D4xXIG)v)#qt=& zOylN0^LTb&_IOTTj#lF_>oof{T-sMPT>5u(8qN3cFaN%S)AzzRnm!B5mw|kl>U@2< zoY9l%F*+l8xhzlKuz@pu)zFt8pEj)H%!s!piO)v7%~QbTTxKxL>iDHR;mr|i7P!zt3J$qd0 zdime+6b6c8bA+$sbM}>}YA+4vi#@Ayl*Oimuj6aw*RG~az#T3hd*<@h&!WDY&~jE) z-Q}@m!`B|y=c${s`A|XJ*r~u9%=eUdD%9~>4dQK{5;b%f!Mfub^nGO*lGt;6FZERc z&g$44;cKpdv#Hzbli{dJ3P%lR=L&yab6*z^4PdO{97$u5KR(`5#pyWb|EP`vn zzP?&ki_25X6-85iUBeY4rX)7zz9GIwRz3HUDq`?^k+2JwXB80_&hAOA!%&#ylax? zZA==wHfd~A(%5xLW7o&W(sR>)ee>WUOsZK2j-5W#<38>gADoyP9dfsgT%EW)I&sl` zZDZ5=to@UNV>{$H_klt06%T*Rb7hjB^17!y<5$K8r#$ZA(J_zLec`5?n;ah;op5`V zn!N7eN#5PlbI3jB8RREWWmZ<(Bno*@h#Q<5bbBYS@#?X7Jr*M&i^ryj9g6x%g=!NX5bt4FVT_?zyY!HJ7k2QRV=r;iLyjkxRRVW@U0 zbKv;lUQ|V4Y!s`XA`>fVJATStM?pA$$BiM+*t*j_$4|SjjSjlo3GNnd@XC~jM+4MY zlIX4zCyuDHy6bq)_@wgO1X-(RaKha-IX31Qni`#)kTV}={ejeu@hej|RdLat^Ne}M zJrh%Iyd%y_-Q}Gc#Ctp8xiQs9n_AA2RfedZ$8$_R*oKkp8%53Qb8DxI$Iab|cj zA7-dOfx53T^$@#QZfbxxXB?z>qjT1 zLY9Gn!HJ1U8Ud3NUWx^vd)LnpcXOUW_Yr>b5(Y>A zv6lU7FR?G%J2^bne~Aak1MJB>eAAViJmH`$AT-45LGWtK-(y3yV5kn}nm~SZ^TUidcOG!afS9T0LgeUV@ZDu9W3W$9);@9VzRwcnV@*%jDe1?Ob*4a^!ZcI(G$f7p*#XC2|+9 zI(HRvm#jK>HFB4(I(H3nm#sQ?Epoe8ox2XX%U7Md9=R)4ox1_KD_5O+4RTj;jjHhm zdV`I*CX7TH$FXB2i(7{h)vK<5J#yEqI(IX2*RDGE2IQ_=b?%MGUC(X8lCU*oW0+AG zF>0g5z{5W+eipv8hi1!A+SKUOm?xCZVQwEC3#Cs?650^T@LnAsAH<}ebzyMm@R-BLT z$sr&NgaCxn*g73bV+%aiU0T&cX$%1fWhfW{mNaGE4;dpXe8?C<9YV$krVuhlFpN-E z6!8d|6|98e385S{RuIbW=;=7r(R*UxU^jusmM8s?_gY9l^3oWVEDC6$G+gpx-Auc2 z1&CZIoowgol075FC zuEi@*9*Y*_Chyc$ZgjGVmA>?CmWlS_Y0EK6$LIW8lcK!$&%fo#^g3?rTWe z66+v_d^LG)T;V-lFYpH6nxuKzYiLTy+?X`8{IU{q*X#K`7>xX03ii>kEb8p;=xHD5 zIDO<;$MNIchkIjy{#d}!2<40q-jETH0q>~KGZbMyp*UR=hWH7sdv`Q`tzR>MEBVK1 zj%(i2_P(d(dk|5t3mLqgv0--OrGjoZUyKu>S)&u9Qv(COl4M_aQ#ko3GJA6oys8P7 zHqIEN%p!pu3^xfGiSQYa$13juZaAR=6?{1v)MX=qI)&Tt?^1+Y6^MPfa55fCjjnq0 zr|6qeew@~?P2@cMigpU^gnyUP!dLNiP3!!+0Kt~faEEDX0A&;x)b@s|{eEPob*!n7(V zOzL*kcL`9?a**WeEkW>93W3W{uXyXw0HC@cveAR;LgIsP05g=JMxSk&#R?-HP( z&pF|j6pCDbE`uU(RZ!%q+g0BsKtWVl!Y?Tl`Tl$cg>_X>Sk>*S?-HQMPXGZCNujX$ zZ48QnRY6gpZdZMm0EKncP}u$UFRd>kbW|)fN&BMEU&x?vtg0{KIKj{9i-OqJ!`Dfn zaQdAL3fHQjh?7-32MT+*<=AslD2n_=42t4aK~b!3SACZ-E@Ec>C>%+lDDjstC`wla zMX9=7^<4rKj%eG_tE5nr`O6p-?o~nIR=2CZOMoIuhDU)&{-u`t%NZ0EtAe6J-LCpB z0g8x3ECz_=P*nOW85C8kf+CK?{~RciO5>8gk!pYSm-I%`Kp&>}`f@vg0lL9{1E(9b z+zxlhKtx3-`{V?jIhj??6OQ*Wp?vklA>E`mWRP)2&ke9hy`em+q<3o^fgyE4doJ)w+?o+%#GA$X-zQ~c1Ma^ha4jvET)u{hOR)N|gUkXiKxbuS@? zy}U5&x+{oLy%^o_P$)Oyb?Lo`&Q`xFOZ*$sT|;H6m!l&PRPRN1aVTVpeG|G1$f9}) zx}l+vCBFal5FG%n_`cVBc|^zeySD~i>0Z@OrVUHegfrBKzna1#LzF~3d9ZxhUIKSS;tb4Jlp zAz3PB3_*+aYyLO)i%%*>r_ zc|Dtzb(X9+HZD6hE_5w&O9w^A5y^36COep4_C%vIx>zvN8Z_sB?a&*C?$-qJztM27 zK{QuO=4!!Q9W>kKw67nU>6+(+ zv1^HYbWkilEft>@GMzzdRZLxNQLwDvSaWZUXs(gWHG;WD4VI&LrLcLquz8_wv3+Tc zSlBBS_Rg4t`K2*ct?~(}s?E!V;U_FSCKVq01*-ajpelB+6m4HF+P+w~)c$CVSaeD% zIwfQ}g4W8ICtPJ`eSyQFsBFcxb=kFbF>|Tvkx6u&kX$EbEW!Np7^pr&zkflU^#zWG z!lD)Xwq^UaMaR;nM@6Fjq+~ydFEhX7|I-Id(e2iX7^qe`7{17Xm8!1%Sh!X*93EQ= zX0jRQ?LF<&^d=^!3}teoyv%~j0dEjM07Iq<#yDlCzskhYz}+>UOw&8L}>b z*O%7W(%s|sWoDg#&>fmFzD!yFrO{n);!mSY$Z&md>~bh=Z1Os!IGMo4z1K&lM))%< z?b77v1phDTGM$ZA4tPFKf_(j$XCh=IWfP`6P;Zv8#BU%gf0y!S4UQ>dd2c9-aE^f? z5DZg14WE#9fK)1=h7&T-i6NK#HJ0M>5-T(o?~&0Pi;TVC`+*VwG!cAN&%kjax&966 z@*cyt1D1F};Y?Prz&?}pQK|dh#lVPIx=t!x_e7Ir+{S{}duQ5b%V$pp9hex6*@#3i zYY18k@9em}clbN^eBX`9+8Sk3kHqW0}*d)5QN$zd4 z-A{Ds1>1t<)$f+QUAEv9%XdoUJLl4aj*1mW{j#HezD9I3OO9s2(Tupj;5RIDSsyt{ zgwl>cHv$|#ur8eX&7u#AHp3hemwqat7z+5!L=4p`|efl;A!3yy_m`7AoN zN{+2U!tp77PxL5DXA2(Ui5^e-k2Z}lN66`%Ye0bGH-;7(-kW?lDc>O!GxtlG`-RN? zL5mYOj+co1-(Ay^-@3=}(>+;jwHd#cS>N+&_N~+dRz^rlr?0=)nMj~r~%yXxEiuw*Q{tXW)*ClYP;aT<_>6kvmfV!}#*GQoTjn=Cqu#iYk+R;nae;c>{_JPe z8z;kw)_XByI^Unel}A~R{J1|qIr_j=sB@y#!bE*rBSJ|Jp>iXg&QK+vz5kAhA;(Lp; z1emsR4VV`V$>qQ5xiVqyv~g=vwqsMzUt|TqHBvZTphDcV+*-fYU%)l7*=^l@NTvO0 z&-(IJX>nh#DlP5{RHemzMXI#8_peHedzY%TxcB1E@f*1H_e>9)zmpDGIR51yP|yv% zLoo}uhA07A;y*c$;OknVVf>o24bxBqxP%z__j=4Se@*j#?o{mR%H z-qhV%gT}QC{e`-&eroU{-+b!93{M_I@4^HwStB(?~qv}iQX4aSOxKMhsMBS5t*uF4N z_2ChI@r&<(zgE56r_QEz>lE$67x$6T!|qxp8mK+{v^YtUqREKVlEl=Atf2O+Z_A01 zQLh`vU@F6wu-Jv!vB=UHckNSMZIjPL%9n1^PJ_(PNE)0kjB-;WPxZa)T6}u<4R=_T zbM)fK)KjfHWSZnhVK%|k^h22>jpGMLk<#?k*aqVOn9X?IzEU#fU~(xpNkhDDVjRHc z0>%RqQ#-(jXe0q6>@R$o?Ve$1cY57VjbJ~(l){VTY9QW9FH<%|K}?P;D;iVGY@X)I7Bk^{#{Xb%!;4Odn2+Gb9JMa- zHYFdGRd~o4q4vH3Q)~{FB%M#UyW**~f_I?=Gz#Up^)kPN zTV*AZHT%Ap88#COK==c+?Go7WO)fAvpEswS?Vs(RJ4)efznp@Qr%A|{vrE=Rm4&`; z41;xhLKa1+7amGaGnM38UvaIQV!_sl8kevblIMb%L}WhHcWEGmOo}*;I6fgug_V)i)h9uyCalFuy{lHtUCtiy8yuKy9lMrA3(T|m{xBno%Inqj-8oI)f+N~`^g*A zWlDbe>j)`bCr4VMU_)Vac#@>DFq1+>;cf&gF4BXzChH$?qbZ9i))L4_&=0^e2Mv>~ zcYr+&*#>z@*XDdIcP?_xa4UWg>Ap3e0jc`;DB%4KkpDoSKFYPto_Om;F}GaGEuTpX zhVdz2Rr4nhh$Vv(;xb*qyn;K$w~Oa4ig`6sUJWFS47FIa1B(#t`y~55l03?JE{k~$ zQeH#yJT}Ljp4&YEmuPF0Y>hLx=ZbtVhtvQKK4 zUKGqHlii`4tA0>_w?1%ip+IzPm0Vk&Xed?=7dw8^{af8jW5S6u;;uevS6^(R zaQ4E=+2Q50!@|WW#9!C8=zgxzoYS`I{y{#)W>&7z;xXNQy-?gFI@U=Ja7ig5627Eu zqnjhz!@5UPe|GbaZwhBFi-*Ug!(+nXF(h>B4o5Rb3I@%CU-!;!dGqDBUKY%QIF?=( z)}EU`@&1|bo>_QVT-zqCZ4+>uJ|`z544OUBA|Ao)d9+h#zOZ2Xq4WFB#hqgFeyMrC zfTRBc(&Qs(9!HVwZ@%)@D}s5Pjw9!Ujh7ZS{c!vDw=bR(H}*&ydjuTZB_-WF{y886 z_H?~Okk$I2wyc1gBf^cmLAx4qx>-L8c* zV&h(^aj)pyyHqVY_s`_~%;F3dlmrXwf~ECATSd^;HTSY$>ynShWeq{+nvcpV0$aZE z^1YWos;miI`{vGfc79Y*9T@#)(>qPkq)47f5;FU~x%ZvD!P2$C(#j`=W_!*P4F%cO z+^nB#5c~rLPc&9z7F$A9>hnau>hb@{LngO_(+B*G!ocsIfzX5ik`jMVN5|qFbp}C7 z?5`b%B0FN`UkawSflE_UcgdN)YKF(O!Ef+uE@7^ff7dj831V~{vpj`VE`|mV=K%{e zj{S}N%)}7S6k!5HbAv4s$HagP@=w5?PkZh&8RMS`it*1cm6cE`1B&$~+5HA@^@FX? znRfv|f;-B9^QM6Ttvt!ZF_cgoc098L7~%4>Pi#kt+*P!Z7b)RJiF~Dm3#?v;KZCPg zrV*pz^H&2UR0cIs1BYuGZ-GBOIhzZPAylJ^H?jI-4Bq_gjoF=Bjm$+4zHoYYN~{2qc=HNX`LoI$%QSXvQu6+bbi(fov9#_%LpV|U#-bNkHP zb+MpUDyW6<(^Mds%7fMt$yyZ_WiA{Ot=lB)wiWB1W$PZ%x=*t1n`wt$*X)#3xJIzh z5v*T3YY+;m#oU@;S>;Mu=W-VPxzX|46a z%DULBUCVi0LS9$U>Ug5j=WU)lDb#FTF4-!SYzqjOM)`LgXM}%=bTm^J5d3Z=othKC0MeS}h|k3t#a&=`iZ z12q{<6tHh=^3UhFANC;>_O_t~_BGi`gVu^*fjek(1?{+ocA5jIo)w=Jf|-mb`I_9q zuf6=n%X6Cows&1`yS`ccPO)fdk}OR^W|NE-L>5?7O2j97k@QNKIu91y03s8AVAvv0 z3^IU4)2s6vj*}7)mO?C~n@FkWxeIBcl^axmcv>z9l7t^rbX4tXHMchV)A{RMDyb|< zzZ2x=>N=*49PH-66~SOlF5C4dNDj2EQ6 zuLl>1Ty*GsmR)jPU~FM|+g;%^RDj1KbA=Rsq#ij|&5=y19-mAoK_kRl1@ORguR1Ls zOUH%keG6U$$`MYGxj~gDMm%1Rdyw~lyLfF7E>~!omtEq>OFmeM`q~|CUO>J4pCSll zD4F=b#GNmvR#g%ou@hjxlAAa;{NEr8K7O`{Mpt0srpSC1QhSpHHzxUWS2I+Ya*$l1 zNp5w3L@<0IHIa#!0kZQBDQR9}Rq#(yrI)G+ueCVK%k2;%Q!y!$c5**;s2u^+h?qh% z2>Zs{jdM4|{5mPWZYJZg#ZI)4D`<7j9C~bbfc;>FQnKE-mIX6y@GtU~@6Ic?UkO|U zL%eVU)`^*}prsI{veyQ4i&kx|?&GjlNL8eK98u2DLUoLD(>X88z&O&;;cuykZtiFb|89DJwkOW;>+UBgVN4}g0lz5lkAM5oS$nD`~wBJ%C_Jt+wz13 zm<{cUmZM6=hq|3jdo>7u)%;l}zR~c6H~9G`yf@6Nm?jMg#=x1cn}K6TCQ0DfMX^T8 zGiInCrF}J%d(Py?L+jC>{yL*NZe8%FM<#J2rr@MBmU?BzL|;w}<~PjH-8814vNB#b zV|vBJjt~=P{B(A!0#hVSz^429i&{*pt8JMJx6GMeHz!x0P(uqU(&f)e0cAFW4@y1> z@NMQStFGUfvi{tZ^?SIy-ZHk=-r2wKK)zG-(ph5B)J1K3IgHivBj#NtoyBXkIKazJ<^VzXi~B(ws_SWe9okV zAAyo0iTpqK97#*T<%Z9d+Np&vcUPEtbratm>${jlu`qIM7h;CmtOOYjDNcgu@Ol3mFXm`GVh7?<%i)vMv zyb2mdBFl?(R{SE(XkPu`#7+M1sByMtGtxOgx3qBAXQy1VNnd#KiZ_%?9U%idz+(7p z0*ppD1VogD)@(%>kryM3kfYdQE)Pq>^RSXfe*5G#-GgY~y3aT?eKZc8m})-_FYLLt zJLcQwxjqnRQf}Q$+T)@UGEuQPvECWM21oE&C|ZS(R%pT>3?&=Gh?iYRoKWv*?Q65EZLjEM^@~|E-}7v1LF%j z?sVVoo|_bHO_HrCXxmRb;{Eawv{wjKaOJics7)dGx(I;Kuq&epS4I=PWfKv4Nl_b; zDKgZ?hH>**5gUKntBj(XiXa&<=RiI3&ktvT592+Q5EC?#J2@>yi~%({zZx`SI)h6G zf{}J9viR{EV((V7`18<)jh0_c2{K24a#BXDf7e)Zh>bOj3d#3x)RiG}7 zY=O=4XC(L9qDD~&4I*QW`{|6nq$w-mr}Eqa);;LUbk59L$p(Fy0jP68MOs#|kmvUD z|BU)W8CNGphbB4Cds?!qz!ex5JeF**Lclv=#N}usZlCI#nwor|z-0Z72oqN3#E?_c zFa_qzu5F6=5G5^%CfOw@=6^QDo0Tb^l>`OG7_*tfS7C|)r&aR&Zss%4Cf`pGW=>6l zh$66}G#O3p(77OTDvc7a$kOjTD#Ye~Hse2oN;AK?PoUoTL%MK3ugoyWU+fC z+g^yBEKbSdUa?dyTdD$m5VTshN|voFmfg#i-J)f$WZ4TVS7t_HD!8?mCfMdV-@UJ_ zlxpe?XTa@76c_@e7K2R;~B z@-A;aAZ$J`-!b1I962UBj>DkU?q578*!^^z>RUNQx`N`V3(~0zO60gtzKEaqO4+Iq3$WNQfa8>q3-cFoq7vfY$N~9?c@1RL3-FR;jLxsgIZMP+RnMN7C5$O%+BjYr zhzHYam3~vye-&RGdzYNBP(Lk*#jIWEnp>wiWAa{_$pPV+1-lm*^r_3n^^`fx5u2j- zru>rFFl76Qc+9zp`#%n#s9^ZiAJsq3(_;nQV zuTgCx@9jC%O^hxR`B(JD5H}H>;76$alUmdc_FLI;`B-}C+q!p5^DT=;!QCplTP1gE zBu(ZTqfq1*dGvNfDUbdOsr^RPT)(`>{v+zth?1-7Rc7EZ*sHw3o@bP3)~%mUjX72Y zJo(o`q7wD@{6Fb#ZNoq?L`iF~CCRb#)7(p7b~cf)qv^Q35RxizLLWh8oH>4GD&wDj zghcB2V|105zIjrLzN{Pr=M%M}7xF%E{IK}@#fuk({b$7HKB>7cQh*Jcm`AcJ-WE?0 zx49$YEs-&76W#{nB9L4qhKt~)H-dRVlbV+huT+lQy88x&r%=wpAoV@NQ*B)+UGB}N z+In(tcpmM9`3om;9aeKADXUk-XW-rF8DGn@m;7gZgJA}PL>=6QrW6K)P|DG9*0Dg-@g-zwf{yfPwJSQ{-7+d{n|R-IB&`->E2Vr%H^DFb1E z$sN4Bi$2W1p?9Fr_5obSV0;W8Tu+&rDfkwpMln50O4^?PKao>`U1qsM^-II|P$fU6 zEB3B401ZK+WR&^##GB{$BcqoVst7I5E);_PA`*N}pKT=klxqA}2tEyCfC)-~7N)eM zFzRLeP@ae%b>b|R9hVRmoRA7mKwzFkt5E)2p*v>3EZQ$i_RBLSNWVdaLs1aie1j2E zVFWWRaC-9AwmZ9S?+T>P>qP4s$+`xd1AF0};oBguH;eWyl6}hzjA`wHr6O?s9Y0RN z+NO8>E4AB~YqyKFJEhv4vpI89Vs6!^j}=H`hNWhp+vh*H(d8bebF^n@Q5$Bzao+)AkG za~TPVZI~fPFoVZm?l-TZyeS?=&U{Z7L2%n{UE{Ko_wbAzC~nRwP~2>o3zJ+U_gU{0 z>3RNag!w>mVYrr@9ikE$W78m*xTQxq_ds#&Kyf2)CD9m|vjfF_4rhN>J7Ihlnv6H| zPt2IW0^{l2RlFaE-@=^ff*kuE{^j3v-YUvEIal2H$&Y2cT#C5A_2+U$4~ygSTH(h6 z951vJZWMAS^%sC=Y54_5nfvpPvT2)EGoiiJ3PWldAEo|0gfO#ZY@Y(Zjn9EurrU4h zOi?XB>PhA`q+oSp#BU+?6PQB&iDQ#PpTWgB07 zOcKE_jr!rYVshh&C&K?Lw3A5h?0NPI8|zms8LjhosM)K~I+ZU7?0D4t?bde=E@+`f zU)3pAbxKv8ast9%F0J#WJo5iRk6ee&1oG}`mybp5T=Ttc4|d(%HJ`qqliBc*#KdR* zZ-O4;chRU|^iD!Q?M0IB^9_v%k@KIZpA;g;H7Ur)5SQ3dFqS?2!~XC0FVzYM&x)JR zNt@3pxm}a2@1jHwlaTsy*{F>12+!n5;CE{2iAbjOOD1~wR%){oftt*bzn)ZN&hF3k z>4iz0|AN+3Bu>SMfaApJfFj_TfARf+?+z@USlTA8?UB~@M8rLmO?|Ll_BE9-;JF79ttA79A61*GNxWNd=7#y6C@ajOt8vxu%T3hCMMQ-7_Qo<+FDqP!$%S9 z5@m0eVe>V%_me!>;EFT6{Xm$CVsuh~o+HXUkC06vqi5pkILzhX7qp-95X-5)Ff}bj zJ*EI5(^Aw!VIwhW+{^!vV$z0*>SNMV$X4k(3_4SYBEl-99c3#E-$xzxA_DULPfrJS zd^k5%i9MHS|0jA4-a-^q(_!H|g&rG0hUYQkfL5<=%`$$5I_K#)zoi>ENpimrCa)lRxl zY@QjJ!2BV)CMDP8%t26RMI}fo09BNhJp!>Mg|phA!+9_Bf%&dEa0(j8j`fmb{cKvW zxa2|i-R{68vA9_(h6b}fk4jKD+a4@--#hr=@ZH1noeQmE@m8sL>ug7`uzvoe0IlD` z4Z$6IA65Oynm=3j$LoZ?L1D-v9vGGm3=3;7;+Qi9;Kixo(jGbk#AaTHx79;vTryOd0FRymAU{;FikUll<|8!3Oa z$p zE^Ip>mL8N!56+rCDlWZua6S!O)MC7WR;jpk)`%BeT7e?P^>ZEf4$U`+#haz#&7i{b z;5ie)Dqh@%txHwEzvd6u{dAph?2Pc@S+Vt;)Ot>+9>6h|1&3gBX;0ELj*Sq+J4Uq& zFAIeuIF@|!ndIdxf}DlHcbGP>O$+^YfH>c`m?5p*hbw~D);in%IM;qB`*!yIOTm)r zdF?m)gJm_rnucI;b+GtA;ANrs0FK2z`HV2wxCKUXBfL=J#Q_;kSw4EUEFW@ec9mzv zRUW!E5~QM}No|5?nNKo7HGEz=I--bt@IUPQMrD;tT3c zN4bnt0-R*DxSEcc&I*f{RZ7QkI(DEgu!&lVR6eo&+$YeHKGw;teUkIO^2m zH~F(-1Tg8(f(^nK-71AI*enT(zHBLtqFJFd>?8ztfW{W@5Ih1xKn&!HxOx02Eh(f^ zq~a(?@o)N0{ zi&gujs{L{TLK#6?8%2<)kwnBsje#%>DK~;49VdlqaC`+kn5y@{+LE>U+Hn!l=_?{` zJg12gtDKgIPsGLS)yK$DJ%tJnzL+CD_B8ggd^&97$zE6oURWekzUCal({*{^HYW7SYjS9CAY>d~cROUVJSAF;4>>5fw53EgR0ZMty6 z-HW<@I-S*Vl;uU8M^5ulr6+`>{>CGFPqEfH$fS!Vjm9C z+#;D<1a>?QBYW&yJl2m-POLmDA#|RToabh8h_k(4zjPTd9A`QFuzx@}e@X1WEcL76 zk@^a(+y4ul_UryH`IInHuIk#tBNM}p#tjAf!nf(@1^Wh>6BVVtfP+~UF_C=&}LtuF~b6FDiI!M#DWZ<4BcRjXOCH!fo*0DF^UZxZZHk8}{T88n4QbW1zwE0pC{M|8sRbHc!o zaDE7(bexluKAhwQ?%Nt3`8Z6_@kbP|Ry)GY)y03>^a>O)#Upt`Ntw7KTi%IyYXNPtO+0OczxFZufoCYAt#(0e;Am1cLONf8N z%EV}i@%iWnXm>*RFt@6HNFw5b7HLwmoOl5Tw576NtMz9`HC}l)W}KM&)o8$SSrCbt z{IYq_iz(ZV^PmbbR?chi4I0yS8T3&d9nhK&r5STIqcmY~L6MpJ( zNn#*>u0M|}Wb2lLJ&O|}ovhcbujgZ3F+JD+`}Q7N15B%`S= z&R^%9dvHU1aGQCSI1;8gBjRUY=l(Ne?a~IW%VsbeM{a4XpoL8$GL%L z^lkQ|o8rbZ(#A89{4yyS86zQVphr#c9AIx9%Crd~s@$$Zfcvt}qg|act8#z6~f{C|w!$ z0vhH22SRFPjslZ-85E8J_JhFS9-wzB`>vDK(Y%BhxZSV5DkGMR)3EQ^lCRX?NSM*^ z61~P3QE^zm&wWF{F?uP`B9wDD=8f-Xe>Zz!aM2;wwMuoZa_rLRACCWYTsU!3c;UR* zIVg1w%JCG+HN=GMHT%{?c|KvVVnj}Al|Ptgfa4OL*mwJk^$`ug!l-x4Cif|2TR5+x z|MyE^s3m?-U(l>SMQ=h;0H`@Du;bC-xA}KoUT9vtDb#k0wcS!}x14~G^=c?9+?U<~ znLYvwCLE>e-a22ld(3mqGX@(NESUB6={#_G>@gS4t>`=!MDAne6u3BKrC6SjDf*el zh#0YR$=}kbj+5d29mT~dMg}M@!sTJ^gX(Q52{0af1WhPE440SO2{CB+C8}qZzAO4* zyi6lf{&tu`C;ujWU^Klzh=`eGfVmRNp-F>DA?17WAsp4E3}r{#A)A{ws0w24cx|XB zLfb_y_9;TW%SiRD{Y+mY8G?BK3c;rl!CrzFMGIW#L^ww!Wz1tE+#wi@B$hF5hH|9S zrJx0u7q*GcU6OMb1bWz4q$9b#@%&|Es_lgte(=H_K{^Fq03-Xxhf z3G8@Wy>+E}_j2`av3jpm4U?Q=BaA2!i01N{19Qe8!!;JS1LqJO9g?GCraLIFr^Az2 zDn-W?$#I3^*itYwhB;nzj7yI3neNBX>4ek}GNjDx%iwrX2&rMABi?g0q&|=ucHZp_ z>=KLDOU3JFjX`U%fQ@3#JUoX}uzB|*>ZVQM}@{q zI3QMR7ajGVJ}xY}bMyAi_*rb?I$}ik4GCf44XN-3Ho${K@sjQltQ_eqhr$K&+8DY0 z@VXDTer*S_S#N+~24{>;v3YPkpt~3!g(@IyEOwI+Rr%zP_v1pWIV&M7J|`8QgM$o} zD~et7Su1thmg}~ObvvZG9YWDA985x49drzmgmMtaqb&K1Fxa^Hky9AI1`zhkyyFYH zaos-xM%~K!w5n$C=M zte;#FHIBA2av6*Y%A6u>T=~T-%>q?`(+Mt%GX*foB>v)g1jr9BJr{LQSw8d=G? z1#rm+E6XVVK`y0+51x9kpGnFZ;&waGLQymYgmL>RFhLxlDhWRo$5IQ$QWN-$`K*tu zvSlbwHmxymg9{2MpVfby4XUFB&!!m}y=d}ILS$if*^$Zx0hs0cNy$h|L<%KcKF<#l?NaipcLv9f(?`||XDAHmOXwdr2C(lr3VSKOgfPwWYt%iP0H`b+6-rLx zc$7Cc_+a?%uu#2KEZruRZd)=4rR{QBY{)vqR~IElSYs+wIo42I*3Qd>r*=FQ+}mfe z$MY)EXQrd)v$V@2M9zdHz^CyQw}t)t$8=7(9{%4V3*7FrS|fsu1W+*iOe|7yWS$*1 zNMey8`^cb|+@XiN9-hVt$`~nYx{Q+t&>CM!QwPJkFVO9C1g!kq$W9(QsYd1o>|0d+ z9g4NYwafn#RrnM^@;wLnF(f@t zvs&DOZ%cGslpGglvOjW_C?g40MJL6QlM+JLNy&9`#`4%cwp1k8$8dc3LZ9&Bp!mWC z=>=GlQw$EEMU&d&I^pItWTig%^ag1~C&ahIgEw#}pO%T}>7-;%IN49=$h9cL_&Z{K zLANbrFAhrU_X(wK@*$erC3CxAZV#G33}}seVw`2~63x3M^KQYsJDA`nTIJuPEU8GQ zdcE)hC$vp0?S=y(sqMIca!w+&$2IpxI}mMAQP9c-CUn*$PU9-e>yR<<7_veb(I3)iu3IZO{G zQEX+GzlygV@3z3Yic&f8y*q7#2*TVrk#7Rvr&`k2{<(ZQCRhi1&0CRvNE1~}gFv$MD zHJCkqY50GFNeiQ8p2K(!gD)@V$*7s%#FzbvBII)I7ub>9_(w@h#AG9s0%5XWux#&N zqsl}I?iYUQ@8hZYhj@MLX<~F^v=qk-Zp!KELp1;KzoZvVnlHYLqvSr_UFXx+1HD{9 zywBJ>DSMc1^5un9YLs4wgIOp17e&nJ)k-ygNVWbM1L+srIArlP zKAUMAhD837$mZAkJ3x}ch%xrmCd+uEXl;4Is2wdk$gq}RVSSYH25$x8XABp`4*{s%j|*2@*HpmbAjmEFS+)U847*; z&?AmUedH>>w z88#};l6yrD%I=oU7cNwY&dri@^K3de&VjUdO>djNnf*?-U|ox2!LfMqColfii$6O1 ztkS3fs zB^JLhb12wx7$eJdLMJ#|0y_}kSXe8c5hCrTOfQ_$BG1VwGF3px4kUK#KpenOhnpW0 zTpS%I&np)$Qr5bt-KYPMzbah&3b1l7tWJQH(@9B+o`z+`;U3*IrS(8@7!*s7?j%tx zbVB4Q-5}xiJ-Q223!PX_cDgQ?qvoP@DtE2=0Rt$6Uj0!@JEnh;c*ni^e&QX|36Yc~ zdg?G7p}Wiae)%-12P~KMQ+mKcC!}4~?=zs5%lZ}rYM~P=z)q(Otem<|T+F zrhA1>uCIi{Uw|Q=kEwvsKARAJR@%p}xVL`}4WvDLxgYb#^e;#Q#d>m%y6b|9s^MXr z^F&4k(JGzrxS@Z|?azwt%L0|zn7iaEPHM`9@LMpSGmx7@$ zC1eDH&WFuWF~gus7}THzNJWg{&xA+ka%J~29=e}{Lu+r1GaS0Sm;YU~EaT7V@=k~` z2-a7zQZwvX+3K&$Gf0Lx^1gqa*qaYGh2x_WT^`!H^TgzF+M1@})g7Mb7#td*B0ftPDPxcTdwQP$Amq!Jzn`DHdL>4G zSaY)|{tR{j()CXItc`AP-Q-jmT-e^44~l)yx6ej|CkBp8vCo*Au05jA%kInUJ4p zWB(h1=np9}3-1)r(@PEIvhEo`_ke54-eQi@HOlkFpl?<*lLUK{5w~%AjnDC?DFY{? zZGTE=8&N!AwC$Pv%%3^R12vFEOOE;{ngYV%5WL<69PVn+S$eN{#aX|Mecfsn8W)=v z8W$R|r<>&5J9FS8hwC1UV;8!y34!R?BRTdE)>iT$>uwe#>dY_~5gT?28}>iy{*zvu z=8X4pRveAXjz-bZBsrP{9Oo|}le6@J>#i$sNOW$HoEsLa1m_;Y^-{!!K@u9;mX3?g zZpqn=++|hw{3~Vamdn-&>-R0yie(3+vIBy-IL2O8Xxjg%P%Jqrl^mVvee60ve?V{n zuQ@Lq?N=^b=dr>LY1?Uuy&)qs%ANYusT(7FVF>bToceUv<YU1*>v-C#(3A=$ z%r6f*Itfkb#Ifj-&j^Ec84|?`7sk=WHwnXQtIet@eEW@9Z;2p|H zoIR|aIm9JIdX_BvVva_)v-)t2VA6IWET8i3^{cC#rsH@tpcNxC($nrU6S-_`?i? zbNOwEDY_55ZYrvM0%?G{Eb^2P-x)d6pvq$R=kZ-B;VlKcdC!5R&~HyZQsdx=dkcV| z%wH(Op@tC3F=qZ8c*jZcS;m7ekLAIuOHVsgPan^dFIRZ-cE5wGcven8R(W5~{AxK; zK4F#L!6a3xuNmq()hS@N$HD4UK@dmxU|uGF2kfUn-Gcp1bHZ`4XP7*}ToK!(7%;Ek zU;a(IKoyX>SHjQlQbU41*Q#KNOK1I{oz>sUMU6>KUZ%>UjX;OHhQ=ohQXs?PY8jnT z$3|>D=nSGXY%oW8#wb;##f=&*pb7nxo3RX_-q;nw6&2veFmQX zYxw^@qj=V0lQkK$<$r>=A0>7|8Kmjz!Itrc%h;)t{O4bun7ls06chLt&`JCj3K;iw zGhGp)@6%Pi{8T#~GSFV@d=o`)MF77BSH?zV3!4mhqxDP;fj5N&l>~y`H`6L zB!}@Ew6w<}#xmY7-iKb%9kFmscf_Z=;g&7x!ycamdKNMiSMN>eCJ;NG%`63ej~(cF zZh#&k(ZVLIKw<~}601P6W<*#s^1C~iHa#kszbZ8D!LewN&q#G2SdmDbUWQ26YlCWy0KG)o8B0DetZ&}^%2?V_1RC2dPgse$+vFr;P@42 zzbFKAD2NREW+j_QGY&`5fgXgZ#u^e%?^F z>OPbwgR6{Q$^si>@@FjP4_U+6721;J$i60n%r@@x%4B#RPoJTzffW_IM9FZbsL#HB zMtn1G#Q`eucNBb!f*u4R+kgx_d!FzB<-bYk?5T@V6YT#xhLF-HR4|k^bd~2ZB@K*n z{C}XdOjaoqu!L)l_6JQ{Uj9E)J_DulG%19P^pXZ9uoH-)(9bT-F}>!6qciF-_=Hd@ z9bkRsM5 z$c1ZyRdw%nzui4QELLrnsy4&opr}eHTEB4SgL62+C)G;v`sL#F3(gNpSDHJPn>)nj z{ZjLOvA9br?h=Z-K7}+VP_*o96r7FWy2iw+ol@1#ly%t_jX%y=+19hXtw-F}D{bo) zn|p<$C&cCxV)03-_@q#L@>6t!yMCo?{c_p*1-n?bO)A?qYYsXqR-6sX&W8D|qI09< z+z7c*dBaNihUM}N3wy-!R;j#oHi!Ia)k-C6S4x_fOPUwfEZ!7Lx}}ot*{sJEHSgBH zU9YSx#|Bo8d6tiP#A6qwV;2!At{IUKGXG_>7T6h-9n;N^f`G?a4j+;6e&kLVA`Pv` zEv`GDbru&TC!f&u=pm#zuN$ItPB%uPp7Y?EK)gaHL{gUM$*1d%xl^Z=9@5Wd;VEtI zCmLNIrwxW5i%r|ZJSJ~(jaNcg;gu@9vj>B=(iL0vGE6mUF8rVpUdlGKNgLX5L&u2$ z<)Y?-Xd9AjLxOGSu@zMt@(yURFZYAdyQA~j3l|n%TDTz9Z5K;-NToYw_kUFAn%gZF z)=Tgo*Rou=Rw%@NoMl2~?{9b)c8lv;q;)O0kq^<)JC_jyMAzbVp{5ImXzP}2-GZ$< zSX%yIlVSfC0Jg)Qoduke8=MUrBUKl zof{U*FG}SXXAfYzW9G4?LA0%vY-M>w@kBaEjnQfMc;BWr{~^*M(5B!Q zC3fVr6=xK3Qyig$pf3h z|GALznc`@!Y2r{pE~I*4!j9LI*sPx4GKOiA%fR`O8|tx$}%DCZ2` zvOmW2*p%mK|4h%*sCu62lr0y;=8J!8Nnv^bnCxFFOog8rrjvllp}@3h72k<7emg$M z7*o9)7xPe__-=~OW|7inLCVs_@$YmM(3NndYOdQV%9O>InYK+^S5eL#Uv3p;%HzvS z+oAiJs{bndR(!9OjDuIjxN{|bJ4ROAMqS`6RVL>i`r|mtTs4~^z$HxnHL3U{21P1d zLo*+EHqbqd@N8&aB%Y1VpQX~pjG1TEZ;xw$@Ax&(=BYsU@}DtpH)2PIe~z1bvB4p? zR+)Qa+DI{%|No;vHTQoZqo9dxGMQ==7*{z8)~#X`7;fn>3f3$0!@u}kUzI~OewxA4 zrd2!DceWt~zxK=gsy3$ho*a1gO{?mqudALByQ$+F*$l6%pY7}3^6dA@ZH2eh=Y6+^ zTYupvj~d&0qYO{}&j@8?j6;#GNR@$Kp+I(C9%in^usuJ(sQq{Y0!7321Xv3@pr)~z zqKF;(@ey44%pDPzBwz!rqo|DTaVU7;ZWHdFnvP$+AhY}svlcNSW$ou8(q4BaH3lGaZ@qGE=%8aDgFEgXI0<_^6MX z{8Ls%n6<%JQ9Rj6@qdW`3{-|So5ShEMdAM=ipX3cU6iTo%YuT)#MI#E1k_%#B9{Z< zDsrMxzgz$2oy>>?|S1sJLzRWH~4JE=(A^uLdzHEiXqVU8_VF;%NFZwL9QCzsD zCQ`M5(HZm3Knx==9_g|846sO`P)xcdAp`T#9%X3#FZ7U6PFGaTgz>T%lPf@32vy~Y z=U=aA6h~+c{wgKWUI6?xx?;K}|C!p#WK5$7qiO&!gZ)H|B-X$GM7jT-GMX8Cih7P% z@A93(O#&ASYgcGvZXkqL@{=ZV||4ezb*F)M7W>Lqd6K9A(4l|k(&NAoe zZ&1!xpPciQgp0SCSgkw2T~-)QKPz;9+ZN!y>3YW{s{lXIoX{GrKWE|V`=NX?^--bo zt(OCv7V3qGAqfj#gFKid?)E^xShPVZ+5kq@+Gb(x zZa6ou$0=ZV#~3gQM~?%t%EtNQ^B3lizq9AJhnDJpH1Xq!NBr`hqr#q}3nv%g9_Nf$ z*{5o~Z2^89!1HJmZS7LT%PE?!T`s5>3hEP^E-VrXYvIsIY6%@MGgr<pf?XLv9^KD|`dZ}>zLe&Rrez@-Y>j05g+;C9ZaB#Mn{Dy=x zUSH6Qg`1?pO$*!ymw!0<{mG>f;mC1u%L!@A36?Y0wUS%DoLeqbbS-ER(D|r*UdmI> z%DtG|E#-C#x#0iEe5Ne1bfZ+dabZX--9BqdbT+?vzFsKXj3Zdn94yA5?5goAQ@q-Xy7=)x`Y*er4jj^}jYqs$M_bAo47@>~(mza*VU|G|wv zzuGRGJGGowDdbf?c2~V)de`!{Wg&C1QgrW;+1y>@2bhV%*2B)h5 zJb&UZUS}P;WN$#H%$x$gINc5K_fqAI)5n2J)NE+qXUAw(Ib-jVYg?$bg}{A-_8Dr) zQPmQ2x7u20r$g}iOv$yj{Bic4&?fse=)Gle+0>gU-(8M+Oijy{#JR8Sf}R)vb{5JX!ucl@5Q*H>mDcxNtSB!iDR{On(I~ zTz?-B@&7jlKhNm4db(<$fSK_TLFY3zty|~y@S~9FW?%N)jM8Hv3$wwCMlkh$cq7px z8?&W^gAKW$;mX(~Wa(pr7d&H~ll=JLR48xE19cFtCmQ9e4C{0Zx*1X)rbygSvX5wW zu+50&ov?D7-0iaMp_?cH=ocV{RY(?>Xaoe?AJGF6)y8N;*{Cw3R<0lZQS&hNY*T=*4vbK%9BrFyZpN2=|aHP4;G2E)NpHx}X2 z>Iai|C+9EAGD?zQZeqb~XRxgL!OM4Fp5H5$?Uc%P&UOXMYu_z;yGU3IvGHE1d@nHR zwu3_33qn69^^f9WzV6}Lm4@BR4ZFpLy;8$o0mtM^Pc)j-vSr?B-2_Q(y|Bz9QJk)o zM1M-;G`4L(1Uc$H>f&P7v=+!_bhWouJ}$hf|j;# zUKVW|CEG@U9oXawPkdU;t$A#9+}Uw^$K0@Jt(L6S*tP<;nB75(Rj`x=*Q|TE^ZmWw z-MhH^QH8kXkhJE|tZ{Cwmg>uWkf+zCAW)e?CCq%dF*p^yk#)#+hYEQ8a!6~*Nu18=4iNYhg zt5ldyh`gp_yI6Ff15kJbdh_TUI>i+R1j#H2BdYmZNi~0~d_X0C(J!1l_u&Nm=--gM zWSluE8)wo9HM?5F;V+<(|Nr)Otub*W*}0$4Km!eK+B}=4Z5qG8?-#}|4A|yn8*CWc zU<`B{W8;Ro4Yq0H88+HT%*xV|%_M^?BzGpWJ4EA1XccML$gA*U5=~YsZC!L%v|1U- zKe8)rendFCQD!H9@|~*NPr3&*Gufs%r>bt%ty^`gtLvOP4-39NeAo4#Am_isU6;PM zJ-q8maWwH`7icVCfAV5 zac9jZj3stLA7kuuQ;vOt95Nq!@|FBe#(v{k+3Uuhd@FC%R~YH|5ypK|3+W zos(kh^HYv}!mgE%{g$aM8;(b^dB1Tji#so223t4LR=#^nLM?b_PBHe@_Mlq&_Ha-@yXmdab1jV9(8_xOCU zU>NpVKy{=_s+cCqz{);X8WlGu5$SMIE-p<)r79|){=n1kn~*%xpP`Jf^3L7vPE(SO zmcsS;b$*G<-@9Vy5A~2J83`hkh|L|NkA&(j(Ms zI3fFQFi_GSdf&ykzbY6X(hdG;MyX5B z)i_mjM}L>LsNMSOgl_0>)4sJ^-%qLdk||Ssl>C`(V%B0hefMLdeefrlKyJfX5XRB0RBwS@9OM^fzC{!|%C|j%$ z;iO4j2q4K$l}SVX@5BM7Anc>$e6pjrK0R*89DYtt;2)qF zOAb55%E%YR9KI;_jj3nOp)9f1sbsyHpmR++B_0V2)9_k`AS$V@!GRrQ-Z-4!8s_hMo^GS6GTUD_GmeYOk=aex>UUB6Ih-oc^H| z`yttWM6n-X2qRwN@2iJe-2G$6Z8q|VIUgg)mPy4j$#_WU!Bg3GSh2xlKw9<`@4-~c z9u$?#7riKZUKV(~m@gL{Qi=|dWc&YH500>_1I#k{`>|T z8e@*P5oC*`SR}^7>*9{(6RfyH1gtjKv>x5B2k)?nWZeMl z2-V0z{7+i9u0Q;%2NnWd!%9X7smEHLA{2kyXlh93C-Lq{sNo^=sqQ?nI3{%$=%<1Z zGO0)uwZQ-a9;r>=MYfm-;adFf$A~Z~K$*B1A>2$&wTTp==sn|Gn9?^G@kkd9t+X1q z8LpAU`9(t)EzyLKNkyXQCWO-QNH+~`10IPGuEnq0kA;XjW#VRpa5FV^Q=|w*?-}1h zapUH!FjR6Y4BLZ+wZ!VF6@jcT++e+)Ur$Wp{!hS=LfcQY&Gd#IYWdcM5Uv&T4Gh6= z!Scz+5=onu-xq(kEFWF(zkd^!56IpKVUMSZd=l9`U<{c+CYquG@-XuhlS)o({si}n z8mPrVlaV_zPu^nUAzj$8R75178R$Ot|zD#K&*QUo^eauGsdJg{fyS| zQ6ZQcTe#q*m3shzC^zPELGtH^DPJ=Dg_4PHbIK}Jq^xC|vO>9FYpnW2io2L4SIWD@ zvtSa~jw$Y!0}~KM$ypKZVlXsvzMi2022`q%D2ZdFBpd|eX-Y}V9V3-s#07%xWyzms zsvv$$!L%|Ye+zLU?qSx59m2TjFg!u55eHZ!8DQwbINMZC0(&H~M#Q(~u7F`-=LYN% z-Lv0v_Q0hvVM%g2r{~+w3Ss|(Dg%3vXJfdf)p)4r)Pe@+wYA=*IKH8c)KAhSu^b%osb4S(I)*>QNBl{jg*WJ z>3@l;pc7R{*G4*kv)4j8i-r4nx_P{9wXaaazqNz+3(nDSYUy~;KQ;yziJ*1Yn=<%T z%m8Vf;a~@~zJV{xNVijSOHBB=^SRJ%RW-haO$eND_1ikb@65rC z-g;o=j{3Zd-V>*457E2fR4q*XMjivs;fNz8ouYE}03mbCwD3t6>EdsxD$%s6P;Mek zo9u`>O6Mk{X$v=?Y3X4@*^#H@L~Vq~#8Eb;1D6_BqnvEb77yOX-#bj{Ne_imw=e=6 z()q@ue)J|}93vJW5U-UEo4-6w5y}xHEVgf|pNm4oB4leqL{PDBqlCXExjZi2uzzs8 zFWMDB#{QPb*xvwz$=K4$fcxW-4@cO+4%yYIxH{$1t4itBHO+1!V*%c41sOZ}MX7zh zWg%nfB7_d*(k7*}3BJJ!D_-P0&k0P0?e%WT@|#+VRh^7jklT#GxYwn2*toTouiC0s zY*h={vh9dsI|56;*>r$P5Hz!;Y}K-T#j<^|{vR%W+V<17b*xR_a0%8Cvjj6)DBfw?4R#zuh4Fq5HbgJZb}X4?$aUe0Q6r$4-mq&F=3weUC=bB zHvrXTUXp7tySPp)Ag<)`(_KK+i9nTV4)-BTwjEMzbZ(!00W>E;^dUmxlNa8?{Yv3} zkobkgFVdf<2h4I|wNhA(jGBY2=JayoXU#x!#`(RWbz|oI>*CJk7FOJ;hHIk?-uM7TC>n#s0Pa;V`*h?9nDgXf5r7D?<&jTMDwJL$P!)O9vbkLUTO3FRb1z7O|yTV7aPE0kk(M_NExN2XprR{NR%RXQyAC zMik-mCjtY?mRpMD7PH*igvDQ1*e~7*BI48#+_C@jUnA6AvzXe&Bhc$zKet!QMR{QVpBwyEi{F{+=(KDJ9C+rDl z(9&MWXGRFKRCR_m@#l;w%B?&51nHN?Wed_UM(aN7h)w8a&uYK-kDEC0HzwNCBk6(w zeiqh$*1575gdzNzfb1bVe;f5ab6s1IzD!OGtkdcy4QK~Qs|Z;M0w5-}$x~Jn2rYAR z!V~^0EF^y!zvTo8IGR!dB7yva4ZOVXm4GzcXdH6fx$(0AZ#Nf`ikqtqOUFrSZ;2z7 zNQWK-kh>s`09a3s*g#I{pOSrKSUkjg+zBn&0(WNgSQCyGt;xp=Ht^y~iWb+6-maAO z3%S;95$P@`B|%c0RZp!ye@`Xh8SMt_Z>guVhAA6JkP=RUl!64w1o@FawIzW7iM+x1 z{KF7%LeGh;SmY2#P=Bei2JVWA? zC#xbAs(NDxm;?AuMpgaV1uc`Qx=HAm@bc}QDwoOkuAo3VBKugAs-ESGv2jHQA+bbA zq}}j?#tMLn(^t#6NN0rTr;zdd6`l?HY|)3=;oDi`H)9vBJ`m`X98fK!Am;E1l|HWY z#rNXjZFr>poyHIp@zhb{+GbJtOliXF3+0A;6Si>7_4aUcU!Tw@jO@{+!|3GBts88x zX>92bE8HZRRwg&aA&aWN7r7MC^5Z&i*LWGV+kJR6F8LYKxh06;!h#ZPIklsRbcsMG zfi42w1pY{Ern{vWVbQI~O4w6}lVWcz(Kv6gw~jojN>deLI{S9;z4hz7Ei-BVou(;s zrPy7&NbwCI_3k>@dq?Sgu-g0fO7GiDdMfw6qx8OmZGgR9H+MbO=8q(o)hlK7!Vkvs z!_Q#@2-mN(vg;__sB72Fv~v?fFW!0n4g^NaYZWMKz({g#xtzN@Xs=Q1hga>#SM0}^ zT+2?`-l*6cXS1lrzSZ)hE9FO*%yN07Qr-xoMB6Hv#Stuak*KMMwyc1&^}(|8`Rgxw zpZ6}*E#=E)bxK(s#8ATrP<68Xq+&lgdp>yNBs+5P^Pyjk0L=}}kF47Ft=RVoGdRqC z0Cu5K$hv*ix_iaC8=muS!YbP!f^2mwRyX4T&sDl-wPfE43^x_aC3Q+k9c)HjxXdo} z1a^G1chz}##d&z~?y_EXHYm;phA`ln%?&oSv!)w?!jH;@N07ztr9ojtiB;6I+k>+? zukGERXEA%X8m{~4+zXHg4CGTS-=|#^(gAI{UZNW=>TVIGKu9gJ4%x?aT7=-f6RfQlJ@IL| z@Mst4A#72{b&si+laT*KpC>{3U&6Fa9Yj#fW5d2#0vp=roM~(52BhMCm+kieG zv`fkdl1Q9evJxmDu!{ik)Fq;eCHnqK#|fMzaFIYW0s2Le$bhtTg#c}JrN0IU8OJAJ zX;1ouGU!x1l->vhTP$Sa#JivJe@DQCO_?-EF%N+|1cnIQB`{3j9)bG=$nB)$CO`(; zB`*O|la)x|TpA9! zo}1IZe*rm0$~LCG;W4wJ9LX@4Zks(g>wEtga;Ox*8y?HiRUjD#)0bvD=eE567ILT* zz#AURH0?k#449#K?p#1Wk0wo24B!oq6>9QM2J=n@^UtiM8xGt?MHzH$HpK8_MW+L+d83!Gci5MF3lw7zT>@g&f#&o#m?CBOov9new%N9@Wq z)^$U{25)JtC3>w(E8qtqZ!BnP7|_JuPqd<0*O`;;jI#m zwu;o6CLSEKis1zk!;1(XUc%AgMQTkG5BBXsn_Jd2Kuh(nnt23vKn3pYX9FYnHRh>A z(4(byis7Yq%7>TUB@Hj(Xit$^_fDx%%wTHtz^hu(*wt=s) zA^#<+QfwK0Aj}_tNBZ4r&hP`~eXI=Q%$o9(z{fhL=n0VM2_pPPgrhw{YE2UlTD7~y zO9K)w4H5p*2uEKUQuI}g1-G;{sJd-U10?1cB7BY!j?OWpc$paB)>ezEK%y!lyei>n zRixH5DS-GH;J*N53nG*?Ix#*rF%HLZ<97$KXN`P_4(I$DI*<536Q}E{b;I~Bv?Fl+ z6Dq?$har6tYo9KvdpM<;(z#(5?qyoM{cIdV@xOR#7dFSTwrTdm^4=reWBql_Bdu0* zU8BX{c!W0q*@rm2*Qo?Q-k>;5+#+)V4~JTWeU*%MDIb0H8z;u^R3GD7c}>5g&O^h_ z?D3L-YhS-_aCkVB25JpI)&8{3{)ez442!ygo9!4Mb%2C1jE;G{(kavo8Qc>O#-tAs z;OxV{IPv}oL=j-Wkz?6#TrnJH;lO=k|7FoJ{gR2YF~S?CU*N-KzbprOe#qIsZwiWiI1ciof*jES31^-!Uvcd+iGBjR4~)<>y*qzrK> zV_YgNE|nflxlQwiDSaR^Wn-IiL*+SsBK}zWGBZ9Wo>>6aQO}eP(4sq5R+=mKvF;L_F$PWMA7=d^YxctIg@sDC?;OnFvL61c)q`Ix zxRq1&*SL@Hcf>izt+0t!ZkzR%(DHktvLQ4(%deytjWi5AJqoPaTPXCWaa|z}? z|4SgWa9ux$htYVz=mJ@A2{OZ|P6(N5y@Gpm2@qFAJmWsa0Z}LdgIT%LEqsBDo4%2i z5N%@mLNi{=r>u)?zq_^3>4hn*4WP{W4<>AaolUpik76{j>wuqC#jc!*++M7F5uqNc zlY9dI1o!zQ(scY(#TTrYbIJ8j4RI~Os{z)^v?&8D)2&-8pOv`NF}+Rx^2^-EmT%$# zCf_7kf>&3;fk|!vO3ZQk@^TCOerx8ryRggeAVX1(PEo7Yufs%~N11kf2X0f@4*|eL zfk}Cfo15p}Y2=G$D2og;skW>oFYYTE;D+;QBxp{nlX?qx|0PyZoH_Cblt>`^22JH3 zqwuumb-s1Fg-=|av5^R1Kup|%;<-AdU{7HC=Bet2d3VR`#eW&2UN?3hvpqDO1o#er-pn#r7P z{KAyYa(2wt0w4qm1eQ%Z71K_}1FhGh3ZHc$Q(xZ$e9im%I9)1TqCx5g@ay*WsB!_} zQ*{1=F-HXoK=t|SPJWAzzmUH!2n{$oJidvMai8O|KO5OhsN*XA}xddG_E4<^Jip6 z4Aq;3p?Wc^{8^djJuu$YPj>tLR;ZnOhtARR=LoN^K7UX1>ehY%6KQ%dFZ7{@cO`M9yOvB~kfqh7~72`oV|ydJ4$Y|>FD za_$VnVArVB=N^_IQ8Fq`p7NJv63;U%kU^8x2LXdIa*p6}*ZN%!sH}8eY2Dl0P=9WZ z;{swAh6g;77d_hJce4~JJ;_c+dVcKNqcHgDjpyB}xvlFzZD z@$sN%1a;d`=EBvhmv@Rr>OK8l2edy%gsjURN8^LB@kvox$fAI&L2Qgr0XkO$7u+6C zjmmzwig?J#vqD)hd7MeX_cYR5R5K0z!_*KQ4ScBtH$?am<`VH9pG1dN!jm^i_6WuX z-(zx~3GHk6&kO%zaxP0q@0;|6()kPbNPNc>GW1JB52fqWrg7MZ;TAj-`VLD0%1uWe zcS4XR!NC3S7}?qPdAK(}zRe|>ax~!=~`?7*8|v8((Z>5YVH0vdX)Qqktk`sY0-iZNDkld z{6EBAZK%*|YXgSB)sHg4;nCJEfhYw^1ZJbwvao$&{3TW{L=%A}L%S<{6GYcE@xY-m zm}mSe`XX6h6g1>aH`Cwi94E_hE^cQzN9CNOO3u;g^RLr0r+qUApB?+&)9*i>eS0On zP);ul=H@?pJg0s3WX6Ea$g`tAJo$r@b5=Rau4IAhQ=9=lW|3pHXx~cFzD28CbVMmS zLeA$(=c``qdA{fKfnN^&YV;SQpp@kHL8X0=RgDCsj~;#e?uYL#j(_^(r%#p-%SSIN zM=#1%%}P}>Ll_=m-Z8~HvFd$i#Y;@^Gf>&W7UT?6wy+%_gv?gm6=KSs(RC10mJm{- z+D=LlLJ?wR@=T6OJah>VexS|e%v>JGTxgNa#}xB1W)L$A$wGmW#=vk&oKEt?&R z*}=??Amy_BJ+ir4F;_ElHP4vsn%ym%?TXpX%=TbWc|ae?2N$jcvmmf%7skDc@Qy#rEAM|%E`+jAzL~XODD5*szqA@9=7MS;ySZzh0!ys;%Z{H77=7i zt72(omR7ZBeV{YYxlph$sq8#1SJo<(waiv8f^0dbSk5sXFd1fivq#>0^6bf6$4YKF z*<=upbvAGie-HoW#78Hf>ah)vcUA=1QmqGf9c8AYYDT4Oaw#SkGr81^L$c|xVmi!Bhu2j>Erhjht;SHy c^hLgWtbqS|Y+G}g<`-p_=KcC#?9&4NADJB%^#A|> literal 0 HcmV?d00001 diff --git a/__pycache__/jrxml_chunker.cpython-314.pyc b/__pycache__/jrxml_chunker.cpython-314.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1363a9fb052041f36d3c01be85943f9ff564b840 GIT binary patch literal 71402 zcmeFa33Oc7c_vsJmO>R!SZl#r*a;8>2yovQ5Fi#31Pfqs0|A0SVIe`F_^K$9pe!kI zCk=H@k3q{Fg0>Svwi1D3XH@JYBQSPHke$R(cTfCE1rVjOy2VWUB*(M#P^S9GR?bZ3 z`|n%o74Sena+3C$Gj)J>-@EU=yS@AF{r~S@?#7hlBn^Il@NLcIz@kR;U+6;mC5k7{ z{zaTd^NPl$@oTy@E^V{6Nq1dWplQoIj4;iTB4N)HNqGCHfPajDBNNl0S*1 z(Knl#%zkrIvOl>g#h+53xnR!H6lz=so5mHlRVS3RRV>hNVfW&3FG0HJPjw~Y+Gx{^ zr25lbNjNvL^K_RP=gI6m<3gq@W#<`QQwafBnT}VY)7FX&Htx$yDdcjtx zxscVqSu9c!Y!%aVYj=JPIcfX2>6bm@WM4^{t5BIz zN`ohgluxvFYBWYozJ@(hET!sBqOYhQUkSb;sz>qi`&DcP5_%VTmMHUNZ%fXrK$D}n zkdF5!$N0-xo~10$a;Z$@Ql`v>y<;l7MoNKkK-U|VT`#|1vFv{3vg?h@uB(<^Z(4R; z9lfSH(Z5r3VMDy8KbiVRtd-o30!nBY$5ffr;yQEun6txkwRhA% z+~=$xx;}bkcy!SD!j|gINk_+eM|KNw&X!)E*TcCy-Z9SabNW43y(7JTk8@yn#N%^b zy5;O2yV^TE>hy^@`J4k|ob%YRE|@9v~c&W@AEoEut>9Ij`nF7^666^L!3*rwr29&VIMJ$c>3-Eto59UZ*hJIE58 zY47z9IX6&aD0h0MrQ<{!vZA9hises{D>JF@a6329K}z3nv(Gb9bLLpb8RrYbz0M<4 z??e5)UcZM!0aTbubW>+%drVU22F`PJOl&vR?69YI)LB0^GUDm;508xsi91+-;BLcJ zum4s|T(svrBc7|CQNI)KsNYB3<@5LAy>)tS`m69#Zu%RCJtO^9&XM6!PnDBH{^+9- zoO(t^hP^%yo*2H0E~`S9U*g!ytaA1Z^>TQ;j~nwLyGuwj!1Z2b53$mYa%0!MxR2L2 zHj2`#oOrbNN|kfaGwR`n`x=BwCAC%PBZgzcK7Yh;WVp{C(RXjFVo_2p2SdE$9SYcY$AT)r?{E`VAN2@WsZvbn@Dp;MQ!> zy7XAFK_$2hexqCCPjbZ-YbxR+!q{dbdOW8CBXGonreb`v*NdLxuJ`$`bDj!q#M18> z=)FGT?-}Ur^N(@2`e@yzfBI3)^!R^v35UJfS2S)-w{GXZz)XbLT+K=CkhVtCp*^qJ zqjPD?kOt>koa+?ldd0axaULh0>ySR4&QbG(pAiicNn~~H8SalH31{@BMAC+?<5TVF z_xSp_VK0rINCMY;qvz(;kw`+{*eH#GNa9tGzn6_+eMCPziZ_AAa@2+jT_heK=G9(* zB)O-Dy%c&AJv}}uv*?vbP5UdmpPQw!z$$A zs=c=&=ANG3(a|vsLr+gn#Kz{6dg|qB<&6U5?mL0QFaD+GH#Hx}Yb@!%as1;1jaK_{ zq9!f#H%@$Pr1K<=Jtt_${@6qpW=%@kZyftLna)#$a|@lPYAhK+!{(o-;o=#x)I89% zRhS})Jw2lswWvf=PtVn{{_7)jj_O^z-a8`RvGnu|40Ap|eIBD@xSi0`(?8bN)5FCh zpNN6_f=j2evblvaqAsQ*=e#C4s($n)m%UO|!j|R{| z&W0mrln$&Ta&U!?ct!I!hEg=snlrO?A#3w1O`lSezO3Ph4rGtSd?8dt`aO%syNdZj zDx+V>W{qptRjoe`;ckTS2=^dNK)4rSqD$|Jb78Ex46cM4z2E5C$G#xY!y}0TMLeSQ zC$Tut#fTFqW0Pw?ivxX(I7T5Ooted@us92jss3aZlgeV!SWF6wNoO$`EXKlOGFeO( zi%DfMRu*GpF=;Hu&SD%aCY{A(vzQzflfhzgSxg>_$z(D4ET(|PWU&}0iz#F=Ru)sl zVv1Rejm4C(m{JyFXE9|grkuq%Sj+|%Q^8`gSxhC1*~nsYSWFd**~DUUSxhyHsbMjB zEM_x{sbw+wET)ddY+*44EM_Z<*~Vg=EM_~!_zPV-{6(1Mid{P~R~(3BvM)|rz}c7Q z;XccK-nt%%yXnPh88KY;Vfu)tvv@F+^iK|o-3#G0|9W(RNoWy2cCr;F7UYC|;-WpIp6*|t0WRaAsy*Gsks>e4x zj@g~dKs4@VArL-HVXhOtOglYOsMd)w6WB>4^JU`ji&r$CYP4~iKBmL#J{GVKwvTd^ zeqzlNpV4IUisp3csB{OsZ?WcqwhfcSCd6SvHuyXv1MGrL!ewQwVl<`q8DMwG00`C6!*IL+|Q^-Zc`z*TaTS zJmD9(rKi1Ik_4=nQd~oDp<{z~PaVz_l z=0S{##AijARbSC`;ZpduE8l<=M{QsBb898qS>jL!Ewqw%B}fTf8n;%-X$@(+Bm_g# zuHZ4G^o2+-<>}SAb?ui2d9NQhlYcK;w=F2BD}qE6E`}5e;KXN^~cJ zrz}I6#x=_{N@Yo*TA8gI1l|v=q;+!HFQ)7ycam7PY0a`tQkhb?M%j7G3dUtj*=Dy{ zEIWD4vXiAUrErb1iAY%Xizz$Bog$WPS+i`5RHhWJQFh_7f^ivBcB(s7EIVz@vR5EB zYm`k>!m?jX+3D_dvFwaB%g&J6D}`&6UAnAbT*j20>CP0(&RVnVEU8Q>T%&Ah8d6jt zrfjR*`cKyG3PqvfX-wHRw@obDzGl1aQhTLvjdlYUT>gtG+u?SIWoNHhcD7We6s}P= zExyZsF=gktbHuW9*DPDc0M}V|&9Z`V8B=ziJ5MY-f6cP(jds_rQFej5KrGw2 zX4y`uOetKW>@91QUFa?p%Pv~8>>{a5DO{s$72G_g&x_r~V%a5YmR%y1DTQm4yw0dDCT2CT&Sg*3j1O^zo3!{?E2WXIlMXqog-mVECT zA%jx1Lyksu(NMs4(yizdjJc7bqfhuyrV@j?SRq7@@4%ieNw?EBOW_eD~cy-HnwUnGsi#k@s* zzppQ1j(LN+YlvYlPpZ4libV_%hJ`5V%`fXrfEj*hAj^Imj= zeG!xLP3SHmNz6;o_4P$8%llssfD`pv-uHSRhv?<~?gIg>DJyfX<0o*3A|{CTc_Ia> z{2_ZsfV)OKjNM8!5VQ25CG9IWUcK>^mtK8oYIw=A;eE@757UeJvh9Iefh&B;;ZS-# zZ?69-Qr-MlH>ZptOVNZOY{~e_i?6=;J1;T*Ub%DS?%18N>4BNCkahorDV&xu z5g*RToJf2cugT6|a%>Gcwg%43oew!qPNakrQ@)b?YVy|xrn*Dcs)fW&;l$L*L;pIN zrFP^k*|!AkTLMjUts#5+MDkD43nmVS&FNn`{_62>mQAOBqjJGq8a8K6Y5(={f7SGH zoF>EhG>H|mE$G-57@E5ha=0c^ev$4df;OR+HrMBQ>s-p&70lT+yJ3D~D96nw+JBN!yhh_nP|Gj)3UUgTvUdctcg!Zvn?l*06PBN(7p~DK zMZa2Cet|x*!}ITPtx<&sAT>ZujI-u$tYUm1r(#SFZ$wCo=Y!U zqjkkk6E&&UiR6_C5iQAt9X#8M!`cXuOHUXP{`E09ksj2BLBNR;`-eFJCQ8C0=ouy0 z(8m!WgcO7qMdJL|Ar1UIu+d-PF(2_O3^uaFWq+)};eq}s1&^{=5IlJ*=svf2@;tjI zG*kpd@E`=9_{VkPGXub)S2TcB^ng?h&j*o|@D2#IZ)!9*kO$`m%#wiXNq`@KLE2TI zCJFRum!TzA3wChJf_#bp8$_; zO#%o7&};e6ounXX4a?vlLzfIuxwLL0MB}+cJpBA0l# z0jU!dxyWh*%X4vKa5*(yG<4Vxf^I-Gxf-uYk)NTH)vD73@J^w$0MU1x*L1+tx}*`$ zhPARFJn?6g-?;untMfD6Zs&M{ASCpS$2A^mKIUv2PfY5BcngB?@kBw~UFEDWaik*? zG2G}Kxe|#R8N1=(B8i}FeK&^vLmYiXK-b5HN4Z;c8qYp~eo)OElg5pBMk7X&Ei(aL zg;}7vUPMyvOO!sT7h)ulh)kjtyr&Q3x1T#rH?=(^MupTpVxWMLYTQ|N$KxXeyi7qy z2*iR#pat+rLZS!pW~Agf6oZ_KeQwk_0G6|C6G`DL>qOFr`Of=;Umu(vdYoVLYTLw- z$x}bE=S>>I8MeE-@9chU?^4EwV8(`-?4^vY3mIEKbQZmt@Or|V=GVyiJ z_^h4b!qPVjUM~nZLWO&#;=}f$C3{8CUNKX)V6Vm1bnow3rjkCi=S}OUo2U28T>6uY zfcuYg0?D(d`TT~*_Qq!xjU)eKy{2IECsvIyWzslRIh8wo=DU4?%I}QvoA%ER@+plA ziATd02UhuCe3GEaE&W8J&Du$M#!U}TpAYB)wSi(jfBTYs$NTmjfB#gEyPx?8?0k3A zq4;{c;fHop{egrZ7N^zkPWa*OIGo3bCg`iAdF5Fn4r@=C?V!Gv|JWp|cNs8^8fpv> z3dFIglTp>|Rddij(+G2B91~)2q!txP5asOx>~2KVbA=lWasL3Re8d9(g2WdM+PI{T z+3|tzDGMJJy;J$9QaBHGxW$w69wC)5jVhZ!=qQ^;KS4(TgC}VN`vLn_LE)vzz-w^p zQZ=XIuIs8b*L98iG@5It)Vc=KSG<&CG~9(#af$>&+C?pAKes&DbZbaMNK6By1Dw3F z)?)fLT`M}0^ozXl-Z<1)Wjb|5@q9MPpGp+#oR2zBsI^gT!iA(&FHOrR)hU*0#B!lt zsyu07f(EvI%A_dud%t3-X0K_LQsw^hCcBeSYKo%N|N1MIYVoG5Qfj5T&HXV6rRF^n;+4W|uQZrdL;>}zoMWS5ytW{D(ms+a}i!GKjQ=Q&r zb{ka3NwOV36WQ3U4ko1@vX?cj(b*jyhM8RLr|HkaoN`r|bm^IBp4ACnn>!;`k5bOdNAJdMQ*0ZZpdF9Pf$c?qGjc&U;$5qAVv`v`Ps@-~5 zjXU18S#3se)hc4;Z`xI-h?T!e*A_*r{9U=WDq`ig?b@b@mEW6dyCPP81FjtycRSsN z8k1|+4w0@X2K`Zhe{bBdbe1TendGw+`7BL5(|c3Aj$uv3ZtfM36HIT6Bf=!2i5O*+ zIg%(LjgdG8CVu9quBj1~H_sm=?ah7V3_>iw@L8_PEm0K{ck@=>l`+Ng3**~6hlYJl z{PnJ;p)0|&Od(f5ah>I#>B_6eP3_PGb&`?{Bm$`Xpy%{(zkld6eOt|;alP}VGm=D+ zO`hSwA%8^cjF`r_Vd#HC;}m*BiG5vzH#?=Cq${J7^(IaM zPD34XJpBl%YTC|5{)n#KN81! zDq<3GZDRH!7P%h;?k|!e^@MnB5@BkV+9U$f>>?$KMGINUBSw5QDGI)W*_5>zAH)mH z2Wh8pgbr|+Lo^(5{Y)zooGPgYaEEb-=>5Hek(7?kLv2S6xsLQ4M%ckk(47Rl)qXUW ztEa0B=!f=>+#2`vL<{A9i?V5;+i}CtCHFCH$BJBm5hk%hlmUvwQ3ZVw?WIUM>!uzW zP-qAnP*7)OBPXIAkh+gVTE0j;>pnc@jhNUe6J7WsMyVHZ>jg!hicbmSE215Yh}|p1 zTcUM`R@T56i9nzLU$a zUoKh>_I*`3fS|H=g!*lxDhsbJd1KsPCpaMp08%q2JMW&qb3T+>I1%^3rrJLzilVK=~-}}<2199O6Y(GHIuNoRd}IwAx_k4^&ATt&d2zaN=I~=%%_HlCiMJk}Q1+(h{TSM79CoG6bw^D2P{9U26-H>Jo72pdGgfb6K7{ghPyIps>_@YCh ztiuyYNN#D+&Yhn-&Y$ey&7I*C$5iS4ihC8)t%0mi_72{$b5=jw@J{oi=D88R^K5AE zIeyQ1{(KjI;nLEDf#8J!e$f9E3%B-=?wLl@tv#&6)dg)m1@*ck6eKt3!YQ_I>iOL2 zkiCYtZRR((eG1MKiRS%3zV+TM{_K^76C+63tUEyuoY1yY(5^el9(Un!>(_i!+h4mq zd3Ac%k8aO&zIFD&*}(0EP4)blZoaAqua!6VDpT$I@t#2D+m45h**y!jNBOQx{N_Hs zub(%2gjBm;dx^J}O^+JpFFL!BdhYK`X>y^{#_tx-418zfOkQA!&p)tWKKPL-GxqNAcdGe{U9&j=pcc%H zADOaZZ(sgS4PUW)wu;X`x?pa4Vs+ddx-&F29w0i?!Whil8+KI8)W6mApeb-RRCQp{abT`=(Q$Ml<);=$ zI4dt~+YrvL2xk_Bt@%^8r>^oFkMfyKPg3)yZiiECyklcHHSe3g>FwXZW#JoJreFB> zo^Y!3jpFIyZ&xdB$!X+Ulz9Bx2g0ejQ)6`SJhhpvDW4=~q$WMpWEhiv`SV__CjXN5 zm;bBvpz!Z#WZ|w-LG&MkgDXi)g3aY}ou>)B_FBK?{h65n9UcFQ& zU@RXP4*@0H7?=6628Rc_w~`*9D{%VI&tg{Uq>6B$`I#9_fqg6VHlb;+gO(Q$1+7tNib~nKWUd}!k^dWfNgNP36+BS2ElJU~K=X9{ z&zTg@C4dhxlhv+ZC3u>1G0PjOwHmiN2yOtVN3ztao&eSFITvA;`eD&wh zTH{=C%6@e-8>ZHO5I9da>5XTN*B%n+Kc{~v*7Oe~+`#bQb&l~9&anaTFaj0L{g0?q z8}}U?x$oitK7<>C^`UraPr)qj;10gUK5d+y1epaBGuFv;EwU|r~E5gqqjRYymbMc;M-Fu!>N#}ePSWcd5 zaGmWrcBt*>sY6E_IwD0qP{vXa-95xH^<26IgDBFGqWId5_avmv*+%CI|rt>&(wu7 zsu2g0vGq>t-4l0COdp+bg)%o!G(53n@V4CxmfhjPvdJ@dQo^>Jsm8l6e(l9@@#e`R zQ`S4jegWc@ckEe6+p{uBg)+(Rg*261HYk%cEu=MllwqGb#h2|^$lDPvt(>yoX$$8R zOvm5f`^~-K@~u;bDfc}yYPDpm3)<=yEOmkYx5pli@r@Ujws$XV?+$O=JlVCFS~R^i zl)B;L8co)wr*)dt%n8#; zrns7q>F^M;D+G^VgM(n@noL|QR%7$Ci#U?2BudT{8!b01fw3I&8!t5>Jy5J&GBJ`&)|9ll`Y251=#aDIyLQ z)gBHs5L4%)E{`N!h5jYXV13jee3!x}`M=Yx9qOOtn)3&HF~r6TUugQ|?yxy+@<7;} zF?k+(Rg;bM!46T}Hg*8%pOG|?@HAbMYWvFVS8q>keKY&@>~H6WEY*Bs^~zC3B0j3^ zGdB)vjxw#9uumyvg`_oRxgx16_ZqSW@R5N)K`>_0B~dN{GVwg?F(zOo320QnnoSl> zIFNW1fh1kUDHEO;7_k@}(=Xu+7>W^-P+ZRl+4<{n5lO_MhuNKr_ZXJNEh0-Fb*uu=5~iF+M6QNk zNgC5)DS{FV`?&r$JOxb@rfmwirs_`B)Xh-(hKYo~vsl9!j)~(>tahmQWn@F?&X#?5 z{Lc8@m+rhYJvhUKY;_Y&A6aa#-VCSaETt9&vBK?qoLU9@^UR!2lQd>qI6I#JocCHo zC1>7io$Hu>Ip7O;X19h)55CtLEIAX(K0DDG&OI<^n*GvzJ>TBB)P6SD4uH%PY9HWF z4Dy3ReD?4}>l0CRwKD7|4Cj=Di#CPr#o_Ft={?h%W?tg$`@`AAP(CUD{+8L>p*^j< zA=%ua)+&k12qU$B34v1g2>TRH8~cwy6C7mmGVrl7ZuiLXYQ zS|H?aeD@a^=zmi-uKRZkOM)OvJ}_N1Xj(+`k=e6+aD@LmDG zRj{eIr)ngsq7hnL%cfiOOFkyT(nPfE`TqgD+HZH5%TUACuPvXH z1%6IkER2}e<>@fmAgOLxNT2~jGRHA9v{;O)C_qAo851rR4Pn}q>VyTsDU==6h^W?L zQeLaX?r4cFbB9??t3#?ELo{I14cT#$YTc4qtx}ZI-B!$aF3Z~aihOS~mOk~oQ&sZ5 zD7IK#`YKCAp_`+s8KO{)gtsfV$(5nTqem4xU72j*%EH10?T#9)%cj0WRXDhh@OA}m zjW}qwKC!6=7wkvm$QJyIDsDv>udl##yU~hoOxvMKj6|)VZ)#qN!~4dYU?Ubb@7wgl zT5dD)gGK)TNr671tKQ7b z=wJG%@n6m_)OI$Gr|y-o1t$rEuvi<5ijN6=$H9ta6J0k#W1~Q{YI(vscGGDw3AdApZxoL*F}ki<_e=F_PrVboN_xpyjS2 zc~z2xG-}7ZzDO!nRvZK@hWnVFeu4w!sFZ}nYoa_ZO(BmHq8P0r3__xN6aqis-Sxow6?)~k)KkoY^ zI+ihXcU#`>d%N%7u893qqu*gc(j699094jYXNFSCKDKDGvOfjU;S{K+?A!@UIA`Nh zPHix!_HoXZS6iXo3*(!dC38{GT*Q}d3-kxvv%BU_%^jWJ!WW--Y;K1RZthmVBhK?$ z{`>%c4usG!pLdzhy#l>kmCP*msU!DW?zMd57!&0bE~Rb=rf!(oKU+F$o73_Yhaacb zhtnKWo%he(JNJ#Q$7vOiWr&IP&1TIe%wFRw4n0mi40k~&*sKAe2SE#8usLL{g``C^ zHoDBjC6!EEV!zvbr+I2DlvypyO&a;kqhV_i1Ven*HV|O8BoJUmlSqL5_v1p>Npt-H zO=jCLATg{y)i{Xe!r?*RQwkoXzmxqao1F$-r-blacd%!8@!VyWZY9k{L!QxG`B>H0 zOL4j52Jj44S+F}@#3!?#8UqeWC644FJH%8B+gG8M)EGF(Pz(~C^*pKstYRFfk+^nH zPRoB1CDad%ebiSq&GRS<`FQ|PU*vf*4ROUQQSzw4LX=r{B{1KHtWRBu&6rg4_kAd!v_Cflz~w|zp<)t3|te@aF%Vd za1Y*+n1;_H(yKGVpd>Ys%IB{tLS6zN%)Wf$!lm^DuyhpmenPN!9-GX6nrXe;`qkFy zq`=vQ%mdJ1usD`1&Y;D)WGM++N~X_2QNglf$+9nK*%z`LfMF*y@Gxb4<-k`COdOaR zzyI>RmzN5*1`D<>6>NXMV0+k6e81pc!IGmo=%@}kHczxXft|+IMf-+7>6p#_xtpMpBU2!C~)AGyt2UtB(2=d zbe|Q%?n}YGtBc*EEZxd^n!bC?4~fq@aqLZ5|4c2-U{OBLrBy?<-GB*C#ftzOW;<_u z7m>m2r^er6W`{3EmtLCL0n+6O^gckks9YPqh!pvPd%QNFCW}^^-yuJjJvuAwClUon zlj>Rnu&ohH-xtdhoM)oc!f2>k6UYptmFSYL6>EtIM#hh&0DXY(BXGt8)MuX~Petn( z7fdVhvL9sI7)JC1hiDSk+}7>jKuv10+}JnW+Ok?YH6Bu0Lr#C4p#(!B=VnwLDJj4$ zn14X>{vwlTpPmFy;bAf+w=_9m*j&M~W$#hr|GDV42KX;`Jwv7Tmh zq=3^k!m>eL4Wm{-H3pYeef<)F*?3v2H|DIu#@$6n3oKL)x}D3V13?M`a2v-QJ${yY z8Q5$!$#|+e*y<9oisD>1p}7sRpFD=r#_-e$$cypRE}ZPu$~<*0MsOPXM6()S4SOV! zenKi;ok8TU@ij628pe^tUq3KJv>PJvVy(0lPu0W60?v*-xKC(skN^5_%F5|rwEg(gz{`QAQT^Tlty7%s1V^TpR+Tq@rcEZ-F>-!qvK zN-Y8ZnQjOFDd-(6upu7G?+<15L;b+sG@k>~=T!GX&n3QZIMj2Q@4f;maYWmoL(m8l zNdygos^&>J3dWVKL${nDDrN*xzRb2B<}>TV*7BJge*4k+9Ns;^552(OeEAcN=CDr8 z_!uda9@ZVF9Ib7-6*SW?e_o?;c4~hafhJ$Xdc{YY-TzZzV@~3`*(Ht8*E1YwEH(T( z%Nza+jbNGg-9nq~=Z&DpuR#0ioW3wuimJB+K>{3(IMlRw(cj1@{DlG+68Z8^k zehM5z>q>JIdXUa?%m9^^2`VkC!wM;c(PdLB0aTh@ok~-q=~D3(HGy0{>J&;5piV~UWq_nw&R7U$UJ_&RQ&Y;s3%|2xs&LVi6L#d?cieLX z+ufn!(>Tu8zH#`?)^D{2w6o1iC5?y)7M~6|&P=p?u&+LpedLjQR(pTvy`A^>-rGA9 zAJ9SO^~gQZ%4Z+>U}!XyJr*1qh53^*MJQ)W;N;t99-eu->tWYiIp2CAw5|L7oNlBH zW{*v@g3rjwn`r$>R?eh0Y=xocB=x2vS_a#GvPF|uHa)PEyXj8iq!xOic}4fT?sYBYZ3^aXni-glpS?EQ z7Z?fU)lVjc^Na6~+#6ZSuMXx{&)nd5wuJIqCruyb=HGAqdh1NwtZ^at@T3vlo?nF2 zxrO(SfBpDO<>TCKYxHi}<^V|?OMbNR-Hku0dAEjlo#oG82p#U`OM9l0KCtJ3zsuVW z{w{k*;5OR2Wo{g%e6Dk%kkd9aY4|834?5pdqci7b6Baiel4`x1 zd?)#vm&19bzt_Qf&7PY*Hm~J#Tf+I3GcB{pbGP|U@NyiV z=RP1>G-rv0Oz4uCAvKXGSjYrY zf>#CZquRAF$YSK5u}dcYqpU3mLa5KH)rMFOH*|TI!@_tX8O#JJIuQ)I>=(mKq_|D) zBrqVvo}@CtWV|a)triefrmHg%3LV^xh>_gGvgKZh=8kdwFaRfA$LO}`{GK|}&H-@sRCzAdSrp8Q{+L1$U zb#viRG$ZTot~?Lzy&|C`%2Q~r99BYMfRW_A)Q6Y0O8YR!B zmaTfzB3FT6CvvsOa&(E z`=)$BVJ6FV_xxASPv-<~Eo2>n45x12Qr%(v@pXqMuPj;1g4VJnYgG^~%&pb)B&x9= zp4&6GY2L?obn`uZiyi%7hZe>--uF^y>}5CZ7;8!cD^TIR3A z*1kgCQ?X3mv!BmA5Vls#?BTO^teAs@?-IQ)Z&OJfMk0uRYFoK=YAJTcOgoh{?cne* z<0%D?4!_g#sD+&dPn{9M3%$WhBa0WVvUDq_9cYpZ(+=$*-kaW=@vD&ivc1T`Uxn;H z{oA|n0{T&(T$tIN9x6i>PY)@l5j8?Ly7Lyu`okht8UMVg3fQ-k zNJVnNEa!E=duT^G{DCIAoUjurRBL}tysKy>$6Bw^XS!lJhiehdG6^$6N zDX7Qa36wk%FZjHR^4Ls*qSTi2Z)ru5T0vP`!sVphhlQz#{X_gg6F~`G!w;_@?Wjt`XeS33^7% z6sgSl$}0+{{NVG2Ig*RJ)eWMq(dv8Z}7vHr?ahQ89&Y7*EDV^e=cu zU`CBnE4crNwky2 zqnM+bVKi2mUV265sTe#{P+aRY&Mjb;u`lGG~SqI zn2{>q!#uX6u+3wm*W|D?swoypj+R3z?qtct-Nu1!fh&{cl8ncBP?YktQ5`pZuEELZ z#J|OG{G~*s!;?zX``aaO~(OkJ?t__-N1BH*xTS;Fl2Y7zj&ZW|Q!P0$8r3V02KoYd)NXXvs zXjhp0esrm= zH`vy@)HWDw8w|A#^HrBg*i`Xxn#Nl2G!t7P-Mw|^)*_oOLe85Z+s%olaPHB0)7+Q% z&R+h~2;X~^zxu+$jd5@~FGAf7P|QtmK)AXA&<4R#T{i_ix4quDxl95m zNW~x{3wCsc$}ZqI-}?sl=Iw9Y4%E)xS}LdbVA+LGZa3`xmB#jY;_afhMk+=7Tvnyws`5i~+9en2%)E8yn5_I#93ixA(?jlv_ zlI|)6W4afJmAk3CO;<1K8VF&!sbiQ@_E9~PaY1O4Z25SjrtF~h>26VKvrFS>gwV$B z#sAe`{@kf42WUim%nx)WE!FWqs5;QHCH{wX2U>Q<&({^U>`P)WF}^bP`!(a|ev?)V z5UGOI89bN>4o><62PdM{896o~t1}9tns>Nb$tRN?GR)gDx`y;s9Hz-n#?bO z4hJ-7Qls*ruV(Cyk+ujqNVS4*h9o(k^ylOw`|?M>WT@6r-g(+?B}%DxYF(L~ z=1%O`z(GzNi@-t-J6A3v zyQ1_x(>3qCKH{gnBCmVY#axXTKr;CaMUiW1YJ|5-_G9GIwrE9i8q5(JKw6QU*3r(1 zkkt|2&^yvWb!&q=fuErS?mUqvn4~n4XDcSYT0`wgx%Z=r=<0W9(!(fXqANb{)O!Q- zY4->24e+HqLis!A42$_k{=Rllbl#X)iB{%DeZjiDNTmr-k8OjLnidsZWEJ}2Toh%tKu*kNEb*R@z zzO|)3hM#JxpF$=kTJSSEHcG-`+7Rt4Gl*7P1_`fj!Owk_l9PiUayLjt5gyFFMzLR` zSj(~saSK$^A`U*1v&GP&0*7=0(QBz130)wd#B62z&nQbGKx156OPWSc{*g==_8bb? z2On(@^#16~yJvpX^==m=U7?09{^CHeVPL^gJC&xS7l{(xK9S7Z2S3Wr`$ln)hF~b~ z)cxZ7#b1}NLfNM#EKlqQ=W^zf=g%&jhMG!m==3Gt4SUNgymf^4-sEq634*h6xQ~Y5 zi~nIqiNGSAVXIl>qmd?1OnQ#Xq*K{N+&;e@)OMYSo>i z%5>@ahz#=xG~=*tjB4-Ed09oTsTn&|M2#KngG@*5j|v<2Ccf(^IjS}MKwo$?-tdD8 zCyu|)gx569K{DYb1L+WG5|Cc^&hAIM1pvMCv=DY(4EA1G>>61GNGAx35nitVxLz;e zrKZ5mVChK_mL3G8Xh6=(erfuINr~%;EJPV&C{h%w8pt@?vj)|el zubx6SJoK7e@m@3jlifzoX<->%cby?0lxnL6=1LG9<^4RcRFqb#rg05 zYyJH#*Ifbo)5csTNzgVt?BH5VcP3=k*-WiNbKsYV`F}M`YHzl~#OCWp3 zD(_Bqj|2#Q1fw9+o%u!T=Y`7px}U=+k>0e|3g-w}&wJkls|8!8%Rxeu?;?+1fans%s~+ZPLr}!Ni`p^+WaeT+p$I@$3EUGpq+y<9 zZlWOOC-ne9%s-xRl3YDIH;n5mpo#WJxG`>Q8*?(B64m2rk_v%XCVWde;9f&EvyD|E z_&qA;59lyMhd-pln{;@C4iD(?IvoNyjGF{E9cY%boNGkoB4(*!Oac9`DCJJ7^mpm( zLppp92MI{U&H~Wor`UQrFarO}bQT3tqqHX@HW@wIKuIw4H5ECl0;v(Hi+voeDBL&b za32TU@Cm-LBSxGttu_GhI2CMdxl&3bI{IMVv;UHcV@;W-v-fboZZE>?WNHnRqrx9m z8)XphW%j~cnIbn7;8zf~G$dmPTN!9&Cjyy!luE05KGrJLMIdw;B~gz#NFsFM$C}Jw zjiHRniNv46HD%LM_NG@`0I}v2-QRz2|5DDTU=Ar|C(fnK=>wyooQ8>GVOu`i;N@t@ zRt5CWUU1)X&oYw$1^0<&=?a+PR-lc+ z2bc01gL#diye8;xXXM=7cX!|9zHnj1n|ZJ2EfsDJ7H$m{Zl7%Vn|+O;?4ys)u2k5E zUrs*z=m+xssamDNKB@EzDL%~3y}$A68>a`MGoF2zsp{Laqt#D(Y~KQa)t-CbbkD>Z z1cQJO;^N4vAm?5Vc|V!41&TtBZIjsTK6g6qP1Eb9ZznHgYzo+CPrY;g(fRLPcwE~O zE~}bsnmYB`2_Vi6@=%pmKJ8!3t@?h(?78n1%x_uP)%Gxs?{qKbo}M`VQNxL;9n-s~ zt7iHFn*s$v#~~2uw?Liqrw2(Pe9#v>MLWeb>p+J?p?}lN$V@lCr;|T*k>J+eK0dpj zAG)@{UFTnT8N{$p(8A}09c2#dT1i`OKv1we1_eu89n+m67Jvd|?AG-XNqtOriLP$w zzC=N*?j;Id(!ETrq03q1}M1 zEBZ0Ix}x`!vL^+IyskfJKrUDGhbW2L&_%&z{RIjx7`iDqtnZ=6SRo}EWq z|4i==Wmm^qDEwaT3NNd-XZOxlL%rUP$2QDV3F`Htp#m}#EgxDWmSTX~IHdDa@Pg3r z?3V?z1p(6Cr^%^)dQ7lg_~p;HXmXlJ5C16B$o!$Bq-A^jU+7C)_QdXKLQ@dFvtJio zoWG7?A#w@3#euA*5lB|kIAz!^g;DGlS1Ykw!m!c2#Aj#NWU^irKxu)G`k`5ctaR@ME$O+S&K4K6q*_`DN0NRfeOohu)oDzO+PRhNuEtaI>7^IiV&wfN-Y%0eAP5+ z2%yA1fT$q_dG%VzSf?w#Ma#5G)aokhIXl{%shAEc=UhfA=CO9rX-Z`7tEh1h+K8PIXP5UNUD8E*i0~ z94>5Ehew6&8#~83XfuyC&kfr2F{0fJJ##Uler)9W)lrxR!e^={VuPP?+NEB|?!;(A zZ{H9-GH#KmMOGD%b-#}qFz=<~=|{P->t2NxspxKHJguqMCv4d$WQV;N^=Gk%i>_^K zJfq49XivB+R2KlJ`S|dtbBJv?iL1;iV4J8lwq?129VDrmh)u5|U+7dvq@*^ZwAZPp z0yvOerc^;jcP0rvCzv`CmMA1 zYO?qFKcm|sMxj;&b^aE+W|DZO{rWa_>nuek;q9TiZ1>Gn))77E2%xj;;g!ITe`(F0+@sOi#wuE==CjwJ7O0EH4SwGhiax^1l zLCO6W@4dKGP!lYu;WrYi+n$ci*E{))(wf$Vt{I&mhIiwq&rKLRv(1NpnT5hdWg30>26SPR(F$vo4Qsa zj!x-&h&VbX5LF)iFwsb@Afpgm)?cBZQ8z+?SN|dfU(z2Xs^~?169r8I{dB=_m9DxB zqZEu94#puk6nBDxgK_N?w8x#KU{vp-AiE=OEuyN33C{~9*Y&q%vuDk7hj@EqIJ;~n zDR6AAV!n$%53YYeKtc8mrNBH-eo8UoP%= zQ3n+KDCEiO2L=_u?wS->yepOhi(iWZBb{7OoD2|!PZ0D3>Cdjac1nL906^6MYIjPv zMxtoCV{GtF|9Kg@9qV`^+oSC?qXd)H-iAWE*W$K#4ziS%=hBQopFmfd)#yXF>XT|z zj6_LF6f1PhzlJ#lm{98!t9g<_PvCXLsMlVG=E&2EI0|NwI`w%i5H*4SBhsn10@RP{ z^UrHX3?!GVyo$CEK0o3`x=DTXq)2I@g{z)IhAKh(si%|3(CoN8%MkHR{AjCUIQDy=DU+nJyWA^d325bYVMf3i zfNM#&y<$sSBwnDXxd7g2l%I+ukXkHusE-(~U~@(CaD8QT?8YeD1kpd-*GYzHMEysM zM5PP1q>4%v|oxCXm4^bQRH4SViq$yN_-Kl&%GnVf`)toTyuK-eM1aBS67#z zuU=M{0mg6x?~6-!>o98ZhVf4HqH;{C&@Pu&QjQtd-E;~D-I8OVA5t61FQw?`Q)$@U z@OhbwK z{X&B_4DI9IrT%9FjTzfxbH2l<3zKQ!oVjHE0U}nYEpdO12Xm-vt8rWCT3>L0gBJ44 z*lh1RLyv~u8F@4^zmq?8Cba)7zwaFOYG17C3Jq{#Pj9Nxj$6Pt%k@F;jO+F|As-^z zv2EPwgiCfO^*nm;>KJw$qjBvUx4MUY!b}BNhN$iaYit{PrTLSxfebn!ZB*$Dw(uAstqm7clCX~J=b6x`nBo{uKSwv1 zNC`lnCX(4BG=jBD8fn~bQ=&BlP23{#6#IrAj3o74=QvC;J;VLnW4f2fG9~-hL@DQJ zztA+~itr z@|GM`i;gOS33Bfn?-{2nLUy`xKyyEwR|rAUVjgM23o7H&!%@BXk`FR-pX8Sdo`aV1 z>w@`pft|A*q5MN|AC!}Kf6v$VOy8Q_wUE;=nF#kmxur`vRl%I9nX{ps9g~S+XVGLb zJNz`a1g?Z~3hwW@x99$Wdk1E=2X=*W_93ov$5Q2S;;Y4!|l^o5Filda**{H4s&U}ouz@lT53YO1cDuRSt%g754h z^MH%JeA%Ui%)Y?U#> ze2MQDbnBSMu6p4mxCB99pN`4H1_j-^K0&vRgTVvd$x%J)=~n$|68#<3pP`;Uryrzy z!+M5NUDf;O-moC-dqLky!oK5zJn*EU$AEjs4HpTex@5RUflmUfj>P>px@sVJs;Dsz zCKbh2Y|4{m!`{wW1=EH9=EQ3)pL|KH$*+Y&k?c)RkLXsxj70AgnrB^@g`T%#teVj@ z+p8EG8epGToy&kD@G>0fEOy^mnD2GB}0N6z5@8V5R$i#Q-q_tmKcK%e4}oAe_EEtHV>Y%i8hrVJQIy12qmA)V7oG`SQ4jf!hTGDe*auDMS{ zf(zb{WjPzE`z1=HL_;X~8C^QUCmMA9f6w@$1U0#xDng{RxQ54EMlXw-!@83|w#6ackSC>}eb^*d%BKKOT_BeMKuVe5?X3$ zU%REMX;@2v7rD|_X{lUVcl&c&nzl+y)5#Ak)JDY-3NN+4Kr1s?E8EuH%AG8wY76A| zS;o?+_je}HIF%lXeZR}<`3CBl_0L>S>ldhJJL+j;^{f;7lSt}iKh^Kg9^I)67@B&| zIhY4w<@>Xvylhq;Q~F!wxt!=5$IP+b8s)n3B);u)Je41P%A3g)Q`cKwLG;PbQJypU zl-CMHRrQ`LbZ6ijFJcH^F+=fk-H?FS$vOc*ri#=sM7NCOx=LbZ6B~9yQ$Zu6ILzrr zWqM#hm_>mH0c&)XF+8Z8&9NJR2UWOrz=D!o8>7mU>OCO6NBC~8T8ZNTt3i=i19k!w z)AauXjlg9yIrcVlZ4zhl|9>R>_ZbP*Y=^nkM?wwW;IBFo46U_nBy47L!>gZjE>eC| z_Lvb=TNlTu0QIk|ZUx%=Py0=6S@mn$>bASK!3C)LcVcLrgAQISjYD6?cDUF4yx;YX zHQpxGLZ|w*#i6|j|1?XcDg@qZjk+iK%pdV_$sNVBs5ciYa{Rq0ZIJK)FGWx zy1pT(l0=LwAa^C>=6Z?|9ehU;`?xV5sP{{e#CqvWdy}De5$&x=+>POW{}4m;#!c;G zK4ycs8(u8_5Orb>EINkAQNG}9Qo?ftw-j86+OR+eh6zdVa1UWT+@B!>hFOg#LCIy* z-#a`C)tw~yv?r1hJts#MjOQ4)mhV>Lds3&4CpL-5sSN56$`nZ!5grkmGfCKxzjqKo zA+v{*vZyBAAeiDYPZ5My0jqqED*x|sfQB}y$V3dxVL0P%7@qchYDE-ii)za-D2-uk z3|=F)hbzPZJ5bZ>UdBLiKc|Au(ha6E^S4wM>rFwSnxR*yGte)>u~-K#Q0l*1{t~d98 zYd^e=PaX>w*97#7#asU(W3DT7$i<&Jy>RICqc~{7EEZqHZ5c>O2$*MHnmx&v9eA91 zFr1Y?y>TIH6X9mN?(LfH3gy%RG22x8{-%BKxn1$2in)qu!<)u$8TpePD80C9rsEIx zf4^_8;(Md>+`|5o58-L%>|*gbWeMg$SD=kAt6zkJPUK&{kX5lPe_PJ`w(^-HZ#BQw zJOjkA2&9`A2!eS{b?J&rJk=mvS4rc#VS=?C5zTs!#l=D#<}8umjbU5 zd}Y&uy_sdfYEfAFX3pz5Zx*~>5XhMw4iz>LY$G8|=D@kYF}~~&JcCo2l?z!_^3CbX z3z@Zm3-8{(bNlYgcV3?M&D4i%n*$|pZ+y7%?V5)*bH#JMP+jX}E%^h9Cc6>PhiqE| z{cm4+c;)S}hhuX?e0xV|dnZemn!S`-7)&jkhTr=cU!W*(GEg75Mf&@5wR0!u>iMFk zg;YRM0JNa)rNCRB=6;Qf#JaUxi~(z5q6w2 zy8@$g!~Dq$3q5^&|IkwZSg?OA)Z^vzt^vUjJ(&Z+Nzdl8`+3jslE)kLctaPj@p;^`zL;_^ zq!mBG2M7a#H!ZJQ0*SN5A?JQVoR!}$-ztB#Vfm#t&0Lr{!58gaNZq&gD=esbZiNG5 z@Y(_!Vb4`QZ&XpobWLGV>>R>g(;%NeG-(Pi8znV?#F=rvVE6M&x;l4;&ufd8@$q?` z#=hz4<<(F;S|mtJ^=snG@(zJ;+fW|{!WEI?7Y?L9k3iC&$0-BgD2(dQ<7%bO7a@TR zb=zQ&biSgfo4R&a)IEa4Lji%)Ha-;*IQQq!Nm0l%;V53l;netQXvoLvXTgcBD)%pI zb$E@?&q{)U?GmHejh{m=OO~>NlZ*!d1D~4Y%|lftEBn=hVdys@SO89^S}&PD1_Gy^ zLe|mnra(hGS=8=Nex9C_sNJucMoq6`E80Ro!pEQkl_HjrvW_xT)2vlSjm~QUjzCcJ zvR~9B6MA94FHrBN|IC$4y}intjp|ON;>}{`EDvZtV4dqX6t+a|3Scy8VP&oV>C~8~ zQ|W2=ZXu`5>Fxv^Ghm64u&kMs20If==nqn5y3&Fv^6JcF`)i^O5d`&hZg9yL1H57uHjj#ofo2suEyN-u7D;FYw6O`qBGjPPhJ;yK2&tjbYmh|C zl9(kmXfjhqH8T+;l>${}Vw_CM_(#elGpR5?QkMP44|R*iZ6}tKNm7~Qha``K?aGgQ z=ib)~s1fowu9~#Oeed1(?tb5W=iGD7ckEJs=a4tnX6=QGgvLNrz?XZciILAf-oXU@ zeZL+DbIi)!CmD-P)!Z=BL^L~;5fH;NBr8)C0?uiQn)g!*zNALY;>;PI&-0gJL4*fb zB|z;nMSUj44{#j;b|k=mY@)mv{}Et4UZAbdxDHl6m8h_b43mU9Ibg=hB;}F3&p2>i zDm|}5r!sF(giQ!%!2I0z93_&{SiaQD4E~>Enb4FA!Ci31!i<~i>FjeRhU@IJ@6{a? zqi_}-Fwc7rFm@p(P{t+OMpl*7+!=s!+MyLajCrRfw`(pI=eg@2<) z_(y#hlTCh6Z{5Ge{i4q0%@?@x8^;Y3mIWh-MH486%-kvaq-V_^251$U~%FM6KBxk-U zwvkA=j*B)oHK<8AoaIT#TS$Pjp2dVxSaD{RKhXQ2-9@g8-^&H$jj-m#BWca*v4&t6J+h}< zrTTwOPTs?n{_E#nePDrCTlp26djLS^*FBEg3l6e7wR3BT)XHGP$?ZZ)llbHix18iO z5MH3)SGe-GSCDvHiNr%daOF7o;L35z;L7P3fGfw<3rM_QhkY#)PhAVa789~s))lgb z5weP3$QlmviO4mgqgVX`xGD;?H3YAr1hS!!FU&!3aYX37bh@yB8&gKs`3cWJ+ea(MCLcJ#->xrOF070D?AiXVqb`JLdxgJX3X-X@ zdIp%G7vz?P++x{!| zynaPgczD0H(=jYrC5ec82L)RwxI)1Y0%x92%N+cPBFzcKqHz0VgV}zKTMa|g`AfB_ zD1_HGS{_RA_bCZ2{QCLO`&sR^P0`MWUJ=s{7rAymT&(RwLPb4a@wcXudY@DM_O65N z?rY83D)}BFWp<-5#oyXtP|P3;PeR2HG~aO*L-qqS5s{3Qsz#!w=>R&89{J)^>`4jV zPTau#ra5D{dAPrOy3xD--`DIEX&a`41nWXU(T4Y`x}Wb6X$PKK-6)It8kx@8xKZf^ z^+lp*&!}G^HsGYXQ;kN^0ga+ZzK}|hhg09grwvB=n{9^J|J=BSY(Cuq|3fo<7Cq4p;pJVh>;xnPg1 z?3wT{$WES2vO@6OB+$c;v)-+EW<5lEf5SNU%~%O7+u2=;jUNm9C@p8Y?e+Hi?edNm zSMG67n)yxxq*Cp9@P0qf)XdHPO zC2S~#R0mk~N0=Bxsf@{t>Fcv`u9TgmYyJ&YIC*aO{6V=5O3pTU zU_{P#E*fu8g?FRE4Dcy2!;_f1keEB&x0twX4V?WT?ENO_`)}BfUeCy!IyHHUToupc z%cV80j9T(IyaJGa_rZs|8|0SLo|g0YFSneZsGn+{Z04H&?(`jU&jko*jmh_7?#95E zV#3VLxt{qW56;M^VMsqHo31PxCDb)(JL;NIB{KhFlALOW&bGVzg4}z>)h)?g4%u;4 zzIFpE1c4CH>cI~|%RJT#x}s%68`alYF6t3F^s1b6xCPV# zlvl55q*bm-bAr~jdX0sy>NF?ma8h%I4rie&j`GfGdNe3cIRvehNJm#VoW%hN&S)y> zP^qn=!>j6QI;7UD3v-amU=DJ8Fb7UKxs3019GgEQA3rOfBZLF@@Cb6df!!F?>4tce z`kW3Z{;JqOeV5u8yzx;b3hAxl6Z8L*osWMba=|a$DyE$e1mv3;2cK_doHF0cbPV`r z#?|vXAIVrTk)`g_#;?2cftCDs+xY-DM|-`iet}&N?2G6W?nf6&?B!Pj25ACON62SF z@mD*Q5+Uf(Fz?QxY7r2X1%pY2P%>Rr3w@}Xu3HNZl@OY{^*av$cY6^+G!l`8Qil%* zNPuxwXW}v>ZwHT>J}wmAE?+*KE+}2ZS4bBDWqr&O`jrGJz&Bj-@3%y+!P^J#w_HQ( zp#cBVtuzE`3xI@}b!Jjn7)?@#z)2%gI;+Fz$K%FCP-iqAK1 z!2Uq=^ZNtXtqI+Rcrzn~Unr;u_udeXnvKs`J)REd^EUwg4zqY2f+K?>n31)ph9 zUJdtwo?-Ohu^xiYNOKhWHIqOa0Fz=`vBMBz4e^x@{M?Np6~dt&=igz-mLTd6+F@Xv zK8HX{fX?3lJj-F*AV|U)30wPNX@Gf-^XiA}7R8;IH`cEs>Wd26Nw`Oa5Le<&ApF!; z`>@n)4dm*~4{R;?vsrU*LHdFi4-#rZ-PB)4h(D7_910KQl=({Jw9k;jxxvh;4sT`< zBAWU;2M6IHkLlj|kFD!F-lsmT3@RfP_k+0e$(7S{r+Z$v-M7i5W>;RTC%x@XBRJdi%&CSyZkUOf zt9Pf@!cSN7Mgnr1ewBd&FRhF5raUj_?{_hXxb+jHXO1;3C1rV%@)wfwXQCF9c7qc& zW_XM_5JpeiW-Cbn^zEj%n&u1T7PD(-t9;_3e97jysU-Qn8in){Xt$)`(*Zg3koZaX)HhmnE z9(23>msRsou8L;4{Mdsla`thz(fn~tilW-MKx>36zt)vm8?-MW=al`jbk6yUgK}8| z^qX%y=$Fs7%h~7L#`7-*3eH>M5N_s%oLo-KUW8m)|6reN!G6IohEZ`>SH}U8PjW+a zD-5D>?+S((9PDi_Stm$j%z|ol8*#;Sz_{O5ogiK})e?+yS1$?~C&VYG{-1D!$+S@W zIl?012oVrRh=Y$K#3|zl=@{S$arHb$2>OjULc^#3jEuR*k#*G_Lm3>aYMZ_SM+iIa zfGiw5fDW}-^$RI)_DgO36k8Fa{=PyEC4Tt0kR=2;zXqom#-#KRB&_~{$G``LeqP2 z#=K8M!rJ-!opawIpIJxt7!Iz?5RyNQ09C370B?{HYJ-m-3awk<=M$m)7;EJmMeIxW zOb|FS#ySe>g9Ba%z9tRC0es7 z1fQa6XbIv|Hac@_I9UvPuKqztHvv_w*jqVFw!X_&1P)*=Wk6X|i9dUY)FSui`xE4! z3lgP*U{vx6GOPO|G}fzETs)YE394+kOHs0vj)G!_NgKC>as&ZUk)$P`{^Jgd@relE$Y<3hBI}IS=l}doii3ZO@wpb-IrzP9)fk(p5(vUYTE%RE25FO{Q-1sm2O*4wFrAS3e?Nl?tM zP@GXQl=I*6+tD#&vrhJm(&!FUjVW<@RXq|kXn~Xj%%+ogL^?%52L)XebW`A_5ex5; zg7iK&AZiUlozv+jC{6K;nJ<4;6*`@Lz~4rRqrzj7K>apM$jEyMN`2|v1<$$ug>(I$ zb5|D5K^yU==iIG_=Wb1$UIharxiTub=Z^WS4@TS>r$O@6sG3z{%^-121yi>sZ_QkG zWt9=Qa!i&xX6sUBu_traLgp?{=Dvl@eRFy9*{;l*@kn}nn8eQvj0by_~#B^P!tCiH+bPRj>roL=Zj z+XlR)*;H3r1+bs$S{~N5Pj7y`vnIflwau{kA7@YTp?TJ%#-rj%OoAMN7)LinMsH>gs>byn$8Y*@QzZA;GfIXls@v1y7WSo7=wc}L~^MnD`@wUHb5Y>V4?awQtkD(kPT zEzF>&z-RVVE~g*F7=p?_FE^c&I|k7J2M52dhI0~JS-5QJf=Z$`4so385w4dz0%iy# zG9A$3Ar9G;*+3++VkGwTAfu2WEjA{NMLn-A3c`^{Na53;BM1%aQz8JShyKLik6F3O zERxN@8uwH$xTk)>J&kftMdi_7scKcJT6!V?6GUKi-l&?!nx>lOwvLAS=IU1IH;9w| zi*BUV*4H#vchsC}G1s)V)*ox`XfYpasWG?J*R%r5ky_8;gQyRnE0IVML{_tXn(R@& zRFLFFBEY~cbO$@&!sp);zAZe}35m&*>Yvm-71Y`=OnXs$njj=>xa;`I-lu{FQHd0l zEhME(#{cBhQ$dBOO%zoqWSH)&{}c&zh$^C}N>RwpyWjmr>GZ{)WwO-IAny`IHe}Lv zl-YbhkI<_f>Kn3Iy_RC z3cjF#`dccXU@HRt+`r=NOBiSm6+12zU+Q$gY@6FfIEpVh>;uJ)?u%A*#J^CgPw3g) zkk58It`_rNC?r zaEQ?vIOS%|2_P~e0mEv-v2t9SC&AxnIgy5Emcb9uaaO{k)Up|+G*Z4aEf03zQ*)B76IQ?h|Vhb=0 z^{8MG&a3u*7h-tCr3=T!i=tUwBoVR&kkDaXu)el%^Wm~36x(gmSK?-%YLf)Y1_{*PB{H# zJd5F<6o0+&d<6bji)5BKXh#C@uuPMl?&4Q2c8J5OVReVFlSg2yFVMnJ296t{NoQ7{ z2Zr1p)Q*0Tzi8>-P9@JQp*@`6Ayc(>stfyB{9drZ6NNLlU;i!u<*`XH30nmk9s2d6 zJ?TQ9Doe;f3G}bAuw0!X^oa#JDGoQC+To!KMSGc%SZ#p{xWogbHrdhX=Z%1^td+Ya+&Ke_T3#^+)C7MH4p&)lk;&UDWJb*5WRbe(4~@zk8{N z6Scoej69qhv0~OzZ?iFm&<$n&F0-~o+$2DG(|`4lGwMv-TM=+#x*yNBtUDp8{)+WeB}11=dUh@~J70nJz<4Sa|mJW}H| zlJ`Xzy!H7%qp#6Ktf6#OlupB^C&gmw+PfWu{sKgA2L=WH;T7dRZw8N~DeBL$1CO(+ zIiw#WIUC0JkZM%;M@_*}WYlQ&hp`*Rv`d(+k#{2R*3IO~+o~RIsg_&L$nBkSm+et| zzihwpgj~%j_FF9~kP5ea@`QGxme2bDPW$QJd2Y-$=yRLGJnkKa;TG;GPE=Y%<{ai2 zcA2r~d<^KDAgJkp%ucJj>0kvGC&=q#To;xSfDli-L;{G2%Orq^OMV;~GujZCdA`N{ z|L8T5en6w}Lj*5+G0p_P7!e}g1_XS;W~YJbq1V}uR!US+^XX%pj0!MA7TL>yWe~3g z2>jrwiq}IVrPI|vi+W9`9`Qt~H-LVly{Z7{B@Bp_e6U*kUpVAW^;z}veHnZy@T!75 zzefGBGbl&Aj#$^B@&+iipmn_gA2KSN*7t%iXI2YyZlzGlgp95%%UvT3tcblT&IElG zO=%NB8JSu+RbA#(VQzm5m21X3K(7K@v#~P)V0CMcG>@19EqghVJ@sI?5}hJ9?k@yy#6U(g}xWdyu5i6m?+2k7vF}<7MN86J67Z)8TUT=0#n>r)nW{ADbdxT}MYhmVk~9>04BL;ys+Il6FPd zu6%wNu`PX@9#ElW&SchUkfoc!by$YE-ctXKQ2*Q9@<+dBPO-m7d)a_Y{p?u7)J z`odLA@QytFg`ns&r09sUN zI@JP#t_0oUOr+)lox(l+6ly0*5K z0$xa^wR6B!Wk-{lqDP^rrhjl~geT@&8qSLSU*lI$z?dL!BABFNIApe3ixt+d4d-4h zi}FSW#c_0BVnC#F1l}<84(3*XLSU>r_X*6D(X9@N-YxFenbr{o1I*YMMj)|o4tup2 zkLFc7MjYO7HdDaRjZqnzPO0~*R6(cOJ_p8$b7bGA%>IC4!x6`@_`@XNyY~$e%)G-& zF`QmwTpT01!@-f-I=ii$u%k7=3$|MMw9<#r;f<`v2B|buBT06NS!%F%k1q?lihg^~ zu+4fv`b#9m>mxYc!^so1h>ZeOqNrIe7Q{`mko}<$`JoW;v5>tWWPdDdTM)KkdrB3# ztO^&mKM@e%tyV=oq08ljvqljDM+!fy-UtHzGXn^x&y4s;JTVCx!_#_ixV*y?x`Y8}qwdd+Oc!N98^Uj0Zgf!wUn$o`G8n1Gn%AKBTH9#ehRF zuEFP-4v1_7z&XClhg4=d*hOZ4L)&Hey4%GbicGVr#u`2_WKHX58r+7x>}=7n^>Jdl zCoz8^F@HwmN-P?K^R-N>CA8=>U8#q7im;hTw_)cehS>4S@vGw($BWzs(+7rFIj+!c zD8k9OWxUR9K%=v!)l+E`Y2(@tjENHw)44PHN7<$F#+|cub0_929_??DD~`)aX1B4G z9*CN@%7q6XPLA(O5;; z+_~6pGRBYZ{=*v+W_L^$J+8lBI(_xe%4g#qZ7P+scLEP9>9E^a`3c$^<~HO%(P*Mh ziXUt|Fn86pv35M#S3;&McdwkYPu|xgCp9k`k0IlT=&_4Gi1|PlB}W&!bwxPwUmtbr z8rY3ux2}Yp>~`z+u#;T3E{~n;bnABUTZ_6qPfv=1CiQc&P*2GEtsqhzjEQp636If& dDU8c69Yln_t4TdtD7;q~bM&D4y#pe`{{@ucJcj@P literal 0 HcmV?d00001 diff --git a/collect_jrxml.py b/collect_jrxml.py new file mode 100644 index 0000000..d85e6c1 --- /dev/null +++ b/collect_jrxml.py @@ -0,0 +1,64 @@ +#!/usr/bin/env python3 +""" +JRXML 文件收集脚本 +从指定目录递归查找所有 .jrxml 文件并复制到项目的 jrxml_source 目录 +""" + +import os +import shutil + +def collect_jrxml_files(source_dir: str, target_dir: str) -> int: + """ + 递归收集所有 .jrxml 文件并复制到目标目录 + + Args: + source_dir: 源目录路径 + target_dir: 目标目录路径 + + Returns: + 复制的文件数量 + """ + os.makedirs(target_dir, exist_ok=True) + + copied_count = 0 + skipped_count = 0 + + print(f"开始扫描目录: {source_dir}") + print(f"目标目录: {target_dir}") + print("=" * 60) + + for root, dirs, files in os.walk(source_dir): + for filename in files: + if filename.lower().endswith('.jrxml'): + source_path = os.path.join(root, filename) + target_path = os.path.join(target_dir, filename) + + counter = 1 + while os.path.exists(target_path): + name, ext = os.path.splitext(filename) + target_path = os.path.join(target_dir, f"{name}_{counter}{ext}") + counter += 1 + + try: + shutil.copy2(source_path, target_path) + copied_count += 1 + print(f"[OK] {source_path} -> {os.path.basename(target_path)}") + except Exception as e: + skipped_count += 1 + print(f"[FAIL] {source_path}: {e}") + + print("=" * 60) + print(f"完成!复制了 {copied_count} 个文件,跳过 {skipped_count} 个文件") + + return copied_count + +if __name__ == "__main__": + SOURCE_DIR = r"C:\Users\zy187\JaspersoftWorkspace\JasperReportsSamples" + TARGET_DIR = os.path.join(os.path.dirname(__file__), "jrxml_source") + + if not os.path.exists(SOURCE_DIR): + print(f"错误:源目录不存在 - {SOURCE_DIR}") + print("请检查路径是否正确") + exit(1) + + collect_jrxml_files(SOURCE_DIR, TARGET_DIR) \ No newline at end of file diff --git a/down_embedding_model.py b/down_embedding_model.py new file mode 100644 index 0000000..9695284 --- /dev/null +++ b/down_embedding_model.py @@ -0,0 +1,62 @@ +""" +down_embedding_model.py +下载 Qwen3-Embedding-4B 嵌入模型 +""" + +import os +import sys +from pathlib import Path + +def download_model(): + """下载 Qwen3-Embedding-4B 模型""" + project_root = Path(__file__).resolve().parent + model_dir = project_root / "models" / "Qwen3-Embedding-4B" + + print("=" * 60) + print("Qwen3-Embedding-4B 模型下载") + print("=" * 60) + print(f"模型目录: {model_dir}") + print() + + # 使用国内镜像加速 + os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com' + print("使用 HuggingFace 镜像: https://hf-mirror.com") + print() + + try: + from huggingface_hub import snapshot_download + except ImportError: + print("❌ 未安装 huggingface_hub,正在安装...") + import subprocess + subprocess.check_call([sys.executable, "-m", "pip", "install", "huggingface_hub"]) + from huggingface_hub import snapshot_download + + # 创建模型目录 + os.makedirs(model_dir, exist_ok=True) + + print(f"开始下载 Qwen3-Embedding-4B 模型...") + print(f"模型大小约 4GB,请耐心等待...") + print() + + try: + snapshot_download( + repo_id="Qwen/Qwen3-Embedding-4B", + local_dir=str(model_dir), + local_dir_use_symlinks=False, + resume_download=True + ) + print() + print("=" * 60) + print("✅ 模型下载完成!") + print("=" * 60) + print(f"模型路径: {model_dir}") + return True + except Exception as e: + print() + print("=" * 60) + print(f"❌ 下载失败: {e}") + print("=" * 60) + return False + +if __name__ == "__main__": + download_model() \ No newline at end of file diff --git a/embed_chunks.py b/embed_chunks.py new file mode 100644 index 0000000..0a0be8c --- /dev/null +++ b/embed_chunks.py @@ -0,0 +1,136 @@ +""" +embed_chunks.py +使用本地 Qwen3-Embedding-4B 模型对 JRXML chunks 进行向量化 +支持 GPU (CUDA) 或 CPU +""" + +import os, sys, json, pickle +import numpy as np +import torch +from tqdm import tqdm +from sentence_transformers import SentenceTransformer + +def build_text_for_embedding(chunk: dict) -> str: + """ + 将单个 chunk 转换为适合向量化的文本 + 拼接:类型、描述、上下文、关键元数据、部分 XML + """ + parts = [ + f"[ChunkType: {chunk.get('chunk_type', 'unknown')}]", + chunk.get('human_description', ''), + ] + context = chunk.get('context', '') + if context: + parts.append(f"Context: {context}") + + # 添加部分 XML (前500字符) + raw_xml = chunk.get('raw_xml', '') + if raw_xml: + parts.append(f"XML: {raw_xml[:500]}") + + # 添加元数据 + meta = chunk.get('metadata', {}) + if meta: + if 'field_names' in meta: + parts.append(f"Fields: {', '.join(meta['field_names'])}") + if 'parameter_names' in meta: + parts.append(f"Parameters: {', '.join(meta['parameter_names'])}") + if 'report_name' in meta: + parts.append(f"Report: {meta['report_name']}") + if 'band_name' in meta: + parts.append(f"Band: {meta['band_name']}") + if 'element_kind' in meta: + parts.append(f"Element: {meta['element_kind']}") + if 'query_language' in meta: + parts.append(f"QueryLang: {meta['query_language']}") + return "\n".join(parts) + +def main(chunks_json_path: str, output_dir: str = "./embeddings", + model_path: str = "./models/Qwen3-Embedding-4B", + batch_size: int = 16, normalize: bool = True): + """ + 主流程: + 1. 加载 chunk JSON + 2. 加载嵌入模型 + 3. 构造文本并向量化 + 4. 保存向量及映射文件 + """ + # --- 1. 加载 chunks --- + print(f"📄 Loading chunks from {chunks_json_path}") + with open(chunks_json_path, 'r', encoding='utf-8') as f: + chunks = json.load(f) + print(f" Total chunks: {len(chunks)}") + + # --- 2. 加载模型 --- + device = "cuda" if torch.cuda.is_available() else "cpu" + print(f"🧠 Loading embedding model from {model_path} on {device}") + model = SentenceTransformer(model_path, device=device) + if device == "cuda": + print(f" GPU memory allocated: {torch.cuda.memory_allocated(0)/1024**3:.2f} GB") + + # --- 3. 构造文本 --- + print("🛠️ Building text representations...") + texts = [] + chunk_ids = [] + for chunk in chunks: + texts.append(build_text_for_embedding(chunk)) + chunk_ids.append(chunk.get('chunk_id', -1)) + + # --- 4. 向量化 --- + print(f"🔢 Encoding {len(texts)} texts (batch_size={batch_size})...") + embeddings = model.encode( + texts, + batch_size=batch_size, + show_progress_bar=True, + normalize_embeddings=normalize, + convert_to_numpy=True + ) + print(f" Embeddings shape: {embeddings.shape}") + + # --- 5. 保存到输出目录 --- + os.makedirs(output_dir, exist_ok=True) + + # 向量矩阵 (float32) + np.save(os.path.join(output_dir, "embeddings.npy"), embeddings.astype('float32')) + # chunk_id 映射 + with open(os.path.join(output_dir, "chunk_id_map.json"), 'w') as f: + json.dump(chunk_ids, f, ensure_ascii=False, indent=2) + # 原始 chunks 副本 + with open(os.path.join(output_dir, "chunks.json"), 'w') as f: + json.dump(chunks, f, ensure_ascii=False, indent=2) + # pickle 方便调试 + with open(os.path.join(output_dir, "embeddings.pkl"), 'wb') as f: + pickle.dump({ + 'chunks': chunks, + 'embeddings': embeddings, + 'texts': texts, + 'normalized': normalize + }, f) + + # --- 6. 质量检查 --- + nan_count = np.isnan(embeddings).sum() + print(f"\n📊 Quality check:") + print(f" NaN values: {nan_count}") + norms = np.linalg.norm(embeddings, axis=1) + print(f" Norms: min={norms.min():.4f}, max={norms.max():.4f}, mean={norms.mean():.4f}") + print(f"\n✅ Embeddings saved to {output_dir}/") + print(f" Files: embeddings.npy, chunk_id_map.json, chunks.json, embeddings.pkl") + +if __name__ == "__main__": + import argparse + parser = argparse.ArgumentParser() + parser.add_argument("chunks_json", help="Path to all_chunks.json") + parser.add_argument("--output_dir", "-o", default="./embeddings") + parser.add_argument("--model_path", "-m", default="./models/Qwen3-Embedding-4B") + parser.add_argument("--batch_size", "-b", type=int, default=8, + help="Batch size (lower if OOM)") + parser.add_argument("--no_normalize", action="store_true") + args = parser.parse_args() + + main( + chunks_json_path=args.chunks_json, + output_dir=args.output_dir, + model_path=args.model_path, + batch_size=args.batch_size, + normalize=not args.no_normalize + ) \ No newline at end of file diff --git a/jrxml_banch_chunker.py b/jrxml_banch_chunker.py new file mode 100644 index 0000000..da8db92 --- /dev/null +++ b/jrxml_banch_chunker.py @@ -0,0 +1,245 @@ +""" +JRXML Batch Chunker +批量处理JRXML模板文件的入口脚本 +""" + +import os +import sys +import json +import time +from pathlib import Path +from datetime import datetime +from collections import defaultdict +from jrxml_chunker import JRXMLSemanticChunker, save_chunks_to_json, print_chunk_summary + + +def batch_chunk_with_report(input_dir: str, output_dir: str = None, max_chunk_size: int = 2000): + """ + 批量分块并生成详细报告 + + Args: + input_dir: JRXML文件目录 + output_dir: 输出目录,默认为 input_dir/../chunked_output + max_chunk_size: 单个chunk最大字节数 + """ + input_path = Path(input_dir).resolve() + + if not input_path.exists(): + print(f"❌ 目录不存在: {input_path}") + return None + + if not input_path.is_dir(): + print(f"❌ 不是目录: {input_path}") + return None + + # 设置输出目录 + if output_dir is None: + output_dir = input_path.parent / f"{input_path.name}_chunked_{datetime.now().strftime('%Y%m%d_%H%M%S')}" + output_path = Path(output_dir) + output_path.mkdir(parents=True, exist_ok=True) + + print(f"\n{'='*60}") + print(f"JRXML 语义分块 v3.0 - 批量处理") + print(f"{'='*60}") + print(f"输入目录: {input_path}") + print(f"输出目录: {output_path}") + print(f"{'='*60}\n") + + # 初始化 + chunker = JRXMLSemanticChunker(max_chunk_size=max_chunk_size) + + # 收集所有JRXML文件 + jrxml_files = list(input_path.rglob("*.jrxml")) + list(input_path.rglob("*.JRXML")) + total_files = len(jrxml_files) + print(f"找到 {total_files} 个JRXML文件\n") + + if total_files == 0: + print("⚠️ 未找到JRXML文件") + return None + + # 统计变量 + all_chunks = [] + stats = { + "total_files": total_files, + "success": 0, + "failed": 0, + "total_chunks": 0, + "failed_files": [], + "chunks_per_file": defaultdict(int), + "chunk_types": defaultdict(int), + "started_at": datetime.now().isoformat() + } + + start_time = time.time() + + # 逐个处理文件 + for i, jrxml_file in enumerate(jrxml_files, 1): + relative_path = jrxml_file.relative_to(input_path) + + try: + file_start = time.time() + chunks = chunker.chunk_file(str(jrxml_file)) + file_duration = time.time() - file_start + + all_chunks.extend(chunks) + + # 统计 + stats["success"] += 1 + stats["total_chunks"] += len(chunks) + stats["chunks_per_file"][str(relative_path)] = len(chunks) + + for chunk in chunks: + stats["chunk_types"][chunk["chunk_type"]] += 1 + + print(f"[{i}/{total_files}] ✅ {relative_path} → {len(chunks)} chunks ({file_duration:.2f}s)") + + except Exception as e: + stats["failed"] += 1 + error_info = {"file": str(relative_path), "error": str(e)} + stats["failed_files"].append(error_info) + print(f"[{i}/{total_files}] ❌ {relative_path} → {e}") + + total_duration = time.time() - start_time + stats["processing_time"] = round(total_duration, 2) + stats["finished_at"] = datetime.now().isoformat() + + # 保存所有chunks + all_chunks_path = output_path / "all_chunks.json" + save_chunks_to_json(all_chunks, str(all_chunks_path)) + + # 保存统计报告 + stats_path = output_path / "processing_stats.json" + with open(stats_path, "w", encoding="utf-8") as f: + json.dump(stats, f, ensure_ascii=False, indent=2) + + # 按文件保存独立chunks + per_file_dir = output_path / "per_file" + per_file_dir.mkdir(exist_ok=True) + + chunks_by_file = defaultdict(list) + for chunk in all_chunks: + # 从context中提取文件名 + context = chunk.get("context", "") + chunks_by_file[context].append(chunk) + + for context, file_chunks in chunks_by_file.items(): + # 简化文件名 + safe_name = context.replace("'", "").replace(" ", "_").replace("Report_", "")[:100] + file_path = per_file_dir / f"{safe_name}.json" + with open(file_path, "w", encoding="utf-8") as f: + json.dump(file_chunks, f, ensure_ascii=False, indent=2) + + # 打印总结 + print(f"\n{'='*60}") + print(f"处理完成!") + print(f"{'='*60}") + print(f"✅ 成功: {stats['success']} 文件") + print(f"❌ 失败: {stats['failed']} 文件") + print(f"📦 总Chunks: {stats['total_chunks']}") + print(f"⏱️ 总耗时: {total_duration:.2f}s") + print(f"📂 输出目录: {output_path}") + print(f"\n主要文件:") + print(f" - {all_chunks_path}") + print(f" - {stats_path}") + print(f" - {per_file_dir}/ (按文件分类的chunks)") + + print(f"\nChunk类型分布:") + print_chunk_summary(all_chunks) + + if stats["failed_files"]: + print(f"\n⚠️ 失败文件详情:") + for fail in stats["failed_files"]: + print(f" - {fail['file']}: {fail['error']}") + + return { + "chunks": all_chunks, + "stats": stats, + "output_path": str(output_path) + } + + +def chunk_single_file_with_report(file_path: str, output_dir: str = None): + """处理单个文件并生成详细报告""" + file_path = Path(file_path).resolve() + + if not file_path.exists(): + print(f"❌ 文件不存在: {file_path}") + return None + + if output_dir is None: + output_dir = file_path.parent / f"{file_path.stem}_chunks" + + output_path = Path(output_dir) + output_path.mkdir(parents=True, exist_ok=True) + + print(f"\n处理文件: {file_path.name}") + print(f"输出目录: {output_path}\n") + + chunker = JRXMLSemanticChunker(max_chunk_size=2000) + + start_time = time.time() + chunks = chunker.chunk_file(str(file_path)) + duration = time.time() - start_time + + # 保存结果 + chunks_path = output_path / f"{file_path.stem}_chunks.json" + save_chunks_to_json(chunks, str(chunks_path)) + + # 生成人类可读的摘要 + summary_path = output_path / f"{file_path.stem}_summary.txt" + with open(summary_path, "w", encoding="utf-8") as f: + f.write(f"JRXML Chunking Report: {file_path.name}\n") + f.write(f"{'='*60}\n") + f.write(f"Processing time: {duration:.2f}s\n") + f.write(f"Total chunks: {len(chunks)}\n\n") + + for chunk in chunks: + f.write(f"[Chunk {chunk['chunk_id']}] {chunk['chunk_type']}\n") + f.write(f" Description: {chunk['human_description'][:200]}\n") + f.write(f" XML Length: {len(chunk['raw_xml'])} chars\n") + f.write(f" Context: {chunk.get('context', 'N/A')}\n\n") + + print(f"✅ 生成 {len(chunks)} chunks") + print(f"📄 Chunks JSON: {chunks_path}") + print(f"📄 可读摘要: {summary_path}") + print(f"⏱️ 耗时: {duration:.2f}s") + + print_chunk_summary(chunks) + + return chunks + + +if __name__ == "__main__": + if len(sys.argv) < 2: + print("=" * 60) + print("JRXML Semantic Chunking v3.0 - 批量处理工具") + print("=" * 60) + print("\n用法:") + print(" python batch_chunker.py <目录路径>") + print(" python batch_chunker.py <文件路径>") + print("\n参数:") + print(" <路径> JRXML文件所在目录 或 单个JRXML文件路径") + print(" --output <目录> 指定输出目录 (可选)") + print("\n示例:") + print(" python batch_chunker.py ./jasper_reports") + print(" python batch_chunker.py ./jasper_reports --output ./chunks") + print(" python batch_chunker.py report.jrxml") + sys.exit(0) + + input_path = sys.argv[1] + + # 解析--output参数 + output_dir = None + if "--output" in sys.argv: + idx = sys.argv.index("--output") + if idx + 1 < len(sys.argv): + output_dir = sys.argv[idx + 1] + + if os.path.isdir(input_path): + # 批量处理目录 + batch_chunk_with_report(input_path, output_dir) + elif os.path.isfile(input_path): + # 处理单个文件 + chunk_single_file_with_report(input_path, output_dir) + else: + print(f"❌ 路径无效: {input_path}") \ No newline at end of file diff --git a/jrxml_chunker.py b/jrxml_chunker.py new file mode 100644 index 0000000..e36a363 --- /dev/null +++ b/jrxml_chunker.py @@ -0,0 +1,1175 @@ +""" +JRXML Semantic Chunking v3.0 +Goal: Chunk JasperReports template files by domain semantics for LLM learning + +Complete data source type support: +- SQL (JDBC database) +- HQL (Hibernate Query Language) +- XPath (XML data) +- JSON (JSON data) +- JSONQL (JSON Query Language) +- CSV (CSV data) +- Excel/XLSX via Data Adapter +- XML via Data Adapter +- HTTP Data Adapter (remote data) +- Bean Collection Data Source +- Empty Data Source + +Complete element kinds: +- staticText, textField, line, rectangle, ellipse +- image, subreport, chart, crosstab +- frame, elementGroup, component, break, genericElement +""" + +import xml.etree.ElementTree as ET +import json +import os +from typing import List, Dict, Set +from dataclasses import dataclass, field, asdict + + +@dataclass +class JRXMLChunk: + """Single chunk data structure""" + chunk_id: int + chunk_type: str + human_description: str + raw_xml: str + context: str + metadata: Dict = field(default_factory=dict) + + +class JRXMLSemanticChunker: + """JRXML Semantic Chunking v3.0""" + + # Standard Band types + STANDARD_BANDS: Set[str] = { + "title", "pageHeader", "columnHeader", "detail", "columnFooter", + "pageFooter", "summary", "background", "noData", "lastPageFooter" + } + + # Element kinds (using kind attribute) + ELEMENT_KINDS: Set[str] = { + "staticText", "textField", "line", "rectangle", "ellipse", + "image", "subreport", "chart", "crosstab", "frame", + "elementGroup", "component", "break", "genericElement" + } + + # Query languages + QUERY_LANGUAGES: Set[str] = { + "sql", "hql", "xpath", "json", "jsonql", "csv", "xml" + } + + # Data source related properties + DATA_SOURCE_PROPERTIES: Set[str] = { + "net.sf.jasperreports.data.adapter", + "net.sf.jasperreports.json.source", + "net.sf.jasperreports.csv.source", + "net.sf.jasperreports.json.schema", + "net.sf.jasperreports.csv.column.names", + "net.sf.jasperreports.csv.record.delimiter", + "com.jaspersoft.studio.data.defaultdataadapter", + } + + # Field expression properties by query language + FIELD_EXPRESSION_PROPERTIES: Dict[str, str] = { + "json": "net.sf.jasperreports.json.field.expression", + "xpath": "net.sf.jasperreports.xpath.field.expression", + "jsonql": "net.sf.jasperreports.jsonql.field.expression", + } + + def __init__(self, max_chunk_size: int = 2000): + self.max_chunk_size = max_chunk_size + + def chunk_file(self, file_path: str) -> List[Dict]: + if not os.path.exists(file_path): + raise FileNotFoundError(f"File not found: {file_path}") + + tree = ET.parse(file_path) + root = tree.getroot() + + report_name = root.attrib.get("name", "UnnamedReport") + chunks = [] + chunk_id = 0 + + # Report Overview (with data source analysis) + overview_chunk = self._create_overview_chunk(chunk_id, root, report_name) + chunks.append(asdict(overview_chunk)) + chunk_id += 1 + + # Imports + import_chunks = self._extract_import_chunks(chunk_id, root, report_name) + for ic in import_chunks: + chunks.append(asdict(ic)) + chunk_id += 1 + + # Dataset Definitions + dataset_chunks = self._extract_dataset_chunks(chunk_id, root, report_name) + for dc in dataset_chunks: + chunks.append(asdict(dc)) + chunk_id += 1 + + # Data Source Configuration + datasource_chunks = self._extract_datasource_chunks(chunk_id, root, report_name) + for dsc in datasource_chunks: + chunks.append(asdict(dsc)) + chunk_id += 1 + + # SQL/Query (main query) + query_chunks = self._extract_query_chunks(chunk_id, root, report_name) + for qc in query_chunks: + chunks.append(asdict(qc)) + chunk_id += 1 + + # Parameter Definitions + param_chunks = self._extract_parameter_chunks(chunk_id, root, report_name) + for pc in param_chunks: + chunks.append(asdict(pc)) + chunk_id += 1 + + # Field Definitions + field_chunks = self._extract_field_chunks(chunk_id, root, report_name) + for fc in field_chunks: + chunks.append(asdict(fc)) + chunk_id += 1 + + # Sort Fields + sortfield_chunks = self._extract_sortfield_chunks(chunk_id, root, report_name) + for sfc in sortfield_chunks: + chunks.append(asdict(sfc)) + chunk_id += 1 + + # Filter Expression + filter_chunks = self._extract_filter_chunks(chunk_id, root, report_name) + for fc in filter_chunks: + chunks.append(asdict(fc)) + chunk_id += 1 + + # Variable Definitions + variable_chunks = self._extract_variable_chunks(chunk_id, root, report_name) + for vc in variable_chunks: + chunks.append(asdict(vc)) + chunk_id += 1 + + # Style Definitions + style_chunks = self._extract_style_chunks(chunk_id, root, report_name) + for sc in style_chunks: + chunks.append(asdict(sc)) + chunk_id += 1 + + # Group Definitions + group_chunks = self._extract_group_chunks(chunk_id, root, report_name) + for gc in group_chunks: + chunks.append(asdict(gc)) + chunk_id += 1 + + # Standard Bands + band_chunks = self._extract_standard_band_chunks(chunk_id, root, report_name) + for bc in band_chunks: + chunks.append(asdict(bc)) + chunk_id += 1 + + # Charts + chart_chunks = self._extract_chart_chunks(chunk_id, root, report_name) + for cc in chart_chunks: + chunks.append(asdict(cc)) + chunk_id += 1 + + # Crosstabs + crosstab_chunks = self._extract_crosstab_chunks(chunk_id, root, report_name) + for ctc in crosstab_chunks: + chunks.append(asdict(ctc)) + chunk_id += 1 + + # Subreports + subreport_chunks = self._extract_subreport_chunks(chunk_id, root, report_name) + for src in subreport_chunks: + chunks.append(asdict(src)) + chunk_id += 1 + + # Components (lists, etc.) + component_chunks = self._extract_component_chunks(chunk_id, root, report_name) + for cc in component_chunks: + chunks.append(asdict(cc)) + chunk_id += 1 + + return chunks + + def chunk_directory(self, dir_path: str, extensions: tuple = (".jrxml",)) -> List[Dict]: + all_chunks = [] + file_count = 0 + for root, _, files in os.walk(dir_path): + for file in files: + if file.lower().endswith(extensions): + file_path = os.path.join(root, file) + try: + chunks = self.chunk_file(file_path) + all_chunks.extend(chunks) + file_count += 1 + print(f"OK {file_path}: {len(chunks)} chunks") + except Exception as e: + print(f"FAIL {file_path}: {e}") + print(f"\nTotal: {file_count} files, {len(all_chunks)} chunks") + return all_chunks + + # ==================== Overview ==================== + + def _create_overview_chunk(self, chunk_id: int, root: ET.Element, report_name: str) -> JRXMLChunk: + attrs = dict(root.attrib) + bands_with_content = [b.tag for b in root if b.tag in self.STANDARD_BANDS and len(b) > 0] + fields = root.findall("field") + field_names = [f.attrib.get("name", "") for f in fields] + params = root.findall("parameter") + param_names = [p.attrib.get("name", "") for p in params] + variables = root.findall("variable") + variable_names = [v.attrib.get("name", "") for v in variables] + groups = root.findall("group") + group_names = [g.attrib.get("name", "") for g in groups] + + # Analyze data source + datasource_info = self._analyze_datasource(root) + + # Check for charts and crosstabs + charts = root.findall(".//element[@kind='chart']") + crosstabs = root.findall(".//element[@kind='crosstab']") + subreports = root.findall(".//element[@kind='subreport']") + + desc_parts = [ + f"This is a JasperReports template overview for report '{report_name}'.", + f"Page size: {attrs.get('pageWidth', 'N/A')} x {attrs.get('pageHeight', 'N/A')} {attrs.get('orientation', 'portrait')}.", + f"Contains {len(bands_with_content)} standard bands with content: {', '.join(bands_with_content) if bands_with_content else 'none'}.", + f"Defines {len(fields)} fields: {', '.join(field_names) if field_names else 'none'}.", + f"Defines {len(params)} parameters: {', '.join(param_names) if param_names else 'none'}.", + f"Defines {len(variables)} variables: {', '.join(variable_names) if variable_names else 'none'}.", + f"Defines {len(groups)} groups: {', '.join(group_names) if group_names else 'none'}.", + ] + + # Add data source info + if datasource_info["type"]: + desc_parts.append(f"Data source type: {datasource_info['type']}.") + if datasource_info["source"]: + desc_parts.append(f"Source: {datasource_info['source']}.") + if datasource_info["query_language"]: + desc_parts.append(f"Query language: {datasource_info['query_language']}.") + + if charts: + desc_parts.append(f"Contains {len(charts)} charts.") + if crosstabs: + desc_parts.append(f"Contains {len(crosstabs)} crosstabs.") + if subreports: + desc_parts.append(f"Contains {len(subreports)} subreports.") + + description = " ".join(desc_parts) + + attr_strs = [f'{k}="{v}"' for k, v in attrs.items()] + root_attrs_xml = "" + + return JRXMLChunk( + chunk_id=chunk_id, + chunk_type="report_overview", + human_description=description, + raw_xml=root_attrs_xml, + context=f"Report '{report_name}' overall structure overview", + metadata={ + "report_name": report_name, + "bands": bands_with_content, + "field_count": len(fields), + "parameter_count": len(params), + "variable_count": len(variables), + "group_count": len(groups), + "chart_count": len(charts), + "crosstab_count": len(crosstabs), + "subreport_count": len(subreports), + "datasource": datasource_info, + "attributes": attrs + } + ) + + def _analyze_datasource(self, root: ET.Element) -> Dict: + """Analyze the data source configuration of a report""" + info = { + "type": None, + "source": None, + "query_language": None, + "properties": {} + } + + # Check for query language + query_elem = root.find("query") + if query_elem is not None: + lang = query_elem.attrib.get("language", "").lower() + if lang in self.QUERY_LANGUAGES: + info["query_language"] = lang + info["type"] = self._get_datasource_type_by_query_lang(lang) + + # Check for data adapter property + for prop in root.findall("property"): + name = prop.attrib.get("name", "") + value = prop.attrib.get("value", "") + + if name == "net.sf.jasperreports.data.adapter": + info["source"] = value + if not info["type"]: + info["type"] = "DataAdapter" + elif name == "net.sf.jasperreports.json.source": + info["source"] = value + if not info["type"]: + info["type"] = "JSON" + elif name == "net.sf.jasperreports.csv.source": + info["source"] = value + if not info["type"]: + info["type"] = "CSV" + elif name == "com.jaspersoft.studio.data.defaultdataadapter": + if value and value != "NO_DATA_ADAPTER": + info["source"] = value + if not info["type"]: + info["type"] = "DataAdapter" + + if name in self.DATA_SOURCE_PROPERTIES or name.startswith("net.sf.jasperreports."): + info["properties"][name] = value + + return info + + def _get_datasource_type_by_query_lang(self, lang: str) -> str: + """Map query language to data source type""" + mapping = { + "sql": "JDBC/SQL", + "hql": "Hibernate/HQL", + "xpath": "XML/XPath", + "json": "JSON", + "jsonql": "JSONQL", + "csv": "CSV", + "xml": "XML" + } + return mapping.get(lang, lang.upper()) + + # ==================== Imports ==================== + + def _extract_import_chunks(self, chunk_id: int, root: ET.Element, report_name: str) -> List[JRXMLChunk]: + chunks = [] + imports = root.findall("import") + + if not imports: + return chunks + + import_list = [] + for imp in imports: + imp_text = imp.attrib.get("value", "") + if imp_text: + import_list.append(imp_text) + + if import_list: + imports_xml = "\n".join([f'' for imp in import_list]) + description = f"These are Java imports for report '{report_name}': {', '.join(import_list)}." + + chunks.append(JRXMLChunk( + chunk_id=chunk_id, + chunk_type="imports", + human_description=description, + raw_xml=imports_xml, + context=f"Report '{report_name}' Java imports", + metadata={"imports": import_list, "count": len(import_list)} + )) + + return chunks + + # ==================== Data Source ==================== + + def _extract_datasource_chunks(self, chunk_id: int, root: ET.Element, report_name: str) -> List[JRXMLChunk]: + chunks = [] + props = root.findall("property") + + datasource_props = {} + for prop in props: + name = prop.attrib.get("name", "") + value = prop.attrib.get("value", "") + if name in self.DATA_SOURCE_PROPERTIES or any(name.startswith(p) for p in [ + "net.sf.jasperreports.data", "net.sf.jasperreports.json", + "net.sf.jasperreports.csv", "com.jaspersoft.studio.data" + ]): + datasource_props[name] = value + + if not datasource_props: + return chunks + + props_xml_parts = [] + for name, value in datasource_props.items(): + props_xml_parts.append(f'') + + description_parts = [f"These are data source configuration properties for report '{report_name}'."] + for name, value in datasource_props.items(): + if "adapter" in name.lower(): + description_parts.append(f"Data adapter: {value}.") + elif "source" in name.lower(): + description_parts.append(f"Data source: {value}.") + + description = " ".join(description_parts) + + chunks.append(JRXMLChunk( + chunk_id=chunk_id, + chunk_type="datasource_config", + human_description=description, + raw_xml="\n".join(props_xml_parts), + context=f"Report '{report_name}' data source configuration", + metadata={"properties": datasource_props} + )) + + return chunks + + # ==================== Query ==================== + + def _extract_query_chunks(self, chunk_id: int, root: ET.Element, report_name: str) -> List[JRXMLChunk]: + chunks = [] + query_elem = root.find("query") + + if query_elem is None: + return chunks + + query_xml = ET.tostring(query_elem, encoding="unicode") + lang = query_elem.attrib.get("language", "SQL").lower() + + query_text = "" + if query_elem.text and query_elem.text.strip(): + query_text = query_elem.text.strip() + + query_preview = query_text[:300] + ("..." if len(query_text) > 300 else "") + description = f"This is the data query for report '{report_name}'. Language: {lang.upper()}. Query: {query_preview}" + + chunks.append(JRXMLChunk( + chunk_id=chunk_id, + chunk_type="query", + human_description=description, + raw_xml=query_xml, + context=f"Report '{report_name}' data query", + metadata={"query_language": lang, "full_sql": query_text} + )) + return chunks + + # ==================== Parameters ==================== + + def _extract_parameter_chunks(self, chunk_id: int, root: ET.Element, report_name: str) -> List[JRXMLChunk]: + chunks = [] + params = root.findall("parameter") + if not params: + return chunks + + params_xml = "\n".join([ET.tostring(p, encoding="unicode") for p in params]) + param_names = [p.attrib.get("name", "") for p in params] + param_types = {p.attrib.get("name", ""): p.attrib.get("class", "java.lang.String") for p in params} + + # Extract default values + default_values = {} + for p in params: + name = p.attrib.get("name", "") + def_val = p.find("defaultValueExpression") + if def_val is not None and def_val.text: + default_values[name] = def_val.text.strip() + + param_list = ", ".join(f"{name}({param_types.get(name, 'String')})" for name in param_names) + description = f"These are all parameter definitions for report '{report_name}', total {len(params)} parameters. Parameters: {param_list}." + + chunks.append(JRXMLChunk( + chunk_id=chunk_id, + chunk_type="parameters", + human_description=description, + raw_xml=params_xml, + context=f"Report '{report_name}' parameter definitions", + metadata={"parameter_names": param_names, "parameter_types": param_types, "default_values": default_values, "count": len(params)} + )) + return chunks + + # ==================== Fields ==================== + + def _extract_field_chunks(self, chunk_id: int, root: ET.Element, report_name: str) -> List[JRXMLChunk]: + chunks = [] + fields = root.findall("field") + if not fields: + return chunks + + if len(fields) <= 5: + fields_xml = "\n".join([ET.tostring(f, encoding="unicode") for f in fields]) + field_names = [f.attrib.get("name", "") for f in fields] + field_types = {f.attrib.get("name", ""): f.attrib.get("class", "java.lang.String") for f in fields} + + # Extract field expression properties + field_exprs = {} + for f in fields: + fname = f.attrib.get("name", "") + for prop in f.findall("property"): + pname = prop.attrib.get("name", "") + if "field.expression" in pname: + field_exprs[fname] = {"property": pname, "value": prop.attrib.get("value", "")} + + field_list = ", ".join(f"{name}({field_types.get(name, 'String')})" for name in field_names) + description = f"These are all field definitions for report '{report_name}', total {len(fields)} fields. Fields: {field_list}." + + chunks.append(JRXMLChunk( + chunk_id=chunk_id, + chunk_type="fields", + human_description=description, + raw_xml=fields_xml, + context=f"Report '{report_name}' field definitions", + metadata={"field_names": field_names, "field_types": field_types, "field_expressions": field_exprs, "count": len(fields)} + )) + else: + for i, field in enumerate(fields): + field_name = field.attrib.get("name", f"field_{i}") + field_class = field.attrib.get("class", "java.lang.String") + field_xml = ET.tostring(field, encoding="unicode") + + # Check for field expression property + field_expr = None + for prop in field.findall("property"): + pname = prop.attrib.get("name", "") + if "field.expression" in pname: + field_expr = {"property": pname, "value": prop.attrib.get("value", "")} + break + + desc = f"Field definition for report '{report_name}': {field_name}, type: {field_class}" + if field_expr: + desc += f", expression: {field_expr['value']}" + + chunks.append(JRXMLChunk( + chunk_id=chunk_id + i, + chunk_type="field", + human_description=desc, + raw_xml=field_xml, + context=f"Report '{report_name}' field '{field_name}'", + metadata={"field_name": field_name, "field_class": field_class, "field_expression": field_expr} + )) + return chunks + + # ==================== Sort Fields ==================== + + def _extract_sortfield_chunks(self, chunk_id: int, root: ET.Element, report_name: str) -> List[JRXMLChunk]: + chunks = [] + sortfields = root.findall("sortField") + + if not sortfields: + return chunks + + sortfield_info = [] + for sf in sortfields: + name = sf.attrib.get("name", "") + order = sf.attrib.get("order", "Ascending") + sortfield_info.append({"name": name, "order": order}) + + sortfields_xml = "\n".join([ET.tostring(sf, encoding="unicode") for sf in sortfields]) + description = f"These are sort field definitions for report '{report_name}', total {len(sortfields)} fields. Sorts: {', '.join(s['name'] + ' (' + s['order'] + ')' for s in sortfield_info)}." + + chunks.append(JRXMLChunk( + chunk_id=chunk_id, + chunk_type="sortFields", + human_description=description, + raw_xml=sortfields_xml, + context=f"Report '{report_name}' sort field definitions", + metadata={"sortFields": sortfield_info, "count": len(sortfields)} + )) + return chunks + + # ==================== Filter Expression ==================== + + def _extract_filter_chunks(self, chunk_id: int, root: ET.Element, report_name: str) -> List[JRXMLChunk]: + chunks = [] + filter_elem = root.find("filterExpression") + + if filter_elem is None: + return chunks + + filter_xml = ET.tostring(filter_elem, encoding="unicode") + filter_text = filter_elem.text.strip() if filter_elem.text else "" + + description = f"This is the filter expression for report '{report_name}': {filter_text[:200]}{'...' if len(filter_text) > 200 else ''}" + + chunks.append(JRXMLChunk( + chunk_id=chunk_id, + chunk_type="filterExpression", + human_description=description, + raw_xml=filter_xml, + context=f"Report '{report_name}' filter expression", + metadata={"filter_expression": filter_text} + )) + return chunks + + # ==================== Variables ==================== + + def _extract_variable_chunks(self, chunk_id: int, root: ET.Element, report_name: str) -> List[JRXMLChunk]: + chunks = [] + variables = root.findall("variable") + if not variables: + return chunks + + variables_by_reset = {} + for v in variables: + reset_type = v.attrib.get("resetType", "Report") + if reset_type not in variables_by_reset: + variables_by_reset[reset_type] = [] + variables_by_reset[reset_type].append(v) + + for reset_type, vars_list in variables_by_reset.items(): + var_names = [v.attrib.get("name", "") for v in vars_list] + var_types = {v.attrib.get("name", ""): v.attrib.get("class", "java.lang.Object") for v in vars_list} + var_calcs = {v.attrib.get("name", ""): v.attrib.get("calculation", "Nothing") for v in vars_list} + + expressions = {} + for v in vars_list: + name = v.attrib.get("name", "") + expr_elem = v.find("expression") + if expr_elem is not None and expr_elem.text: + expressions[name] = {"type": "expression", "value": expr_elem.text.strip()} + else: + init_expr_elem = v.find("initialValueExpression") + if init_expr_elem is not None and init_expr_elem.text: + expressions[name] = {"type": "initialValue", "value": init_expr_elem.text.strip()} + + var_list = ", ".join(f"{n}({var_types.get(n, 'Object')}, {var_calcs.get(n, 'Nothing')})" for n in var_names) + description = f"These are variable definitions for report '{report_name}' (resetType={reset_type}), total {len(vars_list)} variables. Variables: {var_list}." + + variables_xml = "\n".join([ET.tostring(v, encoding="unicode") for v in vars_list]) + + chunks.append(JRXMLChunk( + chunk_id=chunk_id, + chunk_type=f"variables_{reset_type.lower()}", + human_description=description, + raw_xml=variables_xml, + context=f"Report '{report_name}' variable definitions ({reset_type} level reset)", + metadata={"variable_names": var_names, "variable_types": var_types, "variable_calculations": var_calcs, "reset_type": reset_type, "expressions": expressions, "count": len(vars_list)} + )) + return chunks + + # ==================== Styles ==================== + + def _extract_style_chunks(self, chunk_id: int, root: ET.Element, report_name: str) -> List[JRXMLChunk]: + chunks = [] + styles = root.findall("style") + if not styles: + return chunks + + styles_xml = "\n".join([ET.tostring(s, encoding="unicode") for s in styles]) + style_names = [s.attrib.get("name", "") for s in styles] + default_style = [s.attrib.get("name", "") for s in styles if s.attrib.get("default") == "true"] + has_conditional = any(s.find("conditionalStyle") is not None for s in styles) + + desc_parts = [f"These are style definitions for report '{report_name}', total {len(styles)} styles.", f"Styles: {', '.join(style_names)}."] + if default_style: + desc_parts.append(f"Default style: {default_style[0]}.") + if has_conditional: + desc_parts.append("Contains conditional styles.") + description = " ".join(desc_parts) + + chunks.append(JRXMLChunk( + chunk_id=chunk_id, + chunk_type="styles", + human_description=description, + raw_xml=styles_xml, + context=f"Report '{report_name}' style definitions", + metadata={"style_names": style_names, "default_style": default_style[0] if default_style else None, "has_conditional_styles": has_conditional, "count": len(styles)} + )) + return chunks + + # ==================== Dataset ==================== + + def _extract_dataset_chunks(self, chunk_id: int, root: ET.Element, report_name: str) -> List[JRXMLChunk]: + chunks = [] + datasets = root.findall("dataset") + + for i, dataset in enumerate(datasets): + dataset_name = dataset.attrib.get("name", f"dataset_{i}") + ds_query = dataset.find("query") + ds_fields = dataset.findall("field") + ds_params = dataset.findall("parameter") + + query_text = "" + query_lang = "" + if ds_query is not None: + query_lang = ds_query.attrib.get("language", "").lower() + if ds_query.text: + query_text = ds_query.text.strip() + + field_names = [f.attrib.get("name", "") for f in ds_fields] + param_names = [p.attrib.get("name", "") for p in ds_params] + dataset_xml = ET.tostring(dataset, encoding="unicode") + + # Check for data adapter property + ds_props = {} + for prop in dataset.findall("property"): + pname = prop.attrib.get("name", "") + pvalue = prop.attrib.get("value", "") + if "adapter" in pname.lower() or "source" in pname.lower(): + ds_props[pname] = pvalue + + query_preview = query_text[:150] + ("..." if len(query_text) > 150 else "") + query_part = f"Query ({query_lang}): {query_preview}" if query_text else f"Query language: {query_lang}" if query_lang else "No query." + desc_parts = [f"This is dataset '{dataset_name}' definition for report '{report_name}'.", f"Contains {len(ds_fields)} fields: {', '.join(field_names) if field_names else 'none'}.", f"Contains {len(ds_params)} parameters: {', '.join(param_names) if param_names else 'none'}.", query_part] + description = " ".join(desc_parts) + + chunks.append(JRXMLChunk( + chunk_id=chunk_id + i, + chunk_type="dataset", + human_description=description, + raw_xml=dataset_xml, + context=f"Report '{report_name}' dataset '{dataset_name}'", + metadata={"dataset_name": dataset_name, "field_names": field_names, "parameter_names": param_names, "query": query_text, "query_language": query_lang, "properties": ds_props} + )) + return chunks + + # ==================== Groups ==================== + + def _extract_group_chunks(self, chunk_id: int, root: ET.Element, report_name: str) -> List[JRXMLChunk]: + chunks = [] + groups = root.findall("group") + if not groups: + return chunks + + for i, group in enumerate(groups): + group_name = group.attrib.get("name", f"group_{i}") + group_xml = ET.tostring(group, encoding="unicode") + expr_elem = group.find("expression") + expr_text = expr_elem.text.strip() if expr_elem is not None and expr_elem.text else "" + has_header = group.find("groupHeader") is not None + has_footer = group.find("groupFooter") is not None + min_height = group.attrib.get("minHeightToStartNewPage", "0") + start_new_column = group.attrib.get("startNewColumn", "false") + reprint_header = group.attrib.get("reprintHeaderOnEachPage", "false") + + desc_parts = [f"This is group '{group_name}' definition for report '{report_name}'.", f"Group expression: {expr_text}.", f"Has groupHeader: {'Yes' if has_header else 'No'}, has groupFooter: {'Yes' if has_footer else 'No'}.", f"Min height: {min_height}, start new column: {start_new_column}, reprint header: {reprint_header}."] + description = " ".join(desc_parts) + + chunks.append(JRXMLChunk( + chunk_id=chunk_id + i, + chunk_type="group", + human_description=description, + raw_xml=group_xml, + context=f"Report '{report_name}' group '{group_name}'", + metadata={"group_name": group_name, "expression": expr_text, "has_header": has_header, "has_footer": has_footer, "minHeightToStartNewPage": min_height, "startNewColumn": start_new_column, "reprintHeaderOnEachPage": reprint_header} + )) + return chunks + + # ==================== Bands ==================== + + def _extract_standard_band_chunks(self, chunk_id: int, root: ET.Element, report_name: str) -> List[JRXMLChunk]: + chunks = [] + + for band_name in self.STANDARD_BANDS: + band_elem = root.find(band_name) + current_id = chunk_id # 使用局部变量跟踪ID + for band_name in self.STANDARD_BANDS: + band_elem = root.find(band_name) + if band_elem is None: + continue + + band_height = band_elem.attrib.get("height", "0") + band_xml = ET.tostring(band_elem, encoding="unicode") + + # Get all direct children (elements with kind attribute, frames, etc.) + elements = band_elem.findall("element") + element_kinds = {} + visible_texts = [] + + for elem in elements: + kind = elem.attrib.get("kind", "unknown") + element_kinds[kind] = element_kinds.get(kind, 0) + 1 + + if kind == "staticText": + text_node = elem.find("text") + if text_node is not None and text_node.text: + visible_texts.append(text_node.text.strip()) + elif kind == "textField": + expr_node = elem.find("expression") + if expr_node is not None and expr_node.text: + visible_texts.append("${" + expr_node.text.strip() + "}") + + # Check for nested band elements (detail bands can have nested bands) + nested_bands = band_elem.findall("band") + frames = band_elem.findall("frame") + element_groups = band_elem.findall("elementGroup") + + # Check for splitType + split_type = band_elem.attrib.get("splitType", "Stretch") + + elem_counts_str = ", ".join(f"{count}x {kind}" for kind, count in element_kinds.items()) + desc_parts = [f"This is the '{band_name}' band of report '{report_name}', height: {band_height} pixels, splitType: {split_type}.", f"Contains {len(elements)} elements: {elem_counts_str}."] + + # Add nested band info + if nested_bands: + nested_info = ", ".join(f"nested band (h={b.attrib.get('height', '0')})" for b in nested_bands) + desc_parts.append(f"Contains {len(nested_bands)} nested bands: {nested_info}.") + + if visible_texts: + preview = "; ".join(visible_texts[:3]) + if len(visible_texts) > 3: + preview += f" ... and {len(visible_texts)} more texts" + desc_parts.append(f"Visible text samples: {preview}") + description = " ".join(desc_parts) + + if len(band_xml) > self.max_chunk_size: + sub_chunks = self._split_band_elements(band_elem, band_name, report_name, chunk_id) + chunks.extend(sub_chunks) + chunk_id += len(sub_chunks) + else: + chunks.append(JRXMLChunk( + chunk_id=chunk_id, + chunk_type=f"band_{band_name}", + human_description=description, + raw_xml=band_xml, + context=f"Report '{report_name}' {band_name} band", + metadata={"band_name": band_name, "band_height": band_height, "split_type": split_type, "element_counts": element_kinds, "element_count": len(elements), "nested_band_count": len(nested_bands), "frame_count": len(frames), "element_group_count": len(element_groups), "visible_texts": visible_texts[:10]} + )) + current_id += 1 + return chunks + + def _split_band_elements(self, band: ET.Element, band_name: str, report_name: str, start_id: int) -> List[JRXMLChunk]: + chunks = [] + + for i, elem in enumerate(list(band)): + elem_xml = ET.tostring(elem, encoding="unicode") + elem_tag = elem.tag + + if elem_tag == "element": + elem_kind = elem.attrib.get("kind", "unknown") + desc_parts = [f"'{band_name}' band of report '{report_name}': {elem_kind} element"] + + if elem_kind == "staticText": + text_node = elem.find("text") + text_content = text_node.text if text_node is not None and text_node.text else "" + text_preview = text_content[:50] + ("..." if len(text_content) > 50 else "") + desc_parts.append(f"Text: '{text_preview}'") + elif elem_kind == "textField": + expr = elem.find("expression") + expr_text = expr.text if expr is not None and expr.text else "" + expr_preview = expr_text[:80] + ("..." if len(expr_text) > 80 else "") + desc_parts.append(f"Expression: {expr_preview}") + elif elem_kind == "image": + expr = elem.find("expression") + if expr is not None and expr.text: + desc_parts.append(f"Image: {expr.text[:50]}") + elif elem_kind == "subreport": + expr = elem.find("expression") + if expr is not None and expr.text: + desc_parts.append(f"Subreport: {expr.text[:50]}") + elif elem_kind == "chart": + chart_type = elem.attrib.get("chartType", "unknown") + desc_parts.append(f"Chart type: {chart_type}") + elif elem_kind == "crosstab": + desc_parts.append("Crosstab") + + x, y = elem.attrib.get("x", "0"), elem.attrib.get("y", "0") + w, h = elem.attrib.get("width", "0"), elem.attrib.get("height", "0") + desc_parts.append(f"Position: ({x}, {y}), Size: {w}x{h}") + description = ", ".join(desc_parts) + "." + + chunks.append(JRXMLChunk( + chunk_id=start_id + i, + chunk_type=f"element_{elem_kind}", + human_description=description, + raw_xml=elem_xml, + context=f"Report '{report_name}' {band_name} band", + metadata={"band_name": band_name, "element_kind": elem_kind, "attributes": dict(elem.attrib)} + )) + elif elem_tag in ("frame", "elementGroup"): + desc_parts = [f"'{band_name}' band of report '{report_name}': {elem_tag} container"] + x, y = elem.attrib.get("x", "0"), elem.attrib.get("y", "0") + w, h = elem.attrib.get("width", "0"), elem.attrib.get("height", "0") + desc_parts.append(f"Position: ({x}, {y}), Size: {w}x{h}") + description = ", ".join(desc_parts) + "." + + chunks.append(JRXMLChunk( + chunk_id=start_id + i, + chunk_type=f"container_{elem_tag}", + human_description=description, + raw_xml=elem_xml, + context=f"Report '{report_name}' {band_name} band", + metadata={"band_name": band_name, "container_type": elem_tag, "attributes": dict(elem.attrib)} + )) + elif elem_tag == "band": + # Nested band + nested_height = elem.attrib.get("height", "0") + desc_parts = [f"'{band_name}' band of report '{report_name}': nested band element"] + desc_parts.append(f"Height: {nested_height}") + description = ", ".join(desc_parts) + "." + + chunks.append(JRXMLChunk( + chunk_id=start_id + i, + chunk_type="nested_band", + human_description=description, + raw_xml=elem_xml, + context=f"Report '{report_name}' {band_name} band", + metadata={"band_name": band_name, "nested_height": nested_height, "element_tag": elem_tag} + )) + else: + description = f"'{band_name}' band of report '{report_name}': {elem_tag} style element." + chunks.append(JRXMLChunk( + chunk_id=start_id + i, + chunk_type=f"style_element_{elem_tag}", + human_description=description, + raw_xml=elem_xml, + context=f"Report '{report_name}' {band_name} band", + metadata={"band_name": band_name, "element_tag": elem_tag} + )) + return chunks + + # ==================== Charts ==================== + + def _extract_chart_chunks(self, chunk_id: int, root: ET.Element, report_name: str) -> List[JRXMLChunk]: + chunks = [] + for i, chart in enumerate(root.findall(".//element[@kind='chart']")): + chart_type = chart.attrib.get("chartType", "unknown") + chart_xml = ET.tostring(chart, encoding="unicode") + + dataset = chart.find("dataset") + dataset_info = {} + if dataset is not None: + dataset_info["kind"] = dataset.attrib.get("kind", "unknown") + series_list = [] + for series in dataset.findall(".//series"): + key_expr = series.find("keyExpression") + value_expr = series.find("valueExpression") + series_info = {"key": key_expr.text.strip() if key_expr is not None and key_expr.text else "", "value": value_expr.text.strip() if value_expr is not None and value_expr.text else ""} + series_list.append(series_info) + dataset_info["series"] = series_list + + plot = chart.find("plot") + plot_info = {} + if plot is not None: + plot_info["labelFormat"] = plot.attrib.get("labelFormat", "") + plot_info["legendLabelFormat"] = plot.attrib.get("legendLabelFormat", "") + + description = f"This is a chart element in report '{report_name}', type: {chart_type}. Dataset kind: {dataset_info.get('kind', 'unknown')}. Label format: {plot_info.get('labelFormat', 'N/A')}." + + chunks.append(JRXMLChunk( + chunk_id=chunk_id + i, + chunk_type="chart", + human_description=description, + raw_xml=chart_xml, + context=f"Report '{report_name}' chart", + metadata={"chart_type": chart_type, "dataset": dataset_info, "plot": plot_info, "attributes": dict(chart.attrib)} + )) + return chunks + + # ==================== Crosstabs ==================== + + def _extract_crosstab_chunks(self, chunk_id: int, root: ET.Element, report_name: str) -> List[JRXMLChunk]: + chunks = [] + for i, crosstab in enumerate(root.findall(".//element[@kind='crosstab']")): + crosstab_xml = ET.tostring(crosstab, encoding="unicode") + + row_groups = [] + for rg in crosstab.findall("rowGroup"): + name = rg.attrib.get("name", "") + width = rg.attrib.get("width", "") + total_position = rg.attrib.get("totalPosition", "None") + bucket_expr = rg.find("bucket/expression") + bucket_text = bucket_expr.text.strip() if bucket_expr is not None and bucket_expr.text else "" + row_groups.append({"name": name, "width": width, "totalPosition": total_position, "bucket": bucket_text}) + + col_groups = [] + for cg in crosstab.findall("columnGroup"): + name = cg.attrib.get("name", "") + height = cg.attrib.get("height", "") + total_position = cg.attrib.get("totalPosition", "None") + bucket_expr = cg.find("bucket/expression") + bucket_text = bucket_expr.text.strip() if bucket_expr is not None and bucket_expr.text else "" + col_groups.append({"name": name, "height": height, "totalPosition": total_position, "bucket": bucket_text}) + + measures = [] + for m in crosstab.findall("measure"): + name = m.attrib.get("name", "") + calc = m.attrib.get("calculation", "Nothing") + class_type = m.attrib.get("class", "java.lang.Object") + expr_elem = m.find("expression") + expr_text = expr_elem.text.strip() if expr_elem is not None and expr_elem.text else "" + measures.append({"name": name, "calculation": calc, "class": class_type, "expression": expr_text}) + + desc_parts = [f"This is a crosstab element in report '{report_name}'.", f"Row groups: {len(row_groups)} - {', '.join(rg['name'] for rg in row_groups)}.", f"Column groups: {len(col_groups)} - {', '.join(cg['name'] for cg in col_groups)}.", f"Measures: {len(measures)} - {', '.join(m['name'] for m in measures)}."] + description = " ".join(desc_parts) + + chunks.append(JRXMLChunk( + chunk_id=chunk_id + i, + chunk_type="crosstab", + human_description=description, + raw_xml=crosstab_xml, + context=f"Report '{report_name}' crosstab", + metadata={"row_groups": row_groups, "column_groups": col_groups, "measures": measures, "attributes": dict(crosstab.attrib)} + )) + return chunks + + # ==================== Subreports ==================== + + def _extract_subreport_chunks(self, chunk_id: int, root: ET.Element, report_name: str) -> List[JRXMLChunk]: + chunks = [] + for i, subreport in enumerate(root.findall(".//element[@kind='subreport']")): + subreport_xml = ET.tostring(subreport, encoding="unicode") + + expr_elem = subreport.find("expression") + expr_text = expr_elem.text.strip() if expr_elem is not None and expr_elem.text else "" + + conn_elem = subreport.find("connectionExpression") + conn_text = conn_elem.text.strip() if conn_elem is not None and conn_elem.text else "" + + return_values = [] + for rv in subreport.findall("returnValue"): + return_values.append({"toVariable": rv.attrib.get("toVariable", ""), "subreportVariable": rv.attrib.get("subreportVariable", ""), "calculation": rv.attrib.get("calculation", "Nothing")}) + + sub_params = [] + for sp in subreport.findall("parameter"): + pname = sp.attrib.get("name", "") + pexpr = sp.find("expression") + ptext = pexpr.text.strip() if pexpr is not None and pexpr.text else "" + sub_params.append({"name": pname, "expression": ptext}) + + # Check for data source expression + ds_expr = subreport.find("dataSourceExpression") + ds_text = ds_expr.text.strip() if ds_expr is not None and ds_expr.text else "" + + desc_parts = [f"This is a subreport element in report '{report_name}'.", f"Subreport: {expr_text}."] + if conn_text: + desc_parts.append(f"Connection: {conn_text}.") + if ds_text: + desc_parts.append(f"Data source expression: {ds_text[:80]}.") + if return_values: + desc_parts.append(f"Return value mappings: {len(return_values)}.") + if sub_params: + param_names = ", ".join(p["name"] for p in sub_params) + desc_parts.append(f"Subreport parameters: {len(sub_params)} - {param_names}.") + description = " ".join(desc_parts) + + chunks.append(JRXMLChunk( + chunk_id=chunk_id + i, + chunk_type="subreport", + human_description=description, + raw_xml=subreport_xml, + context=f"Report '{report_name}' subreport", + metadata={"expression": expr_text, "connectionExpression": conn_text, "dataSourceExpression": ds_text, "returnValues": return_values, "parameters": sub_params, "attributes": dict(subreport.attrib)} + )) + return chunks + + # ==================== Components ==================== + + def _extract_component_chunks(self, chunk_id: int, root: ET.Element, report_name: str) -> List[JRXMLChunk]: + """Extract component elements like lists""" + chunks = [] + + # Find all component elements + for i, component in enumerate(root.findall(".//element[@kind='component']")): + component_xml = ET.tostring(component, encoding="unicode") + component_kind = component.attrib.get("component", {}).get("kind", "unknown") if component.attrib.get("component") else "unknown" + + # Get the nested component definition + nested_component = component.find("component") + if nested_component is not None: + nested_kind = nested_component.attrib.get("kind", "") + + # Extract datasetRun info + dataset_runs = nested_component.findall("datasetRun") + dataset_run_info = [] + for dr in dataset_runs: + sub_ds = dr.attrib.get("subDataset", "") + ds_expr = dr.find("dataSourceExpression") + ds_text = ds_expr.text.strip() if ds_expr is not None and ds_expr.text else "" + dataset_run_info.append({"subDataset": sub_ds, "dataSourceExpression": ds_text}) + + # Extract contents + contents = nested_component.find("contents") + contents_height = contents.attrib.get("height", "0") if contents is not None else "0" + contents_width = contents.attrib.get("width", "0") if contents is not None else "0" + + desc_parts = [f"This is a component element in report '{report_name}'.", f"Component kind: {nested_kind}.", f"Contains {len(dataset_run_info)} datasetRun(s)."] + if dataset_run_info: + for dr_info in dataset_run_info: + if dr_info["subDataset"]: + desc_parts.append(f"SubDataset: {dr_info['subDataset']}.") + desc_parts.append(f"Content size: {contents_width}x{contents_height}.") + description = " ".join(desc_parts) + + chunks.append(JRXMLChunk( + chunk_id=chunk_id + i, + chunk_type="component", + human_description=description, + raw_xml=component_xml, + context=f"Report '{report_name}' component", + metadata={"component_kind": nested_kind, "dataset_runs": dataset_run_info, "contents_height": contents_height, "contents_width": contents_width, "attributes": dict(component.attrib)} + )) + + return chunks + + +# ===================================================== +# Utility Functions +# ===================================================== + +def save_chunks_to_json(chunks: List[Dict], output_path: str): + with open(output_path, "w", encoding="utf-8") as f: + json.dump(chunks, f, ensure_ascii=False, indent=2) + print(f"Saved {len(chunks)} chunks to {output_path}") + + +def chunks_to_langchain_documents(chunks: List[Dict]): + from langchain.schema import Document + docs = [] + for chunk in chunks: + docs.append(Document(page_content=chunk["human_description"], metadata={"chunk_id": chunk["chunk_id"], "chunk_type": chunk["chunk_type"], "raw_xml": chunk["raw_xml"], "context": chunk["context"], **chunk.get("metadata", {})})) + return docs + + +def print_chunk_summary(chunks: List[Dict]): + """Print summary of chunks by type""" + type_counts = {} + for chunk in chunks: + chunk_type = chunk["chunk_type"] + type_counts[chunk_type] = type_counts.get(chunk_type, 0) + 1 + + print("\nChunk Type Summary:") + for chunk_type, count in sorted(type_counts.items()): + print(f" {chunk_type}: {count}") + + +# ===================================================== +# Main Entry Point +# ===================================================== + +if __name__ == "__main__": + import sys + + chunker = JRXMLSemanticChunker(max_chunk_size=2000) + + if len(sys.argv) > 1: + path = sys.argv[1] + if os.path.isdir(path): + all_chunks = chunker.chunk_directory(path) + output_path = os.path.join(os.path.dirname(path.rstrip("/\\")) if os.path.dirname(path) else ".", os.path.basename(path.rstrip("/\\")) + "_chunks.json") + save_chunks_to_json(all_chunks, output_path) + print_chunk_summary(all_chunks) + else: + chunks = chunker.chunk_file(path) + output_path = path.replace(".jrxml", "_chunks.json") + save_chunks_to_json(chunks, output_path) + + print(f"\n{'='*60}") + print("Chunking Results Preview") + print(f"{'='*60}") + for chunk in chunks[:10]: + print(f"\n[Chunk {chunk['chunk_id']}] Type: {chunk['chunk_type']}") + print(f"Description: {chunk['human_description'][:120]}...") + print(f"XML length: {len(chunk['raw_xml'])} chars") + if len(chunks) > 10: + print(f"\n... and {len(chunks) - 10} more chunks") + + print_chunk_summary(chunks) + + try: + langchain_docs = chunks_to_langchain_documents(chunks) + print(f"\nGenerated {len(langchain_docs)} LangChain Documents") + except ImportError: + print("\nNote: langchain not installed, skipping Document conversion") + else: + print("=" * 60) + print("JRXML Semantic Chunking v3.0") + print("=" * 60) + print("\nUsage: python jrxml_chunker.py ") + print("\nData source types supported:") + print(" - SQL/JDBC, HQL/Hibernate, XPath/XML") + print(" - JSON, JSONQL, CSV") + print(" - Data Adapters (Excel, XML, HTTP)") + print(" - Bean Collection, Empty Data Source") + + diff --git a/jrxml_chunker_output/all_chunks.json b/jrxml_chunker_output/all_chunks.json new file mode 100644 index 0000000..c80083f --- /dev/null +++ b/jrxml_chunker_output/all_chunks.json @@ -0,0 +1,333524 @@ +[ + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'AccessibleReport'. Page size: 595 x 842 portrait. Contains 0 standard bands with content: none. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 1 groups: Group1. Contains 2 crosstabs.", + "raw_xml": "", + "context": "Report 'AccessibleReport' overall structure overview", + "metadata": { + "report_name": "AccessibleReport", + "bands": [], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 1, + "chart_count": 0, + "crosstab_count": 2, + "subreport_count": 0, + "datasource": { + "type": null, + "source": null, + "query_language": null, + "properties": { + "net.sf.jasperreports.text.save.line.breaks": "true", + "net.sf.jasperreports.crosstab.interactive": "true", + "net.sf.jasperreports.components.table.interactive": "true", + "net.sf.jasperreports.export.html.accessible": "true", + "net.sf.jasperreports.export.pdf.tagged": "true", + "net.sf.jasperreports.export.pdf.tag.language": "EN-US", + "net.sf.jasperreports.export.pdf.metadata.title": "Accessible Report", + "net.sf.jasperreports.export.pdf.display.metadata.title": "true", + "net.sf.jasperreports.components.table.accessible": "true" + } + }, + "attributes": { + "name": "AccessibleReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "whenNoDataType": "AllSectionsNoDetail", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "uuid": "02314e1d-cb29-4cf3-a904-092a9d3e5312" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "dataset", + "human_description": "This is dataset 'CrosstabDataset' definition for report 'AccessibleReport'. Contains 4 fields: Category, Type, Year, Quantity. Contains 0 parameters: none. No query.", + "raw_xml": "\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'AccessibleReport' dataset 'CrosstabDataset'", + "metadata": { + "dataset_name": "CrosstabDataset", + "field_names": [ + "Category", + "Type", + "Year", + "Quantity" + ], + "parameter_names": [], + "query": "", + "query_language": "", + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB", + "net.sf.jasperreports.data.adapter": "data/ProductsCsvDataAdapter.jrdax" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "dataset", + "human_description": "This is dataset 'TableDataset' definition for report 'AccessibleReport'. Contains 8 fields: id, name, address, city, state, latitude, longitude, moveInDate. Contains 0 parameters: none. No query.", + "raw_xml": "\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\tid\n\t\t\n\t\t\n\t\t\tname\n\t\t\n\t\t\n\t\t\tstreet address\n\t\t\n\t\t\n\t\t\tcity\n\t\t\n\t\t\n\t\t\tstate\n\t\t\n\t\t\n\t\t\tlatitude\n\t\t\n\t\t\n\t\t\tlongitude\n\t\t\n\t\t\n\t\t\tmoveInDate\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'AccessibleReport' dataset 'TableDataset'", + "metadata": { + "dataset_name": "TableDataset", + "field_names": [ + "id", + "name", + "address", + "city", + "state", + "latitude", + "longitude", + "moveInDate" + ], + "parameter_names": [], + "query": "", + "query_language": "", + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB", + "net.sf.jasperreports.data.adapter": "data/PersonsCsvDataAdapter.jrdax" + } + } + }, + { + "chunk_id": 3, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'AccessibleReport', total 15 styles. Styles: Sans_Normal, Description, Heading1, Heading2, Crosstab_RowHeader, Crosstab_ColumnHeader, Crosstab_ColumnHeader_Text, Crosstab_RowGroupTotal, Crosstab_Total, Crosstab_TotalColumnHeader, Crosstab_TotalColumnHeader_Text, Crosstab_Detail, Table_TH, Table_TH_Text, Table_TD. Default style: Sans_Normal.", + "raw_xml": "\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t", + "context": "Report 'AccessibleReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Description", + "Heading1", + "Heading2", + "Crosstab_RowHeader", + "Crosstab_ColumnHeader", + "Crosstab_ColumnHeader_Text", + "Crosstab_RowGroupTotal", + "Crosstab_Total", + "Crosstab_TotalColumnHeader", + "Crosstab_TotalColumnHeader_Text", + "Crosstab_Detail", + "Table_TH", + "Table_TH_Text", + "Table_TD" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": false, + "count": 15 + } + }, + { + "chunk_id": 4, + "chunk_type": "group", + "human_description": "This is group 'Group1' definition for report 'AccessibleReport'. Group expression: . Has groupHeader: Yes, has groupFooter: No. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"This is a sequence of level 1 and level 2 headings.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"Fruit\"\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"In botany, a fruit is the seed-bearing structure in flowering plants.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"Apples\"\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"An apple is an edible fruit produced by an apple tree (Malus domestica).\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"Bananas\"\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"A banana is an elongated, edible fruit produced by several kinds of large herbaceous flowering plants in the genus Musa.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"Vegetables\"\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"Vegetables are parts of plants that are consumed by humans or other animals as food.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"Cucumbers\"\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"Cucumber (Cucumis sativus) is a widely-cultivated creeping vine plant in the Cucurbitaceae family that bears usually cylindrical fruits, which are used as vegetables.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"This is a bulleted list with two levels.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"<ul><li>Fruit<ol><li>Apples</li><li>Bananas</li><li>Pears</li></ol></li><li>Vegetables<ol><li>Cucumber</li><li>Lettuce</li><li>Tomatoes</li></ol></li></ul>\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"This is an image.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\"The Dukesign Image\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"This is a crosstab without a header cell at its the top left corner.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Category}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Category}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Category Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Type}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Type}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Type Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Year}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Year}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Year Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$F{Quantity}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"This is a crosstab having a header cell at its the top left corner.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Category\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Type\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Category}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Category}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Category Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Type}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Type}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Type Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Year}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Year}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Year Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$F{Quantity}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"This is a table having a column group header that wraps the third and fourth column headers.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"ID\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{id}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Name\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{name}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Address\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\"Street\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t$F{address}\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\"City\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t$F{city}\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Account Type\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{state}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Move-In Date\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{moveInDate}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"This is a simple table without any column header grouping.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"ID\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{id}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Name\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{name}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Street\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{address}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"City\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{city}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Account Type\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{state}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Move-In Date\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{moveInDate}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\t", + "context": "Report 'AccessibleReport' group 'Group1'", + "metadata": { + "group_name": "Group1", + "expression": "", + "has_header": true, + "has_footer": false, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 15, + "chunk_type": "crosstab", + "human_description": "This is a crosstab element in report 'AccessibleReport'. Row groups: 2 - Category, Type. Column groups: 1 - Year. Measures: 1 - Quantity_MEASURE.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Category}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Category}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Category Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Type}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Type}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Type Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Year}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Year}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Year Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$F{Quantity}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t", + "context": "Report 'AccessibleReport' crosstab", + "metadata": { + "row_groups": [ + { + "name": "Category", + "width": "70", + "totalPosition": "End", + "bucket": "$F{Category}" + }, + { + "name": "Type", + "width": "60", + "totalPosition": "End", + "bucket": "$F{Type}" + } + ], + "column_groups": [ + { + "name": "Year", + "height": "10", + "totalPosition": "End", + "bucket": "$F{Year}" + } + ], + "measures": [ + { + "name": "Quantity_MEASURE", + "calculation": "Sum", + "class": "java.lang.Integer", + "expression": "$F{Quantity}" + } + ], + "attributes": { + "kind": "crosstab", + "uuid": "bd692f7b-a38d-41e3-a7f1-0762e26ae74e", + "x": "0", + "y": "0", + "width": "510", + "height": "30" + } + } + }, + { + "chunk_id": 16, + "chunk_type": "crosstab", + "human_description": "This is a crosstab element in report 'AccessibleReport'. Row groups: 2 - Category, Type. Column groups: 1 - Year. Measures: 1 - Quantity_MEASURE.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Category\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Type\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Category}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Category}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Category Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Type}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Type}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Type Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Year}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Year}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Year Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$F{Quantity}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t", + "context": "Report 'AccessibleReport' crosstab", + "metadata": { + "row_groups": [ + { + "name": "Category", + "width": "70", + "totalPosition": "End", + "bucket": "$F{Category}" + }, + { + "name": "Type", + "width": "60", + "totalPosition": "End", + "bucket": "$F{Type}" + } + ], + "column_groups": [ + { + "name": "Year", + "height": "10", + "totalPosition": "End", + "bucket": "$F{Year}" + } + ], + "measures": [ + { + "name": "Quantity_MEASURE", + "calculation": "Sum", + "class": "java.lang.Integer", + "expression": "$F{Quantity}" + } + ], + "attributes": { + "kind": "crosstab", + "uuid": "dc45d523-d168-4907-b9f5-309d373cf476", + "x": "0", + "y": "0", + "width": "510", + "height": "30" + } + } + }, + { + "chunk_id": 17, + "chunk_type": "component", + "human_description": "This is a component element in report 'AccessibleReport'. Component kind: table. Contains 1 datasetRun(s). SubDataset: TableDataset. Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"ID\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{id}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Name\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{name}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Address\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\"Street\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t$F{address}\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\"City\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t$F{city}\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Account Type\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{state}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Move-In Date\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{moveInDate}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t", + "context": "Report 'AccessibleReport' component", + "metadata": { + "component_kind": "table", + "dataset_runs": [ + { + "subDataset": "TableDataset", + "dataSourceExpression": "" + } + ], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "257ba0eb-37d3-4b3a-a79f-46c5c7afec56", + "x": "0", + "y": "0", + "width": "500", + "height": "30" + } + } + }, + { + "chunk_id": 18, + "chunk_type": "component", + "human_description": "This is a component element in report 'AccessibleReport'. Component kind: table. Contains 1 datasetRun(s). SubDataset: TableDataset. Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"ID\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{id}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Name\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{name}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Street\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{address}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"City\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{city}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Account Type\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{state}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Move-In Date\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{moveInDate}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t", + "context": "Report 'AccessibleReport' component", + "metadata": { + "component_kind": "table", + "dataset_runs": [ + { + "subDataset": "TableDataset", + "dataSourceExpression": "" + } + ], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "94672486-6f12-4aff-9820-b222f6266dad", + "x": "0", + "y": "0", + "width": "500", + "height": "30" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'AddressesReport'. Page size: 595 x 842 portrait. Contains 3 standard bands with content: title, detail, pageFooter. Defines 7 fields: id, firstName, lastName, street, city, documentId, documentTotal. Defines 2 parameters: ReportTitle, CityFilter. Defines 1 variables: addressTotal. Defines 1 groups: AddressGroup. Data source type: Hibernate/HQL. Source: hibernate/data/HibernateDataAdapter.jrdax. Query language: hql.", + "raw_xml": "", + "context": "Report 'AddressesReport' overall structure overview", + "metadata": { + "report_name": "AddressesReport", + "bands": [ + "title", + "detail", + "pageFooter" + ], + "field_count": 7, + "parameter_count": 2, + "variable_count": 1, + "group_count": 1, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "Hibernate/HQL", + "source": "hibernate/data/HibernateDataAdapter.jrdax", + "query_language": "hql", + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "hibernate/data/HibernateDataAdapter.jrdax" + } + }, + "attributes": { + "name": "AddressesReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "whenNoDataType": "AllSectionsNoDetail", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "uuid": "f050e3db-0847-4912-9c16-d6b157484813" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'AddressesReport'. Data adapter: hibernate/data/HibernateDataAdapter.jrdax.", + "raw_xml": "", + "context": "Report 'AddressesReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "hibernate/data/HibernateDataAdapter.jrdax" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'AddressesReport'. Language: HQL. Query: select address as address, document.id as documentId, document.total as documentTotal\n\t\t\tfrom Address as address join address.documents as document\n\t\t\twhere city not in ($P{CityFilter})\n\t\t\torder by address.city, address.lastName, address.firstName, address.id", + "raw_xml": "select address as address, document.id as documentId, document.total as documentTotal\n\t\t\tfrom Address as address join address.documents as document\n\t\t\twhere city not in ($P{CityFilter})\n\t\t\torder by address.city, address.lastName, address.firstName, address.id\n\t", + "context": "Report 'AddressesReport' data query", + "metadata": { + "query_language": "hql", + "full_sql": "select address as address, document.id as documentId, document.total as documentTotal\n\t\t\tfrom Address as address join address.documents as document\n\t\t\twhere city not in ($P{CityFilter})\n\t\t\torder by address.city, address.lastName, address.firstName, address.id" + } + }, + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'AddressesReport', total 2 parameters. Parameters: ReportTitle(java.lang.String), CityFilter(java.util.List).", + "raw_xml": "\n\t\t\"Address Report\"\n\t\n\t\n\n\t\tArrays.asList(\"Boston\",\"Chicago\",\"Oslo\")\n\t\n\t", + "context": "Report 'AddressesReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ReportTitle", + "CityFilter" + ], + "parameter_types": { + "ReportTitle": "java.lang.String", + "CityFilter": "java.util.List" + }, + "default_values": { + "ReportTitle": "\"Address Report\"", + "CityFilter": "Arrays.asList(\"Boston\",\"Chicago\",\"Oslo\")" + }, + "count": 2 + } + }, + { + "chunk_id": 4, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': id, type: java.lang.Long", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'id'", + "metadata": { + "field_name": "id", + "field_class": "java.lang.Long", + "field_expression": null + } + }, + { + "chunk_id": 5, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': firstName, type: java.lang.String", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'firstName'", + "metadata": { + "field_name": "firstName", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 6, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': lastName, type: java.lang.String", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'lastName'", + "metadata": { + "field_name": "lastName", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 7, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': street, type: java.lang.String", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'street'", + "metadata": { + "field_name": "street", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 8, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': city, type: java.lang.String", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'city'", + "metadata": { + "field_name": "city", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 9, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': documentId, type: java.lang.Long", + "raw_xml": "\n\t", + "context": "Report 'AddressesReport' field 'documentId'", + "metadata": { + "field_name": "documentId", + "field_class": "java.lang.Long", + "field_expression": null + } + }, + { + "chunk_id": 10, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': documentTotal, type: java.lang.Double", + "raw_xml": "\n\t", + "context": "Report 'AddressesReport' field 'documentTotal'", + "metadata": { + "field_name": "documentTotal", + "field_class": "java.lang.Double", + "field_expression": null + } + }, + { + "chunk_id": 11, + "chunk_type": "variables_group", + "human_description": "These are variable definitions for report 'AddressesReport' (resetType=Group), total 1 variables. Variables: addressTotal(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{documentTotal}\n\t\n\t", + "context": "Report 'AddressesReport' variable definitions (Group level reset)", + "metadata": { + "variable_names": [ + "addressTotal" + ], + "variable_types": { + "addressTotal": "java.lang.Double" + }, + "variable_calculations": { + "addressTotal": "Sum" + }, + "reset_type": "Group", + "expressions": { + "addressTotal": { + "type": "expression", + "value": "$F{documentTotal}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 12, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'AddressesReport', total 4 styles. Styles: Sans_Normal, Sans_Normal_Small, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' style definitions", + "metadata": { + "style_names": [ + "detail" + ], + "default_style": null, + "has_conditional_styles": true, + "count": 1 + } + }, + { + "chunk_id": 19, + "chunk_type": "group", + "human_description": "This is group 'CountryGroup' definition for report 'DateRangeReport'. Group expression: $F{ShipCountry}. Has groupHeader: Yes, has groupFooter: No. Min height: 70, start new column: false, reprint header: true.", + "raw_xml": "\n\t\t$F{ShipCountry}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{ShipCountry}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' group 'CountryGroup'", + "metadata": { + "group_name": "CountryGroup", + "expression": "$F{ShipCountry}", + "has_header": true, + "has_footer": false, + "minHeightToStartNewPage": "70", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "true" + } + }, + { + "chunk_id": 20, + "chunk_type": "group", + "human_description": "This is group 'CityGroup' definition for report 'DateRangeReport'. Group expression: $F{ShipCity}. Has groupHeader: Yes, has groupFooter: No. Min height: 40, start new column: false, reprint header: true.", + "raw_xml": "\n\t\t$F{ShipCity}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' group 'CityGroup'", + "metadata": { + "group_name": "CityGroup", + "expression": "$F{ShipCity}", + "has_header": true, + "has_footer": false, + "minHeightToStartNewPage": "40", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "true" + } + }, + { + "chunk_id": 21, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 31, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 32, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 33, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 34, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 35, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 36, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 37, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 38, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 39, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 40, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 41, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 42, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 43, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 44, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 45, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 46, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 47, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 48, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 49, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 50, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 51, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 52, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 53, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 54, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 55, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 56, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 57, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 58, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 59, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 60, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 61, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 62, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 63, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 64, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 65, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 66, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 67, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 68, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 69, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 70, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 71, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 71, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 71, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 71, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 72, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 73, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 74, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 75, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 76, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 77, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 78, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 79, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 80, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 81, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 82, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 83, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 84, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 85, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 86, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 87, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 88, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 89, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 90, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 91, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 92, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 93, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 94, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 95, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 96, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 97, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 98, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 99, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 100, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 101, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 102, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 103, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 104, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 105, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 106, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 107, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 108, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 109, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 110, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 111, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 112, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 113, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 114, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 115, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 116, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 117, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 118, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 119, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 120, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 121, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 121, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 121, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 121, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 122, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 123, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 124, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 125, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 126, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 127, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 128, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 129, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 130, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 131, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 132, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 133, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 134, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 135, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 136, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 137, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 138, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 139, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 140, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 141, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 142, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 143, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 144, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 145, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 146, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 147, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 148, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 149, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 150, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 151, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 152, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 153, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 154, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 155, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 156, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 157, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 158, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 159, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 160, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 161, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 162, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 163, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 164, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 165, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 166, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 167, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 168, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 169, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 170, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 171, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 171, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 171, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 171, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 172, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 173, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 174, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 175, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 176, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 177, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 178, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 179, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 180, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 181, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 182, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 183, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 184, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 185, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 186, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 187, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 188, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 189, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 190, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 191, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 192, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 193, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 194, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 195, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 196, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 197, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 198, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 199, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 200, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 201, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 202, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 203, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 204, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 205, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 206, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 207, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 208, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 209, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 210, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 211, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 212, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 213, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 214, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 215, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 216, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 217, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 218, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 219, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 220, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 221, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 221, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 221, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 221, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 222, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 223, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 224, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 225, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 226, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 227, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 228, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 229, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 230, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 231, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 232, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 233, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 234, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 235, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 236, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 237, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 238, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 239, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 240, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 241, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 242, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 243, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 244, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 245, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 246, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 247, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 248, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 249, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 250, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 251, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 252, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 253, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 254, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 255, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 256, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 257, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 258, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 259, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 260, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 261, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 262, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 263, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 264, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 265, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 266, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 267, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 268, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 269, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 270, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 271, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 271, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 271, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 271, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 272, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 273, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 274, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 275, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 276, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 277, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 278, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 279, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 280, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 281, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 282, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 283, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 284, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 285, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 286, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 287, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 288, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 289, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 290, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 291, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 292, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 293, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 294, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 295, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 296, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 297, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 298, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 299, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 300, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 301, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 302, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 303, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 304, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 305, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 306, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 307, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 308, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 309, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 310, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 311, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 312, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 313, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 314, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 315, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 316, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 317, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 318, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 319, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 320, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 321, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 321, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 321, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 321, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 322, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 323, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 324, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 325, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 326, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 327, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 328, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 329, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 330, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 331, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 332, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 333, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 334, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 335, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 336, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 337, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 338, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 339, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 340, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 341, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 342, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 343, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 344, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 345, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 346, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 347, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 348, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 349, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 350, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 351, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 352, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 353, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 354, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 355, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 356, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 357, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 358, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 359, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 360, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 361, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 362, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 363, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 364, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 365, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 366, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 367, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 368, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 369, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 370, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 371, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 371, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 371, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 371, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 372, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 373, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 374, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 375, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 376, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 377, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 378, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 379, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 380, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 381, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 382, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 383, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 384, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 385, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 386, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 387, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 388, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 389, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 390, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 391, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 392, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 393, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 394, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 395, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 396, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 397, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 398, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 399, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 400, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 401, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 402, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 403, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 404, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 405, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 406, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 407, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 408, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 409, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 410, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 411, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 412, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 413, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 414, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 415, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 416, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 417, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 418, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 419, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 420, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 421, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 421, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 421, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 421, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 422, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 423, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 424, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 425, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 426, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 427, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 428, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 429, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 430, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 431, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 432, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 433, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 434, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 435, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 436, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 437, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 438, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 439, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 440, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 441, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 442, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 443, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 444, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 445, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 446, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 447, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 448, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 449, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 450, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 451, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 452, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 453, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 454, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 455, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 456, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 457, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 458, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 459, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 460, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 461, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 462, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 463, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 464, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 465, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 466, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 467, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 468, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 469, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 470, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 471, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 471, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 471, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 471, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 472, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 473, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 474, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 475, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 476, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 477, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 478, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 479, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 480, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 481, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 482, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 483, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 484, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 485, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 486, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 487, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 488, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 489, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 490, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 491, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 492, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 493, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 494, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 495, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 496, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 497, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 498, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 499, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 500, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 501, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 502, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 503, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 504, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 505, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 506, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 507, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 508, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 509, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 510, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 511, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 512, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 513, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 514, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 515, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 516, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 517, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 518, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 519, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 520, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 521, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 521, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 521, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'DocumentsReport'. Page size: 500 x 842 portrait. Contains 4 standard bands with content: title, pageHeader, detail, summary. Defines 2 fields: id, total. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none.", + "raw_xml": "", + "context": "Report 'DocumentsReport' overall structure overview", + "metadata": { + "report_name": "DocumentsReport", + "bands": [ + "title", + "pageHeader", + "detail", + "summary" + ], + "field_count": 2, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": null, + "source": null, + "query_language": null, + "properties": {} + }, + "attributes": { + "name": "DocumentsReport", + "language": "java", + "pageWidth": "500", + "pageHeight": "842", + "columnWidth": "500", + "leftMargin": "0", + "rightMargin": "0", + "topMargin": "0", + "bottomMargin": "0", + "uuid": "68cf12a7-46cc-4853-8a87-47af86af0d76" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'DocumentsReport', total 2 fields. Fields: id(java.lang.Long), total(java.lang.Double).", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'DocumentsReport' field definitions", + "metadata": { + "field_names": [ + "id", + "total" + ], + "field_types": { + "id": "java.lang.Long", + "total": "java.lang.Double" + }, + "field_expressions": {}, + "count": 2 + } + }, + { + "chunk_id": 2, + "chunk_type": "sortFields", + "human_description": "These are sort field definitions for report 'DocumentsReport', total 1 fields. Sorts: id (Ascending).", + "raw_xml": "\n\t", + "context": "Report 'DocumentsReport' sort field definitions", + "metadata": { + "sortFields": [ + { + "name": "id", + "order": "Ascending" + } + ], + "count": 1 + } + }, + { + "chunk_id": 3, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'DocumentsReport', total 3 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": "\n\t", + "context": "Report 'FirstJasper' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "Sans_Italic", + "Serif_Normal", + "Serif_Bold", + "OrderIdStyle" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 6 + } + }, + { + "chunk_id": 24, + "chunk_type": "group", + "human_description": "This is group 'FirstLetterGroup' definition for report 'FirstJasper'. Group expression: $V{FirstLetter}. Has groupHeader: Yes, has groupFooter: Yes. Min height: 200, start new column: true, reprint header: true.", + "raw_xml": "\n\t\t$V{FirstLetter}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tCountries Starting With Letter :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FirstLetter}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{PAGE_NUMBER} - $V{FirstLetterStartPageNumber} + 1\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FirstLetterGroup_COUNT} == 0 ? 1 : ($V{PAGE_NUMBER} - $V{FirstLetterStartPageNumber} + 1)\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"/\"\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tCount :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FirstLetterGroup_COUNT}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tTotal :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FreightSumFirstLetterGroup}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tmsg(\"{0,number,0.00}%\", 100d * $V{FreightSumFirstLetterGroup} / $V{FreightSumReport})\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' group 'FirstLetterGroup'", + "metadata": { + "group_name": "FirstLetterGroup", + "expression": "$V{FirstLetter}", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "200", + "startNewColumn": "true", + "reprintHeaderOnEachPage": "true" + } + }, + { + "chunk_id": 25, + "chunk_type": "group", + "human_description": "This is group 'CountryGroup' definition for report 'FirstJasper'. Group expression: $F{ShipCountry}. Has groupHeader: Yes, has groupFooter: Yes. Min height: 0, start new column: false, reprint header: true.", + "raw_xml": "\n\t\t$F{ShipCountry}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DateHighestCountryGroup}\n\t\t\t\t\t\"EEE, MMM d, yyyy\"\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tCount :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{CountryGroup_COUNT}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tTotal :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FreightSumCountryGroup}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tmsg(\"{0,number,0.00}%\", 100d * $V{FreightSumCountryGroup} / $V{FreightSumFirstLetterGroup})\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' group 'CountryGroup'", + "metadata": { + "group_name": "CountryGroup", + "expression": "$F{ShipCountry}", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "true" + } + }, + { + "chunk_id": 26, + "chunk_type": "group", + "human_description": "This is group 'BreakGroup' definition for report 'FirstJasper'. Group expression: $V{BreakGroup_COUNT} > 5. Has groupHeader: Yes, has groupFooter: Yes. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$V{BreakGroup_COUNT} > 5\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' group 'BreakGroup'", + "metadata": { + "group_name": "BreakGroup", + "expression": "$V{BreakGroup_COUNT} > 5", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 27, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 28, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 28, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 28, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 28, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 28, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 28, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 28, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 29, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 29, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 30, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 30, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 30, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 30, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 30, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 30, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 30, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 31, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 31, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 31, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 31, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 31, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 31, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 31, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 32, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 32, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 32, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 32, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 32, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 32, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 32, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 33, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 33, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 33, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 33, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 33, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 33, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 33, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 34, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 34, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 34, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 34, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 34, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 34, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 34, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 35, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 35, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 35, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 35, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 35, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 35, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 35, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 36, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 36, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 36, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 36, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 36, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 36, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 36, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 37, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 37, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 37, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 37, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'FontsReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'FontsReport' overall structure overview", + "metadata": { + "report_name": "FontsReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "net.sf.jasperreports.export.docx.embed.fonts": "true", + "net.sf.jasperreports.export.pptx.embed.fonts": "true", + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "FontsReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "whenNoDataType": "AllSectionsNoDetail", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "8c1609b4-a52a-445f-acc9-69218b035b22" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'FontsReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'FontsReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 3, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 4, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 5, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 6, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 7, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 8, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 9, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 10, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 11, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 15, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 16, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 17, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 18, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 19, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 20, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 21, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 31, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 32, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 33, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 34, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 35, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 36, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 37, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 38, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 39, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 40, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 41, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 42, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 43, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 44, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 45, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 46, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 47, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 48, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 49, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 50, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 51, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 52, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 53, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 54, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 55, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 56, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 57, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 58, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 59, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 60, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 61, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 62, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 63, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 64, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 65, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 66, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 67, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 68, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 69, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 70, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 71, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 72, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 73, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 74, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 75, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 76, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 77, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 78, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 79, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 80, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 81, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 82, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 83, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 84, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 85, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 86, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 87, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 88, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 89, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 90, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 91, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 92, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 93, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 94, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 95, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 96, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 97, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 98, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 99, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 100, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 101, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 102, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 103, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 104, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 105, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 106, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 107, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 108, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 109, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 110, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 111, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 112, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 113, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 114, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 115, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 116, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 117, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 118, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 119, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 120, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 121, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 122, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 123, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 124, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 125, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 126, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 127, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 128, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 129, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 130, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 131, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 132, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 133, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 134, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 135, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 136, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 137, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 138, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 139, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 140, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 141, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 142, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 143, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 144, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 145, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 146, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 147, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 148, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 149, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 150, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 151, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 152, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 153, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 154, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 155, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 156, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 157, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 158, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 159, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 160, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 161, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 162, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 163, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 164, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 165, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 166, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 167, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 168, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 169, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 170, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 171, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 172, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 173, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 174, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 175, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 176, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 177, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 178, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 179, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 180, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 181, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 182, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 183, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 184, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 185, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 186, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 187, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 188, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 189, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 190, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 191, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 192, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 193, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 194, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 195, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 196, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 197, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 198, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 199, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 200, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 201, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 202, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 203, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 204, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 205, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 206, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 207, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 208, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 209, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 210, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 211, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 212, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 213, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 214, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 215, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 216, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 217, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 218, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 219, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 220, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 221, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 222, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 223, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 224, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 225, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 226, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 227, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 228, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 229, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 230, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 231, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 232, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 233, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 234, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 235, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 236, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 237, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 238, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 239, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 240, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 241, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'FormatPatternsMap'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none.", + "raw_xml": "", + "context": "Report 'FormatPatternsMap' overall structure overview", + "metadata": { + "report_name": "FormatPatternsMap", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": null, + "source": null, + "query_language": null, + "properties": {} + }, + "attributes": { + "name": "FormatPatternsMap", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "whenNoDataType": "AllSectionsNoDetail", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "20", + "bottomMargin": "20", + "uuid": "55220e4e-fb21-4bc4-af90-07100d06b8f1" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'FormatPatternsMap', total 1 styles. Styles: defaultStyle. Default style: defaultStyle.", + "raw_xml": "\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t", + "context": "Report 'IconLabelReport' style definitions", + "metadata": { + "style_names": [ + "Main", + "Component", + "Label", + "Icon" + ], + "default_style": "Main", + "has_conditional_styles": false, + "count": 4 + } + }, + { + "chunk_id": 3, + "chunk_type": "group", + "human_description": "This is group 'Dummy' definition for report 'IconLabelReport'. Group expression: . Has groupHeader: Yes, has groupFooter: No. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\".\\n.\\n.\\n.\\n.\\niconPosition=\\\"Start\\\"\\nlabelFill=\\\"Vertical\\\"\\nhorizontalAlignment=\\\"Right\\\"\\nverticalAlignment=\\\"Bottom\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\".\\n.\\n.\\n.\\n.\\niconPosition=\\\"Start\\\"\\nlabelFill=\\\"Both\\\"\\nhorizontalAlignment=\\\"Center\\\"\\nverticalAlignment=\\\"Top\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\".\\n.\\n.\\n.\\n.\\niconPosition=\\\"Start\\\"\\nlabelFill=\\\"Both\\\"\\nhorizontalAlignment=\\\"Center\\\"\\nverticalAlignment=\\\"Middle\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\".\\n.\\n.\\n.\\n.\\niconPosition=\\\"End\\\"\\nlabelFill=\\\"Horizontal\\\"\\nhorizontalAlignment=\\\"Center\\\"\\nverticalAlignment=\\\"Middle\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\".\\n.\\n.\\n.\\n.\\niconPosition=\\\"End\\\"\\nlabelFill=\\\"Horizontal\\\"\\nhorizontalAlignment=\\\"Center\\\"\\nverticalAlignment=\\\"Bottom\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\".\\n.\\n.\\n.\\n.\\niconPosition=\\\"End\\\"\\nlabelFill=\\\"Horizontal\\\"\\nhorizontalAlignment=\\\"Center\\\"\\nverticalAlignment=\\\"Top\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"iconPosition=\\\"End\\\"\\nlabelFill=\\\"Horizontal\\\"\\nhorizontalAlignment=\\\"Center\\\"\\nverticalAlignment=\\\"Top\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"iconPosition=\\\"End\\\"\\nlabelFill=\\\"None\\\"\\nhorizontalAlignment=\\\"Center\\\"\\nverticalAlignment=\\\"Top\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"iconPosition=\\\"End\\\"\\nlabelFill=\\\"None\\\"\\nhorizontalAlignment=\\\"Right\\\"\\nverticalAlignment=\\\"Top\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"iconPosition=\\\"End\\\"\\nlabelFill=\\\"Horizontal\\\"\\nhorizontalAlignment=\\\"Right\\\"\\nverticalAlignment=\\\"Top\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"iconPosition=\\\"End\\\"\\nlabelFill=\\\"Horizontal\\\"\\nhorizontalAlignment=\\\"Left\\\"\\nverticalAlignment=\\\"Top\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"iconPosition=\\\"End\\\"\\nlabelFill=\\\"None\\\"\\nhorizontalAlignment=\\\"Left\\\"\\nverticalAlignment=\\\"Top\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'IconLabelReport' group 'Dummy'", + "metadata": { + "group_name": "Dummy", + "expression": "", + "has_header": true, + "has_footer": false, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 4, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "699cc790-7e42-410b-a2aa-4ea21dc65f2c", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 5, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "3dd69925-afe1-44ef-a001-344eb40bb337", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 6, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "25b63cfa-5624-46f2-8161-b093deea55bd", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 7, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "c1da4208-2b90-4a91-84ee-5764a8f91f76", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 8, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "458119e1-f837-409b-91ae-f626a0ca99c8", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 9, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "e7b057a2-7b6d-4b70-b093-ebeb0fb60d08", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 10, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "1170ce2e-ad4e-47ab-9e27-5948486ce366", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 11, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "47c546c5-70e5-4e9a-b81f-fe140a06759d", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "070c9803-1ada-424a-9dec-71ec5a31431f", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "b3e39060-5a38-4387-afda-07105b944699", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "d44d322e-af6c-4fd1-86c6-462049506d75", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 15, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "1611c88c-ff25-4206-b36d-5dc194397b54", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'ImagesReport'. Page size: 595 x 842 portrait. Contains 0 standard bands with content: none. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 1 groups: dummy. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'ImagesReport' overall structure overview", + "metadata": { + "report_name": "ImagesReport", + "bands": [], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 1, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "ImagesReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "96220c86-3db6-45c8-a7a3-5ecd9e208dd0" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'ImagesReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'ImagesReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'ImagesReport', total 1 styles. Styles: imageBox.", + "raw_xml": "\n\t", + "context": "Report 'ImagesReport' style definitions", + "metadata": { + "style_names": [ + "imageBox" + ], + "default_style": null, + "has_conditional_styles": false, + "count": 1 + } + }, + { + "chunk_id": 3, + "chunk_type": "group", + "human_description": "This is group 'dummy' definition for report 'ImagesReport'. Group expression: . Has groupHeader: Yes, has groupFooter: No. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"1redpixel.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"jilagan-butterfly.svg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"jilagan-butterfly.svg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"jilagan-butterfly.svg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"marbles.tif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"marbles.tif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"marbles.tif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'ImagesReport' group 'dummy'", + "metadata": { + "group_name": "dummy", + "expression": "", + "has_header": true, + "has_footer": false, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'JavaScriptReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 2 parameters: A, B. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'JavaScriptReport' overall structure overview", + "metadata": { + "report_name": "JavaScriptReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 2, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "JavaScriptReport", + "language": "javascript", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "uuid": "418e076d-d0f8-4400-aec9-2cbc64314d64" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'JavaScriptReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'JavaScriptReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'JavaScriptReport', total 2 parameters. Parameters: A(java.lang.Double), B(java.lang.Double).", + "raw_xml": "\n\t\t3\n\t\n\t\n\n\t\t5\n\t\n\t", + "context": "Report 'JavaScriptReport' parameter definitions", + "metadata": { + "parameter_names": [ + "A", + "B" + ], + "parameter_types": { + "A": "java.lang.Double", + "B": "java.lang.Double" + }, + "default_values": { + "A": "3", + "B": "5" + }, + "count": 2 + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'JFreeChartReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 1 variables: Chart. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'JFreeChartReport' overall structure overview", + "metadata": { + "report_name": "JFreeChartReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 1, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "JFreeChartReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "scriptletClass": "net.sf.jasperreports.samples.jfreechart.JFreeChartScriptlet", + "uuid": "e80a6baf-f2a0-45d1-86f2-ffc37261b58f" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'JFreeChartReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'JFreeChartReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'JFreeChartReport' (resetType=Report), total 1 variables. Variables: Chart(net.sf.jasperreports.renderers.Renderable, System).", + "raw_xml": "\n\t", + "context": "Report 'JFreeChartReport' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "Chart" + ], + "variable_types": { + "Chart": "net.sf.jasperreports.renderers.Renderable" + }, + "variable_calculations": { + "Chart": "System" + }, + "reset_type": "Report", + "expressions": {}, + "count": 1 + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'JsonCustomersReport'. Page size: 595 x 842 portrait. Contains 4 standard bands with content: title, pageHeader, detail, pageFooter. Defines 2 fields: CustomerID, CompanyName. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: JSON. Source: data/northwind.json. Query language: json. Contains 1 subreports.", + "raw_xml": "", + "context": "Report 'JsonCustomersReport' overall structure overview", + "metadata": { + "report_name": "JsonCustomersReport", + "bands": [ + "title", + "pageHeader", + "detail", + "pageFooter" + ], + "field_count": 2, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 1, + "datasource": { + "type": "JSON", + "source": "data/northwind.json", + "query_language": "json", + "properties": { + "net.sf.jasperreports.json.source": "data/northwind.json", + "com.jaspersoft.studio.data.defaultdataadapter": "NO_DATA_ADAPTER" + } + }, + "attributes": { + "name": "JsonCustomersReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "uuid": "bbe115b5-a5a0-4b39-9b73-7092dc59ab6d" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'JsonCustomersReport'. Data source: data/northwind.json. Data adapter: NO_DATA_ADAPTER.", + "raw_xml": "\n", + "context": "Report 'JsonCustomersReport' data source configuration", + "metadata": { + "properties": { + "net.sf.jasperreports.json.source": "data/northwind.json", + "com.jaspersoft.studio.data.defaultdataadapter": "NO_DATA_ADAPTER" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'JsonCustomersReport'. Language: JSON. Query: Northwind.Customers", + "raw_xml": "Northwind.Customers\n\t", + "context": "Report 'JsonCustomersReport' data query", + "metadata": { + "query_language": "json", + "full_sql": "Northwind.Customers" + } + }, + { + "chunk_id": 3, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'JsonCustomersReport', total 2 fields. Fields: CustomerID(java.lang.String), CompanyName(java.lang.String).", + "raw_xml": "\n\t\t\n\t\n\t\n\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' field definitions", + "metadata": { + "field_names": [ + "CustomerID", + "CompanyName" + ], + "field_types": { + "CustomerID": "java.lang.String", + "CompanyName": "java.lang.String" + }, + "field_expressions": { + "CustomerID": { + "property": "net.sf.jasperreports.json.field.expression", + "value": "CustomerID" + }, + "CompanyName": { + "property": "net.sf.jasperreports.json.field.expression", + "value": "CompanyName" + } + }, + "count": 2 + } + }, + { + "chunk_id": 4, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'JsonCustomersReport', total 3 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'LateOrdersReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "Title", + "ColumnHeader", + "CellStyle", + "Detail" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 6 + } + }, + { + "chunk_id": 11, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 11, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 11, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 13, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 13, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 13, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 15, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 15, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 15, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 15, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 16, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 17, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 17, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 17, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 17, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 18, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 19, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 19, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 19, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 19, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 20, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 21, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 21, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 21, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 21, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 23, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 23, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 23, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 25, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 25, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 29, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 31, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 61, + "chunk_type": "crosstab", + "human_description": "This is a crosstab element in report 'LateOrdersReport'. Row groups: 1 - CountryRow. Column groups: 1 - FreightColumn. Measures: 2 - OrderCount, Delay.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' crosstab", + "metadata": { + "row_groups": [ + { + "name": "CountryRow", + "width": "80", + "totalPosition": "End", + "bucket": "$F{ShipCountry}" + } + ], + "column_groups": [ + { + "name": "FreightColumn", + "height": "20", + "totalPosition": "End", + "bucket": "$F{Freight}.intValue()/100" + } + ], + "measures": [ + { + "name": "OrderCount", + "calculation": "Count", + "class": "java.lang.Integer", + "expression": "$F{Freight}" + }, + { + "name": "Delay", + "calculation": "Sum", + "class": "java.lang.Integer", + "expression": "$V{DeliveryDelay}" + } + ], + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'LineChartReport'. Page size: 595 x 842 portrait. Contains 5 standard bands with content: title, columnHeader, detail, columnFooter, pageFooter. Defines 14 fields: ShippedDate, ShipCountry, RequiredDate, CustomerID, OrderID, ShipName, ShipVia, ShipPostalCode, OrderDate, ShipCity, ShipAddress, EmployeeID, ShipRegion, Freight. Defines 2 parameters: ReportTitle, MaxOrderID. Defines 11 variables: FirstLetter, FirstLetterCount, FirstLetterMin, FirstLetterMax, FreightSumChartGroup, FreightSumCountryGroup, FreightSumColumn, FreightSumPage, FreightSumReport, DateHighestCountryGroup, RegionCountCountryGroup. Defines 3 groups: ChartGroup, FirstLetterGroup, CountryGroup. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 1 charts.", + "raw_xml": "", + "context": "Report 'LineChartReport' overall structure overview", + "metadata": { + "report_name": "LineChartReport", + "bands": [ + "title", + "columnHeader", + "detail", + "columnFooter", + "pageFooter" + ], + "field_count": 14, + "parameter_count": 2, + "variable_count": 11, + "group_count": 3, + "chart_count": 1, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB", + "net.sf.jasperreports.chart.render.type": "svg", + "net.sf.jasperreports.image.dpi": "150" + } + }, + "attributes": { + "name": "LineChartReport", + "language": "java", + "columnCount": "2", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "270", + "columnSpacing": "15", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "135363b5-d9ff-4262-9eed-657530c6832c" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'LineChartReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'LineChartReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'LineChartReport'. Language: SQL. Query: SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry", + "raw_xml": "SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry\n\t", + "context": "Report 'LineChartReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry" + } + }, + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'LineChartReport', total 2 parameters. Parameters: ReportTitle(java.lang.String), MaxOrderID(java.lang.Integer).", + "raw_xml": "\n\t\t\"Line Chart Report\"\n\t\n\t\n\n\t\t12500\n\t\n\t", + "context": "Report 'LineChartReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ReportTitle", + "MaxOrderID" + ], + "parameter_types": { + "ReportTitle": "java.lang.String", + "MaxOrderID": "java.lang.Integer" + }, + "default_values": { + "ReportTitle": "\"Line Chart Report\"", + "MaxOrderID": "12500" + }, + "count": 2 + } + }, + { + "chunk_id": 4, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShippedDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShippedDate'", + "metadata": { + "field_name": "ShippedDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 5, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipCountry, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipCountry'", + "metadata": { + "field_name": "ShipCountry", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 6, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': RequiredDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'RequiredDate'", + "metadata": { + "field_name": "RequiredDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 7, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': CustomerID, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'CustomerID'", + "metadata": { + "field_name": "CustomerID", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 8, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': OrderID, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'OrderID'", + "metadata": { + "field_name": "OrderID", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 9, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipName, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipName'", + "metadata": { + "field_name": "ShipName", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 10, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipVia, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipVia'", + "metadata": { + "field_name": "ShipVia", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 11, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipPostalCode, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipPostalCode'", + "metadata": { + "field_name": "ShipPostalCode", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 12, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': OrderDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'OrderDate'", + "metadata": { + "field_name": "OrderDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 13, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipCity, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipCity'", + "metadata": { + "field_name": "ShipCity", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 14, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipAddress, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipAddress'", + "metadata": { + "field_name": "ShipAddress", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 15, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': EmployeeID, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'EmployeeID'", + "metadata": { + "field_name": "EmployeeID", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 16, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipRegion, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipRegion'", + "metadata": { + "field_name": "ShipRegion", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 17, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': Freight, type: java.lang.Double", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'Freight'", + "metadata": { + "field_name": "Freight", + "field_class": "java.lang.Double", + "field_expression": null + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_none", + "human_description": "These are variable definitions for report 'LineChartReport' (resetType=None), total 1 variables. Variables: FirstLetter(java.lang.String, Nothing).", + "raw_xml": "\n\t\t$F{ShipCountry}.substring(0, 1).toUpperCase()\n\t\n\t", + "context": "Report 'LineChartReport' variable definitions (None level reset)", + "metadata": { + "variable_names": [ + "FirstLetter" + ], + "variable_types": { + "FirstLetter": "java.lang.String" + }, + "variable_calculations": { + "FirstLetter": "Nothing" + }, + "reset_type": "None", + "expressions": { + "FirstLetter": { + "type": "expression", + "value": "$F{ShipCountry}.substring(0, 1).toUpperCase()" + } + }, + "count": 1 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_group", + "human_description": "These are variable definitions for report 'LineChartReport' (resetType=Group), total 7 variables. Variables: FirstLetterCount(java.lang.Integer, Count), FirstLetterMin(java.lang.String, Lowest), FirstLetterMax(java.lang.String, Highest), FreightSumChartGroup(java.lang.Double, Sum), FreightSumCountryGroup(java.lang.Double, Sum), DateHighestCountryGroup(java.sql.Timestamp, Highest), RegionCountCountryGroup(java.lang.Integer, Count).", + "raw_xml": "\n\t\tBoolean.TRUE\n\t\n\t\n\n\t\t$V{FirstLetter}\n\t\n\t\n\n\t\t$V{FirstLetter}\n\t\n\t\n\n\t\t$F{Freight}\n\t\n\t\n\n\t\t$F{Freight}\n\t\n\t\n\n\t\t$F{OrderDate}\n\t\n\t\n\n\t\t$F{ShipRegion}\n\t\n\t", + "context": "Report 'LineChartReport' variable definitions (Group level reset)", + "metadata": { + "variable_names": [ + "FirstLetterCount", + "FirstLetterMin", + "FirstLetterMax", + "FreightSumChartGroup", + "FreightSumCountryGroup", + "DateHighestCountryGroup", + "RegionCountCountryGroup" + ], + "variable_types": { + "FirstLetterCount": "java.lang.Integer", + "FirstLetterMin": "java.lang.String", + "FirstLetterMax": "java.lang.String", + "FreightSumChartGroup": "java.lang.Double", + "FreightSumCountryGroup": "java.lang.Double", + "DateHighestCountryGroup": "java.sql.Timestamp", + "RegionCountCountryGroup": "java.lang.Integer" + }, + "variable_calculations": { + "FirstLetterCount": "Count", + "FirstLetterMin": "Lowest", + "FirstLetterMax": "Highest", + "FreightSumChartGroup": "Sum", + "FreightSumCountryGroup": "Sum", + "DateHighestCountryGroup": "Highest", + "RegionCountCountryGroup": "Count" + }, + "reset_type": "Group", + "expressions": { + "FirstLetterCount": { + "type": "expression", + "value": "Boolean.TRUE" + }, + "FirstLetterMin": { + "type": "expression", + "value": "$V{FirstLetter}" + }, + "FirstLetterMax": { + "type": "expression", + "value": "$V{FirstLetter}" + }, + "FreightSumChartGroup": { + "type": "expression", + "value": "$F{Freight}" + }, + "FreightSumCountryGroup": { + "type": "expression", + "value": "$F{Freight}" + }, + "DateHighestCountryGroup": { + "type": "expression", + "value": "$F{OrderDate}" + }, + "RegionCountCountryGroup": { + "type": "expression", + "value": "$F{ShipRegion}" + } + }, + "count": 7 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_column", + "human_description": "These are variable definitions for report 'LineChartReport' (resetType=Column), total 1 variables. Variables: FreightSumColumn(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'LineChartReport' variable definitions (Column level reset)", + "metadata": { + "variable_names": [ + "FreightSumColumn" + ], + "variable_types": { + "FreightSumColumn": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumColumn": "Sum" + }, + "reset_type": "Column", + "expressions": { + "FreightSumColumn": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_page", + "human_description": "These are variable definitions for report 'LineChartReport' (resetType=Page), total 1 variables. Variables: FreightSumPage(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'LineChartReport' variable definitions (Page level reset)", + "metadata": { + "variable_names": [ + "FreightSumPage" + ], + "variable_types": { + "FreightSumPage": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumPage": "Sum" + }, + "reset_type": "Page", + "expressions": { + "FreightSumPage": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'LineChartReport' (resetType=Report), total 1 variables. Variables: FreightSumReport(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'LineChartReport' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "FreightSumReport" + ], + "variable_types": { + "FreightSumReport": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumReport": "Sum" + }, + "reset_type": "Report", + "expressions": { + "FreightSumReport": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 23, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'LineChartReport', total 5 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic, Serif_Normal, Serif_Bold. Default style: Sans_Normal.", + "raw_xml": "\n\t", + "context": "Report 'ListReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "Sans_Italic", + "Sans_Small", + "ListRow" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 5 + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 46, + "chunk_type": "component", + "human_description": "This is a component element in report 'ListReport'. Component kind: list. Contains 1 datasetRun(s). SubDataset: Addresses. Content size: 0x14.", + "raw_xml": "\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t", + "context": "Report 'ListReport' component", + "metadata": { + "component_kind": "list", + "dataset_runs": [ + { + "subDataset": "Addresses", + "dataSourceExpression": "" + } + ], + "contents_height": "14", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "a6cc346e-d517-431e-8860-d81cc4e1145f", + "x": "0", + "y": "25", + "width": "250", + "height": "20" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'MacroReport'. Page size: 595 x 842 portrait. Contains 2 standard bands with content: pageHeader, detail. Defines 5 fields: id, name, address, city, state. Defines 5 parameters: ReportTitle, ReportDate, DataFile, Customers, net.sf.jasperreports.csv.record.delimiter. Defines 0 variables: none. Defines 2 groups: cityGroup, initialNameGroup. Data source type: CSV. Source: xlsfeatures/XlsFeaturesQE.jrdax. Query language: csv.", + "raw_xml": "", + "context": "Report 'MacroReport' overall structure overview", + "metadata": { + "report_name": "MacroReport", + "bands": [ + "pageHeader", + "detail" + ], + "field_count": 5, + "parameter_count": 5, + "variable_count": 0, + "group_count": 2, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "CSV", + "source": "xlsfeatures/XlsFeaturesQE.jrdax", + "query_language": "csv", + "properties": { + "net.sf.jasperreports.csv.column.names": "city, id, name, address, state", + "net.sf.jasperreports.csv.source": "data/CsvDataSource.txt", + "net.sf.jasperreports.export.xls.workbook.template.keep.sheets": "true", + "net.sf.jasperreports.export.xls.workbook.template": "data/macro.xlt", + "net.sf.jasperreports.export.xlsx.macro.template": "data/macro.xltm", + "com.jaspersoft.studio.data.defaultdataadapter": "xlsfeatures/XlsFeaturesQE.jrdax" + } + }, + "attributes": { + "name": "MacroReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "0", + "bottomMargin": "5", + "uuid": "cde631ab-364a-4f1a-956a-636d167e36ee" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'MacroReport'. Data source: data/CsvDataSource.txt. Data adapter: xlsfeatures/XlsFeaturesQE.jrdax.", + "raw_xml": "\n\n", + "context": "Report 'MacroReport' data source configuration", + "metadata": { + "properties": { + "net.sf.jasperreports.csv.column.names": "city, id, name, address, state", + "net.sf.jasperreports.csv.source": "data/CsvDataSource.txt", + "com.jaspersoft.studio.data.defaultdataadapter": "xlsfeatures/XlsFeaturesQE.jrdax" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'MacroReport'. Language: CSV. Query: ", + "raw_xml": "\n\t", + "context": "Report 'MacroReport' data query", + "metadata": { + "query_language": "csv", + "full_sql": "" + } + }, + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'MacroReport', total 5 parameters. Parameters: ReportTitle(java.lang.String), ReportDate(java.util.Date), DataFile(java.lang.String), Customers(java.lang.String), net.sf.jasperreports.csv.record.delimiter(java.lang.String).", + "raw_xml": "\n\t\t\"Customers Report\"\n\t\n\t\n\n\t\tnew Date()\n\t\n\t\n\n\t\t\"CsvDataSource.txt - CSV query executer\"\n\t\n\t\n\n\t\t\"Customers\"\n\t\n\t\n\n\t\t\"\\r\\n\"\n\t\n\t", + "context": "Report 'MacroReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ReportTitle", + "ReportDate", + "DataFile", + "Customers", + "net.sf.jasperreports.csv.record.delimiter" + ], + "parameter_types": { + "ReportTitle": "java.lang.String", + "ReportDate": "java.util.Date", + "DataFile": "java.lang.String", + "Customers": "java.lang.String", + "net.sf.jasperreports.csv.record.delimiter": "java.lang.String" + }, + "default_values": { + "ReportTitle": "\"Customers Report\"", + "ReportDate": "new Date()", + "DataFile": "\"CsvDataSource.txt - CSV query executer\"", + "Customers": "\"Customers\"", + "net.sf.jasperreports.csv.record.delimiter": "\"\\r\\n\"" + }, + "count": 5 + } + }, + { + "chunk_id": 4, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'MacroReport', total 5 fields. Fields: id(java.lang.Integer), name(java.lang.String), address(java.lang.String), city(java.lang.String), state(java.lang.String).", + "raw_xml": "\n\t\n\n\t\n\n\t\n\n\t\n\n\t", + "context": "Report 'MacroReport' field definitions", + "metadata": { + "field_names": [ + "id", + "name", + "address", + "city", + "state" + ], + "field_types": { + "id": "java.lang.Integer", + "name": "java.lang.String", + "address": "java.lang.String", + "city": "java.lang.String", + "state": "java.lang.String" + }, + "field_expressions": {}, + "count": 5 + } + }, + { + "chunk_id": 5, + "chunk_type": "sortFields", + "human_description": "These are sort field definitions for report 'MacroReport', total 2 fields. Sorts: city (Ascending), name (Ascending).", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'MacroReport' sort field definitions", + "metadata": { + "sortFields": [ + { + "name": "city", + "order": "Ascending" + }, + { + "name": "name", + "order": "Ascending" + } + ], + "count": 2 + } + }, + { + "chunk_id": 6, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'MacroReport', total 3 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": " element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'MasterReport'. Page size: 595 x 842 portrait. Contains 4 standard bands with content: title, pageHeader, detail, pageFooter. Defines 1 fields: City. Defines 1 parameters: ProductsSubreport. Defines 2 variables: ProductTotalPrice, CityAddressCount. Defines 0 groups: none. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 2 subreports.", + "raw_xml": "", + "context": "Report 'MasterReport' overall structure overview", + "metadata": { + "report_name": "MasterReport", + "bands": [ + "title", + "pageHeader", + "detail", + "pageFooter" + ], + "field_count": 1, + "parameter_count": 1, + "variable_count": 2, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 2, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "net.sf.jasperreports.export.json.schema": "reports/MasterReport.schema.json", + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + }, + "attributes": { + "name": "MasterReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "uuid": "0bb3792b-2400-4fdf-b19f-7928164e6ce1" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'MasterReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'MasterReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'MasterReport'. Language: SQL. Query: SELECT City FROM Address GROUP BY City ORDER BY City", + "raw_xml": "SELECT City FROM Address GROUP BY City ORDER BY City\n\t", + "context": "Report 'MasterReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT City FROM Address GROUP BY City ORDER BY City" + } + }, + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'MasterReport', total 1 parameters. Parameters: ProductsSubreport(net.sf.jasperreports.engine.JasperReport).", + "raw_xml": "\n\t\tnet.sf.jasperreports.samples.subreport.SubreportUtil.getProductsSubreport()\n\t\n\t", + "context": "Report 'MasterReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ProductsSubreport" + ], + "parameter_types": { + "ProductsSubreport": "net.sf.jasperreports.engine.JasperReport" + }, + "default_values": { + "ProductsSubreport": "net.sf.jasperreports.samples.subreport.SubreportUtil.getProductsSubreport()" + }, + "count": 1 + } + }, + { + "chunk_id": 4, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'MasterReport', total 1 fields. Fields: City(java.lang.String).", + "raw_xml": "\n\t", + "context": "Report 'MasterReport' field definitions", + "metadata": { + "field_names": [ + "City" + ], + "field_types": { + "City": "java.lang.String" + }, + "field_expressions": {}, + "count": 1 + } + }, + { + "chunk_id": 5, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'MasterReport' (resetType=Report), total 2 variables. Variables: ProductTotalPrice(java.lang.Float, System), CityAddressCount(java.lang.Integer, System).", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'MasterReport' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "ProductTotalPrice", + "CityAddressCount" + ], + "variable_types": { + "ProductTotalPrice": "java.lang.Float", + "CityAddressCount": "java.lang.Integer" + }, + "variable_calculations": { + "ProductTotalPrice": "System", + "CityAddressCount": "System" + }, + "reset_type": "Report", + "expressions": {}, + "count": 2 + } + }, + { + "chunk_id": 6, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'MasterReport', total 3 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'OrdersReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "OrderCountStyle", + "CellStyle" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 4 + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 5, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 7, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 8, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 8, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 10, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 10, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 11, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 11, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 12, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 13, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "crosstab", + "human_description": "This is a crosstab element in report 'OrdersReport'. Row groups: 1 - CountryRow. Column groups: 1 - FreightColumn. Measures: 2 - OrderCount, MaxDate.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' crosstab", + "metadata": { + "row_groups": [ + { + "name": "CountryRow", + "width": "80", + "totalPosition": "End", + "bucket": "$F{ShipCountry}" + } + ], + "column_groups": [ + { + "name": "FreightColumn", + "height": "20", + "totalPosition": "End", + "bucket": "$F{Freight}.intValue()/100" + } + ], + "measures": [ + { + "name": "OrderCount", + "calculation": "Count", + "class": "java.lang.Integer", + "expression": "$F{Freight}" + }, + { + "name": "MaxDate", + "calculation": "Highest", + "class": "java.sql.Timestamp", + "expression": "$F{OrderDate}" + } + ], + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'OrdersReport'. Page size: 842 x 595 Landscape. Contains 2 standard bands with content: title, summary. Defines 3 fields: ShipCountry, Freight, OrderDate. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 1 crosstabs.", + "raw_xml": "", + "context": "Report 'OrdersReport' overall structure overview", + "metadata": { + "report_name": "OrdersReport", + "bands": [ + "title", + "summary" + ], + "field_count": 3, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 1, + "subreport_count": 0, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + }, + "attributes": { + "name": "OrdersReport", + "language": "java", + "pageWidth": "842", + "pageHeight": "595", + "orientation": "Landscape", + "columnWidth": "782", + "leftMargin": "30", + "rightMargin": "30", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "58b0013c-1812-4619-b65d-51adcecc34fb" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'OrdersReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'OrdersReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'OrdersReport'. Language: SQL. Query: SELECT ShipCountry, Freight, OrderDate FROM Orders", + "raw_xml": "SELECT ShipCountry, Freight, OrderDate FROM Orders\n\t", + "context": "Report 'OrdersReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT ShipCountry, Freight, OrderDate FROM Orders" + } + }, + { + "chunk_id": 3, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'OrdersReport', total 3 fields. Fields: ShipCountry(java.lang.String), Freight(java.lang.Float), OrderDate(java.sql.Timestamp).", + "raw_xml": "\n\t\n\n\t\n\n\t", + "context": "Report 'OrdersReport' field definitions", + "metadata": { + "field_names": [ + "ShipCountry", + "Freight", + "OrderDate" + ], + "field_types": { + "ShipCountry": "java.lang.String", + "Freight": "java.lang.Float", + "OrderDate": "java.sql.Timestamp" + }, + "field_expressions": {}, + "count": 3 + } + }, + { + "chunk_id": 4, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'OrdersReport', total 4 styles. Styles: Sans_Normal, Sans_Bold, OrderCountStyle, CellStyle. Default style: Sans_Normal. Contains conditional styles.", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'OrdersReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "OrderCountStyle", + "CellStyle" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 4 + } + }, + { + "chunk_id": 5, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 7, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 8, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 8, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 10, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 10, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 11, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 11, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 12, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 13, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "crosstab", + "human_description": "This is a crosstab element in report 'OrdersReport'. Row groups: 1 - CountryRow. Column groups: 1 - FreightColumn. Measures: 2 - OrderCount, MaxDate.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' crosstab", + "metadata": { + "row_groups": [ + { + "name": "CountryRow", + "width": "80", + "totalPosition": "End", + "bucket": "$F{ShipCountry}" + } + ], + "column_groups": [ + { + "name": "FreightColumn", + "height": "20", + "totalPosition": "End", + "bucket": "$F{Freight}.intValue()/100" + } + ], + "measures": [ + { + "name": "OrderCount", + "calculation": "Count", + "class": "java.lang.Integer", + "expression": "$F{Freight}" + }, + { + "name": "MaxDate", + "calculation": "Highest", + "class": "java.sql.Timestamp", + "expression": "$F{OrderDate}" + } + ], + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'OrdersReport'. Page size: 500 x 842 portrait. Contains 3 standard bands with content: pageHeader, detail, summary. Defines 4 fields: Id, OrderDate, ShipCity, Freight. Defines 1 parameters: CustomerID. Defines 1 variables: TotalFreight. Defines 0 groups: none. Data source type: XML/XPath. Query language: xpath.", + "raw_xml": "", + "context": "Report 'OrdersReport' overall structure overview", + "metadata": { + "report_name": "OrdersReport", + "bands": [ + "pageHeader", + "detail", + "summary" + ], + "field_count": 4, + "parameter_count": 1, + "variable_count": 1, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "XML/XPath", + "source": null, + "query_language": "xpath", + "properties": {} + }, + "attributes": { + "name": "OrdersReport", + "language": "java", + "pageWidth": "500", + "pageHeight": "842", + "columnWidth": "500", + "leftMargin": "0", + "rightMargin": "0", + "topMargin": "0", + "bottomMargin": "0", + "uuid": "10ec9c66-f0a7-416e-8fb0-d1fd1cea41fc" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "query", + "human_description": "This is the data query for report 'OrdersReport'. Language: XPATH. Query: /Northwind/Orders[CustomerID='$P{CustomerID}']", + "raw_xml": "/Northwind/Orders[CustomerID='$P{CustomerID}']\n\t", + "context": "Report 'OrdersReport' data query", + "metadata": { + "query_language": "xpath", + "full_sql": "/Northwind/Orders[CustomerID='$P{CustomerID}']" + } + }, + { + "chunk_id": 2, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'OrdersReport', total 1 parameters. Parameters: CustomerID(java.lang.String).", + "raw_xml": "\n\t", + "context": "Report 'OrdersReport' parameter definitions", + "metadata": { + "parameter_names": [ + "CustomerID" + ], + "parameter_types": { + "CustomerID": "java.lang.String" + }, + "default_values": {}, + "count": 1 + } + }, + { + "chunk_id": 3, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'OrdersReport', total 4 fields. Fields: Id(java.lang.String), OrderDate(java.util.Date), ShipCity(java.lang.String), Freight(java.lang.Float).", + "raw_xml": "\n\t\t\n\t\n\t\n\n\t\t\n\t\n\t\n\n\t\t\n\t\n\t\n\n\t\t\n\t\n\t", + "context": "Report 'OrdersReport' field definitions", + "metadata": { + "field_names": [ + "Id", + "OrderDate", + "ShipCity", + "Freight" + ], + "field_types": { + "Id": "java.lang.String", + "OrderDate": "java.util.Date", + "ShipCity": "java.lang.String", + "Freight": "java.lang.Float" + }, + "field_expressions": { + "Id": { + "property": "net.sf.jasperreports.xpath.field.expression", + "value": "OrderID" + }, + "OrderDate": { + "property": "net.sf.jasperreports.xpath.field.expression", + "value": "OrderDate" + }, + "ShipCity": { + "property": "net.sf.jasperreports.xpath.field.expression", + "value": "ShipCity" + }, + "Freight": { + "property": "net.sf.jasperreports.xpath.field.expression", + "value": "Freight" + } + }, + "count": 4 + } + }, + { + "chunk_id": 4, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'OrdersReport' (resetType=Report), total 1 variables. Variables: TotalFreight(java.lang.Float, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'OrdersReport' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "TotalFreight" + ], + "variable_types": { + "TotalFreight": "java.lang.Float" + }, + "variable_calculations": { + "TotalFreight": "Sum" + }, + "reset_type": "Report", + "expressions": { + "TotalFreight": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 5, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'OrdersReport', total 3 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": "\n\t", + "context": "Report 'ParagraphsReport' style definitions", + "metadata": { + "style_names": [ + "myDefault", + "rulerStyle", + "indentStyle" + ], + "default_style": "myDefault", + "has_conditional_styles": false, + "count": 3 + } + }, + { + "chunk_id": 3, + "chunk_type": "group", + "human_description": "This is group 'MyGroup' definition for report 'ParagraphsReport'. Group expression: . Has groupHeader: Yes, has groupFooter: No. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t35\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t0\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t40\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t80\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t120\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t160\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">Text field element using default tab stop width of 40 pixels. The following names are tab stop aligned to the left, while the overall text alignment is also left:\\n\\tpig \\tchicken \\tsheep \\thorse \\tgoat \\n\\tlion\\tgiraffe\\thippopotamus\\tleopard\\telephant\\thyena\\n\\tparis\\tlondon\\trome\\tamsterdam\\toslo</style>\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tSegments seem misaligned because they are first aligned to tab stops and then the overall line aligned to the right.\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">Text field element using default tab stop width of 40 pixels. The following names are tab stop aligned to the left, while the overall text alignment is right:\\n\\tpig \\tchicken \\tsheep \\thorse \\tgoat \\n\\tlion\\tgiraffe\\thippopotamus\\tleopard\\telephant\\thyena\\n\\tparis\\tlondon\\trome\\tamsterdam\\toslo</style>\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t35\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t0\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t33\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t40\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t80\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t120\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t160\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">Text field element using a custom tab stop centered at position 33. The rest of the names are tab stop aligned to the left, while the overall text alignment is also left:\\n\\tpig \\tchicken \\tsheep \\thorse \\tgoat \\n\\tlion\\tgiraffe\\thippopotamus\\tleopard\\telephant\\thyena\\n\\tparis\\tlondon\\trome\\tamsterdam\\toslo</style>\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tApparent misalignment on first tab stop due to first line indent.\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">Text field element using a custom tab stop centered at position 33. The rest of the names are tab stop aligned to the left, while the overall text alignment is right:\\n\\tpig \\tchicken \\tsheep \\thorse \\tgoat \\n\\tlion\\tgiraffe\\thippopotamus\\tleopard\\telephant\\thyena\\n\\tparis\\tlondon\\trome\\tamsterdam\\toslo</style>\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t35\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t0\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t40\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t80\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t120\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t160\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">Text field element using custom tab stops right aligned and 40 pixels apart. The overall text alignment is left:\\n\\tpig \\tchicken \\tsheep \\thorse \\tgoat \\n\\tlion\\tgiraffe\\thippopotamus\\tleopard\\telephant\\thyena\\n\\tparis\\tlondon\\trome\\tamsterdam\\toslo</style>\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tApparent misalignment on first tab stop due to first line indent.\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">Text field element using custom tab stops right aligned and 40 pixels apart. The overall text alignment is also right:\\n\\tpig \\tchicken \\tsheep \\thorse \\tgoat \\n\\tlion\\tgiraffe\\thippopotamus\\tleopard\\telephant\\thyena\\n\\tparis\\tlondon\\trome\\tamsterdam\\toslo</style>\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t35\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t40\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t40\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">A\\n\\tB\\t\\tB2\\tB3 thisisalongwordnotfittinginoneline\\n\\t\\tC\\tC2\\nD\\tD2\\tD3</style>\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">A\\n\\tB\\t\\tB2\\tB3 thisisalongwordnotfittinginoneline\\n\\t\\tC\\tC2\\nD\\tD2\\tD3</style>\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t35\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t40\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t40\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">A\\n\\tB\\t\\tB2\\tB3_thisisalongwordnotfittinginoneline\\n\\t\\tC\\tC2\\nD\\tD2\\tD3</style>\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">A\\n\\tB\\t\\tB2\\tB3_thisisalongwordnotfittinginoneline\\n\\t\\tC\\tC2\\nD\\tD2\\tD3</style>\"\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'ParagraphsReport' group 'MyGroup'", + "metadata": { + "group_name": "MyGroup", + "expression": "", + "has_header": true, + "has_footer": false, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'PdfEncryptReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'PdfEncryptReport' overall structure overview", + "metadata": { + "report_name": "PdfEncryptReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "PdfEncryptReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "2d9e0f21-d6dc-4ed3-bf60-109cb8dd4613" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'PdfEncryptReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'PdfEncryptReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'Pie3DChartReport'. Page size: 595 x 842 portrait. Contains 5 standard bands with content: title, columnHeader, detail, columnFooter, pageFooter. Defines 14 fields: ShippedDate, ShipCountry, RequiredDate, CustomerID, OrderID, ShipName, ShipVia, ShipPostalCode, OrderDate, ShipCity, ShipAddress, EmployeeID, ShipRegion, Freight. Defines 2 parameters: ReportTitle, MaxOrderID. Defines 11 variables: FirstLetter, FirstLetterCount, FirstLetterMin, FirstLetterMax, FreightSumChartGroup, FreightSumCountryGroup, FreightSumColumn, FreightSumPage, FreightSumReport, DateHighestCountryGroup, RegionCountCountryGroup. Defines 3 groups: ChartGroup, FirstLetterGroup, CountryGroup. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 1 charts.", + "raw_xml": "", + "context": "Report 'Pie3DChartReport' overall structure overview", + "metadata": { + "report_name": "Pie3DChartReport", + "bands": [ + "title", + "columnHeader", + "detail", + "columnFooter", + "pageFooter" + ], + "field_count": 14, + "parameter_count": 2, + "variable_count": 11, + "group_count": 3, + "chart_count": 1, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB", + "net.sf.jasperreports.chart.render.type": "svg", + "net.sf.jasperreports.image.dpi": "150" + } + }, + "attributes": { + "name": "Pie3DChartReport", + "language": "java", + "columnCount": "2", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "270", + "columnSpacing": "15", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "96414c51-c86e-493e-982d-6f1907bb35cf" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'Pie3DChartReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'Pie3DChartReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'Pie3DChartReport'. Language: SQL. Query: SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry", + "raw_xml": "SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry\n\t", + "context": "Report 'Pie3DChartReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry" + } + }, + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'Pie3DChartReport', total 2 parameters. Parameters: ReportTitle(java.lang.String), MaxOrderID(java.lang.Integer).", + "raw_xml": "\n\t\t\"Pie 3D Chart Report\"\n\t\n\t\n\n\t\t12500\n\t\n\t", + "context": "Report 'Pie3DChartReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ReportTitle", + "MaxOrderID" + ], + "parameter_types": { + "ReportTitle": "java.lang.String", + "MaxOrderID": "java.lang.Integer" + }, + "default_values": { + "ReportTitle": "\"Pie 3D Chart Report\"", + "MaxOrderID": "12500" + }, + "count": 2 + } + }, + { + "chunk_id": 4, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShippedDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShippedDate'", + "metadata": { + "field_name": "ShippedDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 5, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipCountry, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipCountry'", + "metadata": { + "field_name": "ShipCountry", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 6, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': RequiredDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'RequiredDate'", + "metadata": { + "field_name": "RequiredDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 7, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': CustomerID, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'CustomerID'", + "metadata": { + "field_name": "CustomerID", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 8, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': OrderID, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'OrderID'", + "metadata": { + "field_name": "OrderID", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 9, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipName, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipName'", + "metadata": { + "field_name": "ShipName", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 10, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipVia, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipVia'", + "metadata": { + "field_name": "ShipVia", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 11, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipPostalCode, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipPostalCode'", + "metadata": { + "field_name": "ShipPostalCode", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 12, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': OrderDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'OrderDate'", + "metadata": { + "field_name": "OrderDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 13, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipCity, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipCity'", + "metadata": { + "field_name": "ShipCity", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 14, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipAddress, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipAddress'", + "metadata": { + "field_name": "ShipAddress", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 15, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': EmployeeID, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'EmployeeID'", + "metadata": { + "field_name": "EmployeeID", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 16, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipRegion, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipRegion'", + "metadata": { + "field_name": "ShipRegion", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 17, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': Freight, type: java.lang.Double", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'Freight'", + "metadata": { + "field_name": "Freight", + "field_class": "java.lang.Double", + "field_expression": null + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_none", + "human_description": "These are variable definitions for report 'Pie3DChartReport' (resetType=None), total 1 variables. Variables: FirstLetter(java.lang.String, Nothing).", + "raw_xml": "\n\t\t$F{ShipCountry}.substring(0, 1).toUpperCase()\n\t\n\t", + "context": "Report 'Pie3DChartReport' variable definitions (None level reset)", + "metadata": { + "variable_names": [ + "FirstLetter" + ], + "variable_types": { + "FirstLetter": "java.lang.String" + }, + "variable_calculations": { + "FirstLetter": "Nothing" + }, + "reset_type": "None", + "expressions": { + "FirstLetter": { + "type": "expression", + "value": "$F{ShipCountry}.substring(0, 1).toUpperCase()" + } + }, + "count": 1 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_group", + "human_description": "These are variable definitions for report 'Pie3DChartReport' (resetType=Group), total 7 variables. Variables: FirstLetterCount(java.lang.Integer, Count), FirstLetterMin(java.lang.String, Lowest), FirstLetterMax(java.lang.String, Highest), FreightSumChartGroup(java.lang.Double, Sum), FreightSumCountryGroup(java.lang.Double, Sum), DateHighestCountryGroup(java.sql.Timestamp, Highest), RegionCountCountryGroup(java.lang.Integer, Count).", + "raw_xml": "\n\t\tBoolean.TRUE\n\t\n\t\n\n\t\t$V{FirstLetter}\n\t\n\t\n\n\t\t$V{FirstLetter}\n\t\n\t\n\n\t\t$F{Freight}\n\t\n\t\n\n\t\t$F{Freight}\n\t\n\t\n\n\t\t$F{OrderDate}\n\t\n\t\n\n\t\t$F{ShipRegion}\n\t\n\t", + "context": "Report 'Pie3DChartReport' variable definitions (Group level reset)", + "metadata": { + "variable_names": [ + "FirstLetterCount", + "FirstLetterMin", + "FirstLetterMax", + "FreightSumChartGroup", + "FreightSumCountryGroup", + "DateHighestCountryGroup", + "RegionCountCountryGroup" + ], + "variable_types": { + "FirstLetterCount": "java.lang.Integer", + "FirstLetterMin": "java.lang.String", + "FirstLetterMax": "java.lang.String", + "FreightSumChartGroup": "java.lang.Double", + "FreightSumCountryGroup": "java.lang.Double", + "DateHighestCountryGroup": "java.sql.Timestamp", + "RegionCountCountryGroup": "java.lang.Integer" + }, + "variable_calculations": { + "FirstLetterCount": "Count", + "FirstLetterMin": "Lowest", + "FirstLetterMax": "Highest", + "FreightSumChartGroup": "Sum", + "FreightSumCountryGroup": "Sum", + "DateHighestCountryGroup": "Highest", + "RegionCountCountryGroup": "Count" + }, + "reset_type": "Group", + "expressions": { + "FirstLetterCount": { + "type": "expression", + "value": "Boolean.TRUE" + }, + "FirstLetterMin": { + "type": "expression", + "value": "$V{FirstLetter}" + }, + "FirstLetterMax": { + "type": "expression", + "value": "$V{FirstLetter}" + }, + "FreightSumChartGroup": { + "type": "expression", + "value": "$F{Freight}" + }, + "FreightSumCountryGroup": { + "type": "expression", + "value": "$F{Freight}" + }, + "DateHighestCountryGroup": { + "type": "expression", + "value": "$F{OrderDate}" + }, + "RegionCountCountryGroup": { + "type": "expression", + "value": "$F{ShipRegion}" + } + }, + "count": 7 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_column", + "human_description": "These are variable definitions for report 'Pie3DChartReport' (resetType=Column), total 1 variables. Variables: FreightSumColumn(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'Pie3DChartReport' variable definitions (Column level reset)", + "metadata": { + "variable_names": [ + "FreightSumColumn" + ], + "variable_types": { + "FreightSumColumn": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumColumn": "Sum" + }, + "reset_type": "Column", + "expressions": { + "FreightSumColumn": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_page", + "human_description": "These are variable definitions for report 'Pie3DChartReport' (resetType=Page), total 1 variables. Variables: FreightSumPage(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'Pie3DChartReport' variable definitions (Page level reset)", + "metadata": { + "variable_names": [ + "FreightSumPage" + ], + "variable_types": { + "FreightSumPage": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumPage": "Sum" + }, + "reset_type": "Page", + "expressions": { + "FreightSumPage": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'Pie3DChartReport' (resetType=Report), total 1 variables. Variables: FreightSumReport(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'Pie3DChartReport' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "FreightSumReport" + ], + "variable_types": { + "FreightSumReport": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumReport": "Sum" + }, + "reset_type": "Report", + "expressions": { + "FreightSumReport": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 23, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'Pie3DChartReport', total 5 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic, Serif_Normal, Serif_Bold. Default style: Sans_Normal.", + "raw_xml": "\n\t", + "context": "Report 'ScriptletReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "Sans_Italic", + "AlternateDetail" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 4 + } + }, + { + "chunk_id": 8, + "chunk_type": "group", + "human_description": "This is group 'CityGroup' definition for report 'ScriptletReport'. Group expression: $F{City}. Has groupHeader: Yes, has groupFooter: Yes. Min height: 60, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$F{City}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + String.valueOf($V{CityNumber}) + \". \" + String.valueOf($F{City})\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tCount :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{CityGroup_COUNT}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' group 'CityGroup'", + "metadata": { + "group_name": "CityGroup", + "expression": "$F{City}", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "60", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'ShapesReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'ShapesReport' overall structure overview", + "metadata": { + "report_name": "ShapesReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "ShapesReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "whenNoDataType": "AllSectionsNoDetail", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "02560bcc-b1b2-464f-90a0-1e56616b66e1" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'ShapesReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'ShapesReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 3, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 4, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 5, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 6, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 7, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 8, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 9, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 10, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 11, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 15, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 16, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 17, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 18, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 19, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 20, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 21, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 31, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 32, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 33, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 34, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 35, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 36, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 37, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 38, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 39, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 40, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 41, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 42, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 43, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 44, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 45, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 46, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 47, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 48, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 49, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 50, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 51, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 52, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 53, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 54, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 55, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 56, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 57, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 58, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 59, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 60, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 61, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 62, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 63, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 64, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 65, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 66, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 67, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 68, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 69, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 70, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 71, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 72, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 73, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 74, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 75, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 76, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 77, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 78, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 79, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 80, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 81, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 82, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 83, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 84, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 85, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 86, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 87, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 88, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 89, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 90, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 91, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 92, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 93, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 94, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 95, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 96, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 97, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 98, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 99, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 100, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 101, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 102, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 103, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 104, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 105, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 106, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 107, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 108, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 109, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 110, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 111, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 112, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 113, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 114, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 115, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 116, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 117, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 118, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 119, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 120, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 121, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 122, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 123, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 124, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 125, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 126, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 127, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 128, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 129, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 130, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 131, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 132, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 133, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 134, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 135, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 136, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 137, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 138, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 139, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 140, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 141, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 142, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 143, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 144, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 145, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 146, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 147, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 148, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 149, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 150, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 151, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 152, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 153, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 154, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 155, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 156, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 157, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 158, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 159, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 160, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 161, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 162, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 163, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 164, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 165, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 166, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 167, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 168, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 169, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 170, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 171, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 172, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 173, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 174, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 175, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 176, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 177, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 178, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 179, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 180, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 181, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 182, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 183, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 184, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 185, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 186, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 187, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 188, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 189, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 190, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 191, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 192, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 193, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 194, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 195, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 196, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 197, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 198, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 199, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 200, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 201, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 202, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 203, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 204, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 205, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 206, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 207, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 208, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 209, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 210, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 211, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 212, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 213, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 214, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 215, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 216, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 217, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 218, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 219, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 220, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 221, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 222, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 223, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 224, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 225, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 226, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 227, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 228, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 229, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 230, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 231, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 232, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 233, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 234, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 235, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 236, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 237, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 238, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 239, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 240, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 241, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 242, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 243, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 244, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 245, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 246, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 247, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 248, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 249, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 250, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 251, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 252, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 253, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 254, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 255, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 256, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 257, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 258, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 259, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 260, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 261, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 262, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 263, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 264, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 265, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 266, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 267, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 268, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 269, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 270, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 271, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 272, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 273, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 274, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 275, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 276, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 277, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 278, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 279, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 280, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 281, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'ShipmentsReport'. Page size: 842 x 595 Landscape. Contains 1 standard bands with content: detail. Defines 1 fields: ShipCountry. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 1 crosstabs.", + "raw_xml": "", + "context": "Report 'ShipmentsReport' overall structure overview", + "metadata": { + "report_name": "ShipmentsReport", + "bands": [ + "detail" + ], + "field_count": 1, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 1, + "subreport_count": 0, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "net.sf.jasperreports.export.pdf.tagged": "true", + "net.sf.jasperreports.export.pdf.tag.language": "EN-US", + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + }, + "attributes": { + "name": "ShipmentsReport", + "language": "java", + "pageWidth": "842", + "pageHeight": "595", + "orientation": "Landscape", + "columnWidth": "812", + "leftMargin": "15", + "rightMargin": "15", + "topMargin": "10", + "bottomMargin": "10", + "uuid": "488fc4c0-8d4e-4bd3-8f28-3497b7349729" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "dataset", + "human_description": "This is dataset 'Country_Orders' definition for report 'ShipmentsReport'. Contains 4 fields: ShippedDate, ShipRegion, ShipCity, Freight. Contains 1 parameters: Country. Query (sql): SELECT ShippedDate, ShipRegion, ShipCity, Freight\n\t\t\tFROM Orders\n\t\t\tWHERE\n\t\t\t\tShipCountry = $P{Country} AND\n\t\t\t\tShippedDate IS NOT NULL", + "raw_xml": "\n\t\t\n\t\tSELECT ShippedDate, ShipRegion, ShipCity, Freight\n\t\t\tFROM Orders\n\t\t\tWHERE\n\t\t\t\tShipCountry = $P{Country} AND\n\t\t\t\tShippedDate IS NOT NULL\n\t\t\n\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'ShipmentsReport' dataset 'Country_Orders'", + "metadata": { + "dataset_name": "Country_Orders", + "field_names": [ + "ShippedDate", + "ShipRegion", + "ShipCity", + "Freight" + ], + "parameter_names": [ + "Country" + ], + "query": "SELECT ShippedDate, ShipRegion, ShipCity, Freight\n\t\t\tFROM Orders\n\t\t\tWHERE\n\t\t\t\tShipCountry = $P{Country} AND\n\t\t\t\tShippedDate IS NOT NULL", + "query_language": "sql", + "properties": {} + } + }, + { + "chunk_id": 2, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'ShipmentsReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'ShipmentsReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + }, + { + "chunk_id": 3, + "chunk_type": "query", + "human_description": "This is the data query for report 'ShipmentsReport'. Language: SQL. Query: SELECT DISTINCT ShipCountry FROM Orders", + "raw_xml": "SELECT DISTINCT ShipCountry FROM Orders\n\t", + "context": "Report 'ShipmentsReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT DISTINCT ShipCountry FROM Orders" + } + }, + { + "chunk_id": 4, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'ShipmentsReport', total 1 fields. Fields: ShipCountry(java.lang.String).", + "raw_xml": "\n\t", + "context": "Report 'ShipmentsReport' field definitions", + "metadata": { + "field_names": [ + "ShipCountry" + ], + "field_types": { + "ShipCountry": "java.lang.String" + }, + "field_expressions": {}, + "count": 1 + } + }, + { + "chunk_id": 5, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'ShipmentsReport', total 3 styles. Styles: Sans_Normal, Sans_Large, Sans_Bold. Default style: Sans_Normal.", + "raw_xml": "\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t", + "context": "Report 'AccessibleReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Description", + "Heading1", + "Heading2", + "Crosstab_RowHeader", + "Crosstab_ColumnHeader", + "Crosstab_ColumnHeader_Text", + "Crosstab_RowGroupTotal", + "Crosstab_Total", + "Crosstab_TotalColumnHeader", + "Crosstab_TotalColumnHeader_Text", + "Crosstab_Detail", + "Table_TH", + "Table_TH_Text", + "Table_TD" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": false, + "count": 15 + } + }, + { + "chunk_id": 4, + "chunk_type": "group", + "human_description": "This is group 'Group1' definition for report 'AccessibleReport'. Group expression: . Has groupHeader: Yes, has groupFooter: No. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"This is a sequence of level 1 and level 2 headings.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"Fruit\"\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"In botany, a fruit is the seed-bearing structure in flowering plants.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"Apples\"\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"An apple is an edible fruit produced by an apple tree (Malus domestica).\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"Bananas\"\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"A banana is an elongated, edible fruit produced by several kinds of large herbaceous flowering plants in the genus Musa.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"Vegetables\"\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"Vegetables are parts of plants that are consumed by humans or other animals as food.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"Cucumbers\"\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"Cucumber (Cucumis sativus) is a widely-cultivated creeping vine plant in the Cucurbitaceae family that bears usually cylindrical fruits, which are used as vegetables.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"This is a bulleted list with two levels.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"<ul><li>Fruit<ol><li>Apples</li><li>Bananas</li><li>Pears</li></ol></li><li>Vegetables<ol><li>Cucumber</li><li>Lettuce</li><li>Tomatoes</li></ol></li></ul>\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"This is an image.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\"The Dukesign Image\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"This is a crosstab without a header cell at its the top left corner.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Category}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Category}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Category Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Type}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Type}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Type Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Year}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Year}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Year Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$F{Quantity}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"This is a crosstab having a header cell at its the top left corner.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Category\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Type\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Category}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Category}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Category Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Type}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Type}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Type Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Year}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Year}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Year Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$F{Quantity}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"This is a table having a column group header that wraps the third and fourth column headers.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"ID\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{id}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Name\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{name}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Address\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\"Street\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t$F{address}\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\"City\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t$F{city}\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Account Type\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{state}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Move-In Date\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{moveInDate}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"This is a simple table without any column header grouping.\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"ID\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{id}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Name\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{name}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Street\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{address}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"City\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{city}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Account Type\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{state}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Move-In Date\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{moveInDate}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\t", + "context": "Report 'AccessibleReport' group 'Group1'", + "metadata": { + "group_name": "Group1", + "expression": "", + "has_header": true, + "has_footer": false, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_background", + "human_description": "This is the 'background' band of report 'AccessibleReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: .", + "raw_xml": "\n", + "context": "Report 'AccessibleReport' background band", + "metadata": { + "band_name": "background", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 15, + "chunk_type": "crosstab", + "human_description": "This is a crosstab element in report 'AccessibleReport'. Row groups: 2 - Category, Type. Column groups: 1 - Year. Measures: 1 - Quantity_MEASURE.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Category}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Category}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Category Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Type}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Type}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Type Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Year}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Year}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Year Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$F{Quantity}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t", + "context": "Report 'AccessibleReport' crosstab", + "metadata": { + "row_groups": [ + { + "name": "Category", + "width": "70", + "totalPosition": "End", + "bucket": "$F{Category}" + }, + { + "name": "Type", + "width": "60", + "totalPosition": "End", + "bucket": "$F{Type}" + } + ], + "column_groups": [ + { + "name": "Year", + "height": "10", + "totalPosition": "End", + "bucket": "$F{Year}" + } + ], + "measures": [ + { + "name": "Quantity_MEASURE", + "calculation": "Sum", + "class": "java.lang.Integer", + "expression": "$F{Quantity}" + } + ], + "attributes": { + "kind": "crosstab", + "uuid": "bd692f7b-a38d-41e3-a7f1-0762e26ae74e", + "x": "0", + "y": "0", + "width": "510", + "height": "30" + } + } + }, + { + "chunk_id": 16, + "chunk_type": "crosstab", + "human_description": "This is a crosstab element in report 'AccessibleReport'. Row groups: 2 - Category, Type. Column groups: 1 - Year. Measures: 1 - Quantity_MEASURE.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Category\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Type\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Category}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Category}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Category Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Type}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Type}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Type Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{Year}\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Year}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\"Year Total\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$F{Quantity}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$V{Quantity_MEASURE}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t", + "context": "Report 'AccessibleReport' crosstab", + "metadata": { + "row_groups": [ + { + "name": "Category", + "width": "70", + "totalPosition": "End", + "bucket": "$F{Category}" + }, + { + "name": "Type", + "width": "60", + "totalPosition": "End", + "bucket": "$F{Type}" + } + ], + "column_groups": [ + { + "name": "Year", + "height": "10", + "totalPosition": "End", + "bucket": "$F{Year}" + } + ], + "measures": [ + { + "name": "Quantity_MEASURE", + "calculation": "Sum", + "class": "java.lang.Integer", + "expression": "$F{Quantity}" + } + ], + "attributes": { + "kind": "crosstab", + "uuid": "dc45d523-d168-4907-b9f5-309d373cf476", + "x": "0", + "y": "0", + "width": "510", + "height": "30" + } + } + }, + { + "chunk_id": 17, + "chunk_type": "component", + "human_description": "This is a component element in report 'AccessibleReport'. Component kind: table. Contains 1 datasetRun(s). SubDataset: TableDataset. Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"ID\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{id}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Name\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{name}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Address\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\"Street\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t$F{address}\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\"City\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t$F{city}\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Account Type\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{state}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Move-In Date\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{moveInDate}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t", + "context": "Report 'AccessibleReport' component", + "metadata": { + "component_kind": "table", + "dataset_runs": [ + { + "subDataset": "TableDataset", + "dataSourceExpression": "" + } + ], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "257ba0eb-37d3-4b3a-a79f-46c5c7afec56", + "x": "0", + "y": "0", + "width": "500", + "height": "30" + } + } + }, + { + "chunk_id": 18, + "chunk_type": "component", + "human_description": "This is a component element in report 'AccessibleReport'. Component kind: table. Contains 1 datasetRun(s). SubDataset: TableDataset. Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"ID\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{id}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Name\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{name}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Street\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{address}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"City\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{city}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Account Type\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{state}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"Move-In Date\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$F{moveInDate}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t", + "context": "Report 'AccessibleReport' component", + "metadata": { + "component_kind": "table", + "dataset_runs": [ + { + "subDataset": "TableDataset", + "dataSourceExpression": "" + } + ], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "94672486-6f12-4aff-9820-b222f6266dad", + "x": "0", + "y": "0", + "width": "500", + "height": "30" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'AddressesReport'. Page size: 595 x 842 portrait. Contains 3 standard bands with content: title, detail, pageFooter. Defines 7 fields: id, firstName, lastName, street, city, documentId, documentTotal. Defines 2 parameters: ReportTitle, CityFilter. Defines 1 variables: addressTotal. Defines 1 groups: AddressGroup. Data source type: Hibernate/HQL. Source: hibernate/data/HibernateDataAdapter.jrdax. Query language: hql.", + "raw_xml": "", + "context": "Report 'AddressesReport' overall structure overview", + "metadata": { + "report_name": "AddressesReport", + "bands": [ + "title", + "detail", + "pageFooter" + ], + "field_count": 7, + "parameter_count": 2, + "variable_count": 1, + "group_count": 1, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "Hibernate/HQL", + "source": "hibernate/data/HibernateDataAdapter.jrdax", + "query_language": "hql", + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "hibernate/data/HibernateDataAdapter.jrdax" + } + }, + "attributes": { + "name": "AddressesReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "whenNoDataType": "AllSectionsNoDetail", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "uuid": "f050e3db-0847-4912-9c16-d6b157484813" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'AddressesReport'. Data adapter: hibernate/data/HibernateDataAdapter.jrdax.", + "raw_xml": "", + "context": "Report 'AddressesReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "hibernate/data/HibernateDataAdapter.jrdax" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'AddressesReport'. Language: HQL. Query: select address as address, document.id as documentId, document.total as documentTotal\n\t\t\tfrom Address as address join address.documents as document\n\t\t\twhere city not in ($P{CityFilter})\n\t\t\torder by address.city, address.lastName, address.firstName, address.id", + "raw_xml": "select address as address, document.id as documentId, document.total as documentTotal\n\t\t\tfrom Address as address join address.documents as document\n\t\t\twhere city not in ($P{CityFilter})\n\t\t\torder by address.city, address.lastName, address.firstName, address.id\n\t", + "context": "Report 'AddressesReport' data query", + "metadata": { + "query_language": "hql", + "full_sql": "select address as address, document.id as documentId, document.total as documentTotal\n\t\t\tfrom Address as address join address.documents as document\n\t\t\twhere city not in ($P{CityFilter})\n\t\t\torder by address.city, address.lastName, address.firstName, address.id" + } + }, + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'AddressesReport', total 2 parameters. Parameters: ReportTitle(java.lang.String), CityFilter(java.util.List).", + "raw_xml": "\n\t\t\"Address Report\"\n\t\n\t\n\n\t\tArrays.asList(\"Boston\",\"Chicago\",\"Oslo\")\n\t\n\t", + "context": "Report 'AddressesReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ReportTitle", + "CityFilter" + ], + "parameter_types": { + "ReportTitle": "java.lang.String", + "CityFilter": "java.util.List" + }, + "default_values": { + "ReportTitle": "\"Address Report\"", + "CityFilter": "Arrays.asList(\"Boston\",\"Chicago\",\"Oslo\")" + }, + "count": 2 + } + }, + { + "chunk_id": 4, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': id, type: java.lang.Long", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'id'", + "metadata": { + "field_name": "id", + "field_class": "java.lang.Long", + "field_expression": null + } + }, + { + "chunk_id": 5, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': firstName, type: java.lang.String", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'firstName'", + "metadata": { + "field_name": "firstName", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 6, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': lastName, type: java.lang.String", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'lastName'", + "metadata": { + "field_name": "lastName", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 7, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': street, type: java.lang.String", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'street'", + "metadata": { + "field_name": "street", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 8, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': city, type: java.lang.String", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'city'", + "metadata": { + "field_name": "city", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 9, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': documentId, type: java.lang.Long", + "raw_xml": "\n\t", + "context": "Report 'AddressesReport' field 'documentId'", + "metadata": { + "field_name": "documentId", + "field_class": "java.lang.Long", + "field_expression": null + } + }, + { + "chunk_id": 10, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': documentTotal, type: java.lang.Double", + "raw_xml": "\n\t", + "context": "Report 'AddressesReport' field 'documentTotal'", + "metadata": { + "field_name": "documentTotal", + "field_class": "java.lang.Double", + "field_expression": null + } + }, + { + "chunk_id": 11, + "chunk_type": "variables_group", + "human_description": "These are variable definitions for report 'AddressesReport' (resetType=Group), total 1 variables. Variables: addressTotal(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{documentTotal}\n\t\n\t", + "context": "Report 'AddressesReport' variable definitions (Group level reset)", + "metadata": { + "variable_names": [ + "addressTotal" + ], + "variable_types": { + "addressTotal": "java.lang.Double" + }, + "variable_calculations": { + "addressTotal": "Sum" + }, + "reset_type": "Group", + "expressions": { + "addressTotal": { + "type": "expression", + "value": "$F{documentTotal}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 12, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'AddressesReport', total 4 styles. Styles: Sans_Normal, Sans_Normal_Small, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' style definitions", + "metadata": { + "style_names": [ + "detail" + ], + "default_style": null, + "has_conditional_styles": true, + "count": 1 + } + }, + { + "chunk_id": 19, + "chunk_type": "group", + "human_description": "This is group 'CountryGroup' definition for report 'DateRangeReport'. Group expression: $F{ShipCountry}. Has groupHeader: Yes, has groupFooter: No. Min height: 70, start new column: false, reprint header: true.", + "raw_xml": "\n\t\t$F{ShipCountry}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{ShipCountry}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' group 'CountryGroup'", + "metadata": { + "group_name": "CountryGroup", + "expression": "$F{ShipCountry}", + "has_header": true, + "has_footer": false, + "minHeightToStartNewPage": "70", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "true" + } + }, + { + "chunk_id": 20, + "chunk_type": "group", + "human_description": "This is group 'CityGroup' definition for report 'DateRangeReport'. Group expression: $F{ShipCity}. Has groupHeader: Yes, has groupFooter: No. Min height: 40, start new column: false, reprint header: true.", + "raw_xml": "\n\t\t$F{ShipCity}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' group 'CityGroup'", + "metadata": { + "group_name": "CityGroup", + "expression": "$F{ShipCity}", + "has_header": true, + "has_footer": false, + "minHeightToStartNewPage": "40", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "true" + } + }, + { + "chunk_id": 21, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 31, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 32, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 33, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 34, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 35, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 36, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 37, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 38, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 39, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 40, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 41, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 42, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 43, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 44, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 45, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 46, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 47, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 48, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 49, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 50, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 51, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 52, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 53, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 54, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 55, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 56, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 57, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 58, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 59, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 60, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 61, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 62, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 63, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 64, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 65, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 66, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 67, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 68, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 69, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 70, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 71, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 71, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 71, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 71, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 72, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 73, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 74, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 75, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 76, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 77, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 78, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 79, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 80, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 81, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 82, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 83, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 84, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 85, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 86, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 87, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 88, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 89, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 90, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 91, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 92, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 93, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 94, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 95, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 96, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 97, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 98, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 99, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 100, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 101, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 102, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 103, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 104, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 105, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 106, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 107, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 108, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 109, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 110, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 111, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 112, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 113, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 114, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 115, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 116, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 117, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 118, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 119, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 120, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 121, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 121, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 121, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 121, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 122, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 123, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 124, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 125, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 126, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 127, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 128, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 129, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 130, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 131, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 132, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 133, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 134, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 135, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 136, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 137, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 138, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 139, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 140, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 141, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 142, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 143, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 144, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 145, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 146, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 147, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 148, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 149, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 150, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 151, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 152, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 153, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 154, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 155, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 156, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 157, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 158, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 159, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 160, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 161, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 162, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 163, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 164, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 165, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 166, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 167, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 168, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 169, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 170, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 171, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 171, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 171, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 171, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 172, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 173, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 174, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 175, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 176, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 177, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 178, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 179, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 180, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 181, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 182, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 183, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 184, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 185, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 186, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 187, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 188, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 189, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 190, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 191, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 192, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 193, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 194, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 195, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 196, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 197, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 198, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 199, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 200, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 201, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 202, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 203, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 204, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 205, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 206, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 207, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 208, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 209, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 210, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 211, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 212, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 213, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 214, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 215, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 216, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 217, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 218, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 219, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 220, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 221, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 221, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 221, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 221, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 222, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 223, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 224, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 225, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 226, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 227, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 228, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 229, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 230, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 231, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 232, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 233, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 234, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 235, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 236, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 237, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 238, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 239, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 240, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 241, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 242, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 243, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 244, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 245, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 246, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 247, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 248, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 249, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 250, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 251, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 252, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 253, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 254, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 255, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 256, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 257, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 258, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 259, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 260, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 261, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 262, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 263, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 264, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 265, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 266, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 267, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 268, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 269, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 270, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 271, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 271, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 271, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 271, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 272, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 273, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 274, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 275, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 276, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 277, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 278, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 279, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 280, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 281, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 282, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 283, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 284, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 285, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 286, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 287, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 288, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 289, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 290, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 291, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 292, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 293, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 294, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 295, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 296, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 297, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 298, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 299, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 300, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 301, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 302, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 303, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 304, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 305, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 306, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 307, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 308, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 309, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 310, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 311, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 312, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 313, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 314, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 315, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 316, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 317, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 318, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 319, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 320, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 321, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 321, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 321, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 321, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 322, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 323, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 324, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 325, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 326, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 327, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 328, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 329, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 330, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 331, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 332, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 333, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 334, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 335, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 336, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 337, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 338, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 339, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 340, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 341, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 342, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 343, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 344, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 345, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 346, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 347, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 348, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 349, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 350, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 351, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 352, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 353, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 354, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 355, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 356, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 357, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 358, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 359, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 360, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 361, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 362, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 363, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 364, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 365, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 366, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 367, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 368, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 369, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 370, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 371, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 371, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 371, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 371, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 372, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 373, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 374, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 375, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 376, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 377, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 378, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 379, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 380, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 381, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 382, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 383, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 384, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 385, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 386, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 387, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 388, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 389, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 390, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 391, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 392, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 393, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 394, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 395, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 396, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 397, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 398, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 399, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 400, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 401, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 402, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 403, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 404, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 405, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 406, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 407, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 408, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 409, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 410, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 411, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 412, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 413, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 414, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 415, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 416, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 417, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 418, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 419, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 420, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 421, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 421, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 421, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 421, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 422, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 423, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 424, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 425, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 426, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 427, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 428, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 429, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 430, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 431, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 432, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 433, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 434, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 435, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 436, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 437, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 438, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 439, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 440, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 441, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 442, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 443, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 444, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 445, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 446, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 447, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 448, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 449, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 450, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 451, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 452, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 453, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 454, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 455, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 456, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 457, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 458, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 459, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 460, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 461, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 462, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 463, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 464, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 465, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 466, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 467, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 468, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 469, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 470, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 471, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 471, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 471, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 471, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 472, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 473, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 474, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 475, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 476, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 477, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 478, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 479, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 480, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 481, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 482, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 483, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 484, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 485, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 486, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 487, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 488, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 489, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 490, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 491, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 492, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 493, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 494, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 495, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 496, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 497, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 498, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 499, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 500, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 501, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 502, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 503, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 504, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 505, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 506, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 507, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 508, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 509, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 510, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 511, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 512, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 513, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 514, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 515, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 516, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 517, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 518, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 519, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 520, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 521, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DateRangeReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=20).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 521, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'DateRangeReport', height: 43 pixels, splitType: Stretch. Contains 3 elements: 2x textField, 1x line. Visible text samples: ${\"Page \" + $V{PAGE_NUMBER}}; ${\" of \" + $V{PAGE_NUMBER}}", + "raw_xml": "\n\t\t\n\t\t\t\"Page \" + $V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\" of \" + $V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n", + "context": "Report 'DateRangeReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "43", + "split_type": "Stretch", + "element_counts": { + "textField": 2, + "line": 1 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + $V{PAGE_NUMBER}}", + "${\" of \" + $V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 521, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DateRangeReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Freight; Order Date; Order ID", + "raw_xml": "\n\t\t\n\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder Date\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tOrder ID\n\t\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'DateRangeReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Freight", + "Order Date", + "Order ID" + ] + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'DocumentsReport'. Page size: 500 x 842 portrait. Contains 4 standard bands with content: title, pageHeader, detail, summary. Defines 2 fields: id, total. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none.", + "raw_xml": "", + "context": "Report 'DocumentsReport' overall structure overview", + "metadata": { + "report_name": "DocumentsReport", + "bands": [ + "title", + "pageHeader", + "detail", + "summary" + ], + "field_count": 2, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": null, + "source": null, + "query_language": null, + "properties": {} + }, + "attributes": { + "name": "DocumentsReport", + "language": "java", + "pageWidth": "500", + "pageHeight": "842", + "columnWidth": "500", + "leftMargin": "0", + "rightMargin": "0", + "topMargin": "0", + "bottomMargin": "0", + "uuid": "68cf12a7-46cc-4853-8a87-47af86af0d76" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'DocumentsReport', total 2 fields. Fields: id(java.lang.Long), total(java.lang.Double).", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'DocumentsReport' field definitions", + "metadata": { + "field_names": [ + "id", + "total" + ], + "field_types": { + "id": "java.lang.Long", + "total": "java.lang.Double" + }, + "field_expressions": {}, + "count": 2 + } + }, + { + "chunk_id": 2, + "chunk_type": "sortFields", + "human_description": "These are sort field definitions for report 'DocumentsReport', total 1 fields. Sorts: id (Ascending).", + "raw_xml": "\n\t", + "context": "Report 'DocumentsReport' sort field definitions", + "metadata": { + "sortFields": [ + { + "name": "id", + "order": "Ascending" + } + ], + "count": 1 + } + }, + { + "chunk_id": 3, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'DocumentsReport', total 3 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": "\n\t", + "context": "Report 'FirstJasper' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "Sans_Italic", + "Serif_Normal", + "Serif_Bold", + "OrderIdStyle" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 6 + } + }, + { + "chunk_id": 24, + "chunk_type": "group", + "human_description": "This is group 'FirstLetterGroup' definition for report 'FirstJasper'. Group expression: $V{FirstLetter}. Has groupHeader: Yes, has groupFooter: Yes. Min height: 200, start new column: true, reprint header: true.", + "raw_xml": "\n\t\t$V{FirstLetter}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tCountries Starting With Letter :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FirstLetter}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{PAGE_NUMBER} - $V{FirstLetterStartPageNumber} + 1\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FirstLetterGroup_COUNT} == 0 ? 1 : ($V{PAGE_NUMBER} - $V{FirstLetterStartPageNumber} + 1)\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"/\"\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tCount :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FirstLetterGroup_COUNT}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tTotal :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FreightSumFirstLetterGroup}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tmsg(\"{0,number,0.00}%\", 100d * $V{FreightSumFirstLetterGroup} / $V{FreightSumReport})\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' group 'FirstLetterGroup'", + "metadata": { + "group_name": "FirstLetterGroup", + "expression": "$V{FirstLetter}", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "200", + "startNewColumn": "true", + "reprintHeaderOnEachPage": "true" + } + }, + { + "chunk_id": 25, + "chunk_type": "group", + "human_description": "This is group 'CountryGroup' definition for report 'FirstJasper'. Group expression: $F{ShipCountry}. Has groupHeader: Yes, has groupFooter: Yes. Min height: 0, start new column: false, reprint header: true.", + "raw_xml": "\n\t\t$F{ShipCountry}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DateHighestCountryGroup}\n\t\t\t\t\t\"EEE, MMM d, yyyy\"\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tCount :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{CountryGroup_COUNT}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tTotal :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FreightSumCountryGroup}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tmsg(\"{0,number,0.00}%\", 100d * $V{FreightSumCountryGroup} / $V{FreightSumFirstLetterGroup})\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' group 'CountryGroup'", + "metadata": { + "group_name": "CountryGroup", + "expression": "$F{ShipCountry}", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "true" + } + }, + { + "chunk_id": 26, + "chunk_type": "group", + "human_description": "This is group 'BreakGroup' definition for report 'FirstJasper'. Group expression: $V{BreakGroup_COUNT} > 5. Has groupHeader: Yes, has groupFooter: Yes. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$V{BreakGroup_COUNT} > 5\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' group 'BreakGroup'", + "metadata": { + "group_name": "BreakGroup", + "expression": "$V{BreakGroup_COUNT} > 5", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 27, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 28, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 28, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 28, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 28, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 28, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 28, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 28, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 29, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 29, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 30, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 30, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 30, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 30, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 30, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 30, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 30, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 31, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 31, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 31, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 31, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 31, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 31, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 31, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 32, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 32, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 32, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 32, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 32, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 32, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 32, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 33, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 33, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 33, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 33, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 33, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 33, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 33, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 34, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 34, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 34, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 34, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 34, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 34, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 34, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 35, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 35, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 35, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 35, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 35, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 35, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 35, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 36, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 36, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 36, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 36, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 36, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 36, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 4 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 36, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'FirstJasper': nested band element, Height: 13.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$F{OrderID} % 10 == 0\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\t$F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'FirstJasper' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "13", + "element_tag": "band" + } + }, + { + "chunk_id": 37, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 37, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'FirstJasper', height: 30 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tCount :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_COUNT}\n\t\t\t\n\t\t\t\n\t\t\t\tTotal :\n\t\t\t\n\t\t\t\n\t\t\t\t$V{FreightSumPage}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t/\n\t\t\t\n\t\t\t\n\t\t\t\t$V{PAGE_NUMBER}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 37, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'FirstJasper', height: 11 pixels, splitType: Stretch. Contains 4 elements: 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "staticText": 2, + "textField": 2 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 37, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'FirstJasper', height: 45 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tNorthwind Order List\n\t\t\t\n\t\t\t\n\t\t\t\t\"Max order ID is : \" + $P{MaxOrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'FirstJasper' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'FontsReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'FontsReport' overall structure overview", + "metadata": { + "report_name": "FontsReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "net.sf.jasperreports.export.docx.embed.fonts": "true", + "net.sf.jasperreports.export.pptx.embed.fonts": "true", + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "FontsReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "whenNoDataType": "AllSectionsNoDetail", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "8c1609b4-a52a-445f-acc9-69218b035b22" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'FontsReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'FontsReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 3, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 4, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 5, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 6, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 7, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 8, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 9, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 10, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 11, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 15, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 16, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 17, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 18, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 19, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 20, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 21, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 31, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 32, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 33, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 34, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 35, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 36, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 37, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 38, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 39, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 40, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 41, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 42, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 43, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 44, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 45, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 46, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 47, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 48, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 49, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 50, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 51, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 52, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 53, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 54, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 55, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 56, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 57, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 58, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 59, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 60, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 61, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 62, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 63, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 64, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 65, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 66, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 67, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 68, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 69, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 70, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 71, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 72, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 73, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 74, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 75, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 76, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 77, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 78, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 79, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 80, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 81, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 82, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 83, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 84, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 85, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 86, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 87, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 88, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 89, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 90, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 91, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 92, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 93, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 94, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 95, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 96, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 97, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 98, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 99, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 100, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 101, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 102, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 103, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 104, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 105, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 106, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 107, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 108, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 109, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 110, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 111, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 112, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 113, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 114, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 115, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 116, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 117, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 118, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 119, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 120, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 121, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 122, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 123, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 124, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 125, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 126, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 127, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 128, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 129, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 130, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 131, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 132, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 133, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 134, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 135, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 136, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 137, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 138, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 139, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 140, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 141, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 142, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 143, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 144, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 145, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 146, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 147, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 148, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 149, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 150, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 151, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 152, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 153, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 154, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 155, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 156, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 157, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 158, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 159, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 160, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 161, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 162, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 163, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 164, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 165, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 166, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 167, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 168, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 169, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 170, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 171, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 172, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 173, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 174, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 175, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 176, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 177, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 178, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 179, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 180, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 181, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 182, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 183, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 184, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 185, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 186, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 187, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 188, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 189, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 190, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 191, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 192, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 193, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 194, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 195, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 196, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 197, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 198, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 199, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 200, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 201, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 202, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 203, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 204, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 205, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 206, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 207, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 208, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 209, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 210, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 211, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 212, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 213, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 214, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 215, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 216, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 217, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 218, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 219, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 220, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 221, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 222, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 223, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 224, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 225, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 226, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 227, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 228, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 229, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 230, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 231, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 232, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 233, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 234, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 235, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 236, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 237, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 238, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 239, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 240, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 241, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'FormatPatternsMap'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none.", + "raw_xml": "", + "context": "Report 'FormatPatternsMap' overall structure overview", + "metadata": { + "report_name": "FormatPatternsMap", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": null, + "source": null, + "query_language": null, + "properties": {} + }, + "attributes": { + "name": "FormatPatternsMap", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "whenNoDataType": "AllSectionsNoDetail", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "20", + "bottomMargin": "20", + "uuid": "55220e4e-fb21-4bc4-af90-07100d06b8f1" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'FormatPatternsMap', total 1 styles. Styles: defaultStyle. Default style: defaultStyle.", + "raw_xml": "\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t", + "context": "Report 'IconLabelReport' style definitions", + "metadata": { + "style_names": [ + "Main", + "Component", + "Label", + "Icon" + ], + "default_style": "Main", + "has_conditional_styles": false, + "count": 4 + } + }, + { + "chunk_id": 3, + "chunk_type": "group", + "human_description": "This is group 'Dummy' definition for report 'IconLabelReport'. Group expression: . Has groupHeader: Yes, has groupFooter: No. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\".\\n.\\n.\\n.\\n.\\niconPosition=\\\"Start\\\"\\nlabelFill=\\\"Vertical\\\"\\nhorizontalAlignment=\\\"Right\\\"\\nverticalAlignment=\\\"Bottom\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\".\\n.\\n.\\n.\\n.\\niconPosition=\\\"Start\\\"\\nlabelFill=\\\"Both\\\"\\nhorizontalAlignment=\\\"Center\\\"\\nverticalAlignment=\\\"Top\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\".\\n.\\n.\\n.\\n.\\niconPosition=\\\"Start\\\"\\nlabelFill=\\\"Both\\\"\\nhorizontalAlignment=\\\"Center\\\"\\nverticalAlignment=\\\"Middle\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\".\\n.\\n.\\n.\\n.\\niconPosition=\\\"End\\\"\\nlabelFill=\\\"Horizontal\\\"\\nhorizontalAlignment=\\\"Center\\\"\\nverticalAlignment=\\\"Middle\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\".\\n.\\n.\\n.\\n.\\niconPosition=\\\"End\\\"\\nlabelFill=\\\"Horizontal\\\"\\nhorizontalAlignment=\\\"Center\\\"\\nverticalAlignment=\\\"Bottom\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\".\\n.\\n.\\n.\\n.\\niconPosition=\\\"End\\\"\\nlabelFill=\\\"Horizontal\\\"\\nhorizontalAlignment=\\\"Center\\\"\\nverticalAlignment=\\\"Top\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"iconPosition=\\\"End\\\"\\nlabelFill=\\\"Horizontal\\\"\\nhorizontalAlignment=\\\"Center\\\"\\nverticalAlignment=\\\"Top\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"iconPosition=\\\"End\\\"\\nlabelFill=\\\"None\\\"\\nhorizontalAlignment=\\\"Center\\\"\\nverticalAlignment=\\\"Top\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"iconPosition=\\\"End\\\"\\nlabelFill=\\\"None\\\"\\nhorizontalAlignment=\\\"Right\\\"\\nverticalAlignment=\\\"Top\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"iconPosition=\\\"End\\\"\\nlabelFill=\\\"Horizontal\\\"\\nhorizontalAlignment=\\\"Right\\\"\\nverticalAlignment=\\\"Top\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"iconPosition=\\\"End\\\"\\nlabelFill=\\\"Horizontal\\\"\\nhorizontalAlignment=\\\"Left\\\"\\nverticalAlignment=\\\"Top\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"iconPosition=\\\"End\\\"\\nlabelFill=\\\"None\\\"\\nhorizontalAlignment=\\\"Left\\\"\\nverticalAlignment=\\\"Top\\\"\"\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'IconLabelReport' group 'Dummy'", + "metadata": { + "group_name": "Dummy", + "expression": "", + "has_header": true, + "has_footer": false, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 4, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "699cc790-7e42-410b-a2aa-4ea21dc65f2c", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 5, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "3dd69925-afe1-44ef-a001-344eb40bb337", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 6, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "25b63cfa-5624-46f2-8161-b093deea55bd", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 7, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "c1da4208-2b90-4a91-84ee-5764a8f91f76", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 8, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "458119e1-f837-409b-91ae-f626a0ca99c8", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 9, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is it!\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "e7b057a2-7b6d-4b70-b093-ebeb0fb60d08", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 10, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "1170ce2e-ad4e-47ab-9e27-5948486ce366", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 11, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "47c546c5-70e5-4e9a-b81f-fe140a06759d", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "070c9803-1ada-424a-9dec-71ec5a31431f", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "b3e39060-5a38-4387-afda-07105b944699", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "d44d322e-af6c-4fd1-86c6-462049506d75", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 15, + "chunk_type": "component", + "human_description": "This is a component element in report 'IconLabelReport'. Component kind: iconLabel. Contains 0 datasetRun(s). Content size: 0x0.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"This is the shipping address.\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"\\uE001\\uE002\\uE004\"\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t", + "context": "Report 'IconLabelReport' component", + "metadata": { + "component_kind": "iconLabel", + "dataset_runs": [], + "contents_height": "0", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "1611c88c-ff25-4206-b36d-5dc194397b54", + "stretchType": "ContainerHeight", + "x": "0", + "y": "5", + "width": "200", + "height": "10", + "style": "Component" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'ImagesReport'. Page size: 595 x 842 portrait. Contains 0 standard bands with content: none. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 1 groups: dummy. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'ImagesReport' overall structure overview", + "metadata": { + "report_name": "ImagesReport", + "bands": [], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 1, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "ImagesReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "96220c86-3db6-45c8-a7a3-5ecd9e208dd0" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'ImagesReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'ImagesReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'ImagesReport', total 1 styles. Styles: imageBox.", + "raw_xml": "\n\t", + "context": "Report 'ImagesReport' style definitions", + "metadata": { + "style_names": [ + "imageBox" + ], + "default_style": null, + "has_conditional_styles": false, + "count": 1 + } + }, + { + "chunk_id": 3, + "chunk_type": "group", + "human_description": "This is group 'dummy' definition for report 'ImagesReport'. Group expression: . Has groupHeader: Yes, has groupFooter: No. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"1redpixel.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"jilagan-butterfly.svg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"jilagan-butterfly.svg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"jilagan-butterfly.svg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"marbles.tif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"marbles.tif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"marbles.tif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'ImagesReport' group 'dummy'", + "metadata": { + "group_name": "dummy", + "expression": "", + "has_header": true, + "has_footer": false, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'JavaScriptReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 2 parameters: A, B. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'JavaScriptReport' overall structure overview", + "metadata": { + "report_name": "JavaScriptReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 2, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "JavaScriptReport", + "language": "javascript", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "uuid": "418e076d-d0f8-4400-aec9-2cbc64314d64" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'JavaScriptReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'JavaScriptReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'JavaScriptReport', total 2 parameters. Parameters: A(java.lang.Double), B(java.lang.Double).", + "raw_xml": "\n\t\t3\n\t\n\t\n\n\t\t5\n\t\n\t", + "context": "Report 'JavaScriptReport' parameter definitions", + "metadata": { + "parameter_names": [ + "A", + "B" + ], + "parameter_types": { + "A": "java.lang.Double", + "B": "java.lang.Double" + }, + "default_values": { + "A": "3", + "B": "5" + }, + "count": 2 + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'JFreeChartReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 1 variables: Chart. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'JFreeChartReport' overall structure overview", + "metadata": { + "report_name": "JFreeChartReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 1, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "JFreeChartReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "scriptletClass": "net.sf.jasperreports.samples.jfreechart.JFreeChartScriptlet", + "uuid": "e80a6baf-f2a0-45d1-86f2-ffc37261b58f" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'JFreeChartReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'JFreeChartReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'JFreeChartReport' (resetType=Report), total 1 variables. Variables: Chart(net.sf.jasperreports.renderers.Renderable, System).", + "raw_xml": "\n\t", + "context": "Report 'JFreeChartReport' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "Chart" + ], + "variable_types": { + "Chart": "net.sf.jasperreports.renderers.Renderable" + }, + "variable_calculations": { + "Chart": "System" + }, + "reset_type": "Report", + "expressions": {}, + "count": 1 + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'JsonCustomersReport'. Page size: 595 x 842 portrait. Contains 4 standard bands with content: title, pageHeader, detail, pageFooter. Defines 2 fields: CustomerID, CompanyName. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: JSON. Source: data/northwind.json. Query language: json. Contains 1 subreports.", + "raw_xml": "", + "context": "Report 'JsonCustomersReport' overall structure overview", + "metadata": { + "report_name": "JsonCustomersReport", + "bands": [ + "title", + "pageHeader", + "detail", + "pageFooter" + ], + "field_count": 2, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 1, + "datasource": { + "type": "JSON", + "source": "data/northwind.json", + "query_language": "json", + "properties": { + "net.sf.jasperreports.json.source": "data/northwind.json", + "com.jaspersoft.studio.data.defaultdataadapter": "NO_DATA_ADAPTER" + } + }, + "attributes": { + "name": "JsonCustomersReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "uuid": "bbe115b5-a5a0-4b39-9b73-7092dc59ab6d" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'JsonCustomersReport'. Data source: data/northwind.json. Data adapter: NO_DATA_ADAPTER.", + "raw_xml": "\n", + "context": "Report 'JsonCustomersReport' data source configuration", + "metadata": { + "properties": { + "net.sf.jasperreports.json.source": "data/northwind.json", + "com.jaspersoft.studio.data.defaultdataadapter": "NO_DATA_ADAPTER" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'JsonCustomersReport'. Language: JSON. Query: Northwind.Customers", + "raw_xml": "Northwind.Customers\n\t", + "context": "Report 'JsonCustomersReport' data query", + "metadata": { + "query_language": "json", + "full_sql": "Northwind.Customers" + } + }, + { + "chunk_id": 3, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'JsonCustomersReport', total 2 fields. Fields: CustomerID(java.lang.String), CompanyName(java.lang.String).", + "raw_xml": "\n\t\t\n\t\n\t\n\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' field definitions", + "metadata": { + "field_names": [ + "CustomerID", + "CompanyName" + ], + "field_types": { + "CustomerID": "java.lang.String", + "CompanyName": "java.lang.String" + }, + "field_expressions": { + "CustomerID": { + "property": "net.sf.jasperreports.json.field.expression", + "value": "CustomerID" + }, + "CompanyName": { + "property": "net.sf.jasperreports.json.field.expression", + "value": "CompanyName" + } + }, + "count": 2 + } + }, + { + "chunk_id": 4, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'JsonCustomersReport', total 3 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'LateOrdersReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "Title", + "ColumnHeader", + "CellStyle", + "Detail" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 6 + } + }, + { + "chunk_id": 11, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 11, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 11, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 13, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 13, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 13, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 15, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 15, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 15, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 15, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 16, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 17, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 17, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 17, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 17, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 18, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 19, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 19, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 19, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 19, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 20, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 21, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 21, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 21, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 21, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 23, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 23, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 23, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 25, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 25, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LateOrdersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderId}.toString()\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{OrderDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{RequiredDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShippedDate}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DeliveryDelay}.toString()\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 29, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 31, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'LateOrdersReport', height: 15 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tOrder ID\n\t\t\t\n\t\t\t\n\t\t\t\tCountry\n\t\t\t\n\t\t\t\n\t\t\t\tFreight\n\t\t\t\n\t\t\t\n\t\t\t\tOrder date\n\t\t\t\n\t\t\t\n\t\t\t\tRequired date\n\t\t\t\n\t\t\t\n\t\t\t\tShipped date\n\t\t\t\n\t\t\t\n\t\t\t\tLate (hrs)\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LateOrdersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 61, + "chunk_type": "crosstab", + "human_description": "This is a crosstab element in report 'LateOrdersReport'. Row groups: 1 - CountryRow. Column groups: 1 - FreightColumn. Measures: 2 - OrderCount, Delay.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' crosstab", + "metadata": { + "row_groups": [ + { + "name": "CountryRow", + "width": "80", + "totalPosition": "End", + "bucket": "$F{ShipCountry}" + } + ], + "column_groups": [ + { + "name": "FreightColumn", + "height": "20", + "totalPosition": "End", + "bucket": "$F{Freight}.intValue()/100" + } + ], + "measures": [ + { + "name": "OrderCount", + "calculation": "Count", + "class": "java.lang.Integer", + "expression": "$F{Freight}" + }, + { + "name": "Delay", + "calculation": "Sum", + "class": "java.lang.Integer", + "expression": "$V{DeliveryDelay}" + } + ], + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'LineChartReport'. Page size: 595 x 842 portrait. Contains 5 standard bands with content: title, columnHeader, detail, columnFooter, pageFooter. Defines 14 fields: ShippedDate, ShipCountry, RequiredDate, CustomerID, OrderID, ShipName, ShipVia, ShipPostalCode, OrderDate, ShipCity, ShipAddress, EmployeeID, ShipRegion, Freight. Defines 2 parameters: ReportTitle, MaxOrderID. Defines 11 variables: FirstLetter, FirstLetterCount, FirstLetterMin, FirstLetterMax, FreightSumChartGroup, FreightSumCountryGroup, FreightSumColumn, FreightSumPage, FreightSumReport, DateHighestCountryGroup, RegionCountCountryGroup. Defines 3 groups: ChartGroup, FirstLetterGroup, CountryGroup. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 1 charts.", + "raw_xml": "", + "context": "Report 'LineChartReport' overall structure overview", + "metadata": { + "report_name": "LineChartReport", + "bands": [ + "title", + "columnHeader", + "detail", + "columnFooter", + "pageFooter" + ], + "field_count": 14, + "parameter_count": 2, + "variable_count": 11, + "group_count": 3, + "chart_count": 1, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB", + "net.sf.jasperreports.chart.render.type": "svg", + "net.sf.jasperreports.image.dpi": "150" + } + }, + "attributes": { + "name": "LineChartReport", + "language": "java", + "columnCount": "2", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "270", + "columnSpacing": "15", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "135363b5-d9ff-4262-9eed-657530c6832c" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'LineChartReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'LineChartReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'LineChartReport'. Language: SQL. Query: SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry", + "raw_xml": "SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry\n\t", + "context": "Report 'LineChartReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry" + } + }, + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'LineChartReport', total 2 parameters. Parameters: ReportTitle(java.lang.String), MaxOrderID(java.lang.Integer).", + "raw_xml": "\n\t\t\"Line Chart Report\"\n\t\n\t\n\n\t\t12500\n\t\n\t", + "context": "Report 'LineChartReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ReportTitle", + "MaxOrderID" + ], + "parameter_types": { + "ReportTitle": "java.lang.String", + "MaxOrderID": "java.lang.Integer" + }, + "default_values": { + "ReportTitle": "\"Line Chart Report\"", + "MaxOrderID": "12500" + }, + "count": 2 + } + }, + { + "chunk_id": 4, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShippedDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShippedDate'", + "metadata": { + "field_name": "ShippedDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 5, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipCountry, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipCountry'", + "metadata": { + "field_name": "ShipCountry", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 6, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': RequiredDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'RequiredDate'", + "metadata": { + "field_name": "RequiredDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 7, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': CustomerID, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'CustomerID'", + "metadata": { + "field_name": "CustomerID", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 8, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': OrderID, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'OrderID'", + "metadata": { + "field_name": "OrderID", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 9, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipName, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipName'", + "metadata": { + "field_name": "ShipName", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 10, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipVia, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipVia'", + "metadata": { + "field_name": "ShipVia", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 11, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipPostalCode, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipPostalCode'", + "metadata": { + "field_name": "ShipPostalCode", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 12, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': OrderDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'OrderDate'", + "metadata": { + "field_name": "OrderDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 13, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipCity, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipCity'", + "metadata": { + "field_name": "ShipCity", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 14, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipAddress, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipAddress'", + "metadata": { + "field_name": "ShipAddress", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 15, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': EmployeeID, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'EmployeeID'", + "metadata": { + "field_name": "EmployeeID", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 16, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipRegion, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipRegion'", + "metadata": { + "field_name": "ShipRegion", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 17, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': Freight, type: java.lang.Double", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'Freight'", + "metadata": { + "field_name": "Freight", + "field_class": "java.lang.Double", + "field_expression": null + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_none", + "human_description": "These are variable definitions for report 'LineChartReport' (resetType=None), total 1 variables. Variables: FirstLetter(java.lang.String, Nothing).", + "raw_xml": "\n\t\t$F{ShipCountry}.substring(0, 1).toUpperCase()\n\t\n\t", + "context": "Report 'LineChartReport' variable definitions (None level reset)", + "metadata": { + "variable_names": [ + "FirstLetter" + ], + "variable_types": { + "FirstLetter": "java.lang.String" + }, + "variable_calculations": { + "FirstLetter": "Nothing" + }, + "reset_type": "None", + "expressions": { + "FirstLetter": { + "type": "expression", + "value": "$F{ShipCountry}.substring(0, 1).toUpperCase()" + } + }, + "count": 1 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_group", + "human_description": "These are variable definitions for report 'LineChartReport' (resetType=Group), total 7 variables. Variables: FirstLetterCount(java.lang.Integer, Count), FirstLetterMin(java.lang.String, Lowest), FirstLetterMax(java.lang.String, Highest), FreightSumChartGroup(java.lang.Double, Sum), FreightSumCountryGroup(java.lang.Double, Sum), DateHighestCountryGroup(java.sql.Timestamp, Highest), RegionCountCountryGroup(java.lang.Integer, Count).", + "raw_xml": "\n\t\tBoolean.TRUE\n\t\n\t\n\n\t\t$V{FirstLetter}\n\t\n\t\n\n\t\t$V{FirstLetter}\n\t\n\t\n\n\t\t$F{Freight}\n\t\n\t\n\n\t\t$F{Freight}\n\t\n\t\n\n\t\t$F{OrderDate}\n\t\n\t\n\n\t\t$F{ShipRegion}\n\t\n\t", + "context": "Report 'LineChartReport' variable definitions (Group level reset)", + "metadata": { + "variable_names": [ + "FirstLetterCount", + "FirstLetterMin", + "FirstLetterMax", + "FreightSumChartGroup", + "FreightSumCountryGroup", + "DateHighestCountryGroup", + "RegionCountCountryGroup" + ], + "variable_types": { + "FirstLetterCount": "java.lang.Integer", + "FirstLetterMin": "java.lang.String", + "FirstLetterMax": "java.lang.String", + "FreightSumChartGroup": "java.lang.Double", + "FreightSumCountryGroup": "java.lang.Double", + "DateHighestCountryGroup": "java.sql.Timestamp", + "RegionCountCountryGroup": "java.lang.Integer" + }, + "variable_calculations": { + "FirstLetterCount": "Count", + "FirstLetterMin": "Lowest", + "FirstLetterMax": "Highest", + "FreightSumChartGroup": "Sum", + "FreightSumCountryGroup": "Sum", + "DateHighestCountryGroup": "Highest", + "RegionCountCountryGroup": "Count" + }, + "reset_type": "Group", + "expressions": { + "FirstLetterCount": { + "type": "expression", + "value": "Boolean.TRUE" + }, + "FirstLetterMin": { + "type": "expression", + "value": "$V{FirstLetter}" + }, + "FirstLetterMax": { + "type": "expression", + "value": "$V{FirstLetter}" + }, + "FreightSumChartGroup": { + "type": "expression", + "value": "$F{Freight}" + }, + "FreightSumCountryGroup": { + "type": "expression", + "value": "$F{Freight}" + }, + "DateHighestCountryGroup": { + "type": "expression", + "value": "$F{OrderDate}" + }, + "RegionCountCountryGroup": { + "type": "expression", + "value": "$F{ShipRegion}" + } + }, + "count": 7 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_column", + "human_description": "These are variable definitions for report 'LineChartReport' (resetType=Column), total 1 variables. Variables: FreightSumColumn(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'LineChartReport' variable definitions (Column level reset)", + "metadata": { + "variable_names": [ + "FreightSumColumn" + ], + "variable_types": { + "FreightSumColumn": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumColumn": "Sum" + }, + "reset_type": "Column", + "expressions": { + "FreightSumColumn": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_page", + "human_description": "These are variable definitions for report 'LineChartReport' (resetType=Page), total 1 variables. Variables: FreightSumPage(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'LineChartReport' variable definitions (Page level reset)", + "metadata": { + "variable_names": [ + "FreightSumPage" + ], + "variable_types": { + "FreightSumPage": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumPage": "Sum" + }, + "reset_type": "Page", + "expressions": { + "FreightSumPage": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'LineChartReport' (resetType=Report), total 1 variables. Variables: FreightSumReport(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'LineChartReport' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "FreightSumReport" + ], + "variable_types": { + "FreightSumReport": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumReport": "Sum" + }, + "reset_type": "Report", + "expressions": { + "FreightSumReport": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 23, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'LineChartReport', total 5 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic, Serif_Normal, Serif_Bold. Default style: Sans_Normal.", + "raw_xml": "\n\t", + "context": "Report 'ListReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "Sans_Italic", + "Sans_Small", + "ListRow" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 5 + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ListReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ListReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'ListReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ListReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Addresses List", + "raw_xml": "\n\t\t\n\t\t\tAddresses List\n\t\t\n\t\n\t", + "context": "Report 'ListReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses List" + ] + } + }, + { + "chunk_id": 46, + "chunk_type": "component", + "human_description": "This is a component element in report 'ListReport'. Component kind: list. Contains 1 datasetRun(s). SubDataset: Addresses. Content size: 0x14.", + "raw_xml": "\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Id}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$F{Street}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t", + "context": "Report 'ListReport' component", + "metadata": { + "component_kind": "list", + "dataset_runs": [ + { + "subDataset": "Addresses", + "dataSourceExpression": "" + } + ], + "contents_height": "14", + "contents_width": "0", + "attributes": { + "kind": "component", + "uuid": "a6cc346e-d517-431e-8860-d81cc4e1145f", + "x": "0", + "y": "25", + "width": "250", + "height": "20" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'MacroReport'. Page size: 595 x 842 portrait. Contains 2 standard bands with content: pageHeader, detail. Defines 5 fields: id, name, address, city, state. Defines 5 parameters: ReportTitle, ReportDate, DataFile, Customers, net.sf.jasperreports.csv.record.delimiter. Defines 0 variables: none. Defines 2 groups: cityGroup, initialNameGroup. Data source type: CSV. Source: xlsfeatures/XlsFeaturesQE.jrdax. Query language: csv.", + "raw_xml": "", + "context": "Report 'MacroReport' overall structure overview", + "metadata": { + "report_name": "MacroReport", + "bands": [ + "pageHeader", + "detail" + ], + "field_count": 5, + "parameter_count": 5, + "variable_count": 0, + "group_count": 2, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "CSV", + "source": "xlsfeatures/XlsFeaturesQE.jrdax", + "query_language": "csv", + "properties": { + "net.sf.jasperreports.csv.column.names": "city, id, name, address, state", + "net.sf.jasperreports.csv.source": "data/CsvDataSource.txt", + "net.sf.jasperreports.export.xls.workbook.template.keep.sheets": "true", + "net.sf.jasperreports.export.xls.workbook.template": "data/macro.xlt", + "net.sf.jasperreports.export.xlsx.macro.template": "data/macro.xltm", + "com.jaspersoft.studio.data.defaultdataadapter": "xlsfeatures/XlsFeaturesQE.jrdax" + } + }, + "attributes": { + "name": "MacroReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "0", + "bottomMargin": "5", + "uuid": "cde631ab-364a-4f1a-956a-636d167e36ee" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'MacroReport'. Data source: data/CsvDataSource.txt. Data adapter: xlsfeatures/XlsFeaturesQE.jrdax.", + "raw_xml": "\n\n", + "context": "Report 'MacroReport' data source configuration", + "metadata": { + "properties": { + "net.sf.jasperreports.csv.column.names": "city, id, name, address, state", + "net.sf.jasperreports.csv.source": "data/CsvDataSource.txt", + "com.jaspersoft.studio.data.defaultdataadapter": "xlsfeatures/XlsFeaturesQE.jrdax" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'MacroReport'. Language: CSV. Query: ", + "raw_xml": "\n\t", + "context": "Report 'MacroReport' data query", + "metadata": { + "query_language": "csv", + "full_sql": "" + } + }, + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'MacroReport', total 5 parameters. Parameters: ReportTitle(java.lang.String), ReportDate(java.util.Date), DataFile(java.lang.String), Customers(java.lang.String), net.sf.jasperreports.csv.record.delimiter(java.lang.String).", + "raw_xml": "\n\t\t\"Customers Report\"\n\t\n\t\n\n\t\tnew Date()\n\t\n\t\n\n\t\t\"CsvDataSource.txt - CSV query executer\"\n\t\n\t\n\n\t\t\"Customers\"\n\t\n\t\n\n\t\t\"\\r\\n\"\n\t\n\t", + "context": "Report 'MacroReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ReportTitle", + "ReportDate", + "DataFile", + "Customers", + "net.sf.jasperreports.csv.record.delimiter" + ], + "parameter_types": { + "ReportTitle": "java.lang.String", + "ReportDate": "java.util.Date", + "DataFile": "java.lang.String", + "Customers": "java.lang.String", + "net.sf.jasperreports.csv.record.delimiter": "java.lang.String" + }, + "default_values": { + "ReportTitle": "\"Customers Report\"", + "ReportDate": "new Date()", + "DataFile": "\"CsvDataSource.txt - CSV query executer\"", + "Customers": "\"Customers\"", + "net.sf.jasperreports.csv.record.delimiter": "\"\\r\\n\"" + }, + "count": 5 + } + }, + { + "chunk_id": 4, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'MacroReport', total 5 fields. Fields: id(java.lang.Integer), name(java.lang.String), address(java.lang.String), city(java.lang.String), state(java.lang.String).", + "raw_xml": "\n\t\n\n\t\n\n\t\n\n\t\n\n\t", + "context": "Report 'MacroReport' field definitions", + "metadata": { + "field_names": [ + "id", + "name", + "address", + "city", + "state" + ], + "field_types": { + "id": "java.lang.Integer", + "name": "java.lang.String", + "address": "java.lang.String", + "city": "java.lang.String", + "state": "java.lang.String" + }, + "field_expressions": {}, + "count": 5 + } + }, + { + "chunk_id": 5, + "chunk_type": "sortFields", + "human_description": "These are sort field definitions for report 'MacroReport', total 2 fields. Sorts: city (Ascending), name (Ascending).", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'MacroReport' sort field definitions", + "metadata": { + "sortFields": [ + { + "name": "city", + "order": "Ascending" + }, + { + "name": "name", + "order": "Ascending" + } + ], + "count": 2 + } + }, + { + "chunk_id": 6, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'MacroReport', total 3 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": " element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'MasterReport'. Page size: 595 x 842 portrait. Contains 4 standard bands with content: title, pageHeader, detail, pageFooter. Defines 1 fields: City. Defines 1 parameters: ProductsSubreport. Defines 2 variables: ProductTotalPrice, CityAddressCount. Defines 0 groups: none. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 2 subreports.", + "raw_xml": "", + "context": "Report 'MasterReport' overall structure overview", + "metadata": { + "report_name": "MasterReport", + "bands": [ + "title", + "pageHeader", + "detail", + "pageFooter" + ], + "field_count": 1, + "parameter_count": 1, + "variable_count": 2, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 2, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "net.sf.jasperreports.export.json.schema": "reports/MasterReport.schema.json", + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + }, + "attributes": { + "name": "MasterReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "uuid": "0bb3792b-2400-4fdf-b19f-7928164e6ce1" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'MasterReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'MasterReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'MasterReport'. Language: SQL. Query: SELECT City FROM Address GROUP BY City ORDER BY City", + "raw_xml": "SELECT City FROM Address GROUP BY City ORDER BY City\n\t", + "context": "Report 'MasterReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT City FROM Address GROUP BY City ORDER BY City" + } + }, + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'MasterReport', total 1 parameters. Parameters: ProductsSubreport(net.sf.jasperreports.engine.JasperReport).", + "raw_xml": "\n\t\tnet.sf.jasperreports.samples.subreport.SubreportUtil.getProductsSubreport()\n\t\n\t", + "context": "Report 'MasterReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ProductsSubreport" + ], + "parameter_types": { + "ProductsSubreport": "net.sf.jasperreports.engine.JasperReport" + }, + "default_values": { + "ProductsSubreport": "net.sf.jasperreports.samples.subreport.SubreportUtil.getProductsSubreport()" + }, + "count": 1 + } + }, + { + "chunk_id": 4, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'MasterReport', total 1 fields. Fields: City(java.lang.String).", + "raw_xml": "\n\t", + "context": "Report 'MasterReport' field definitions", + "metadata": { + "field_names": [ + "City" + ], + "field_types": { + "City": "java.lang.String" + }, + "field_expressions": {}, + "count": 1 + } + }, + { + "chunk_id": 5, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'MasterReport' (resetType=Report), total 2 variables. Variables: ProductTotalPrice(java.lang.Float, System), CityAddressCount(java.lang.Integer, System).", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'MasterReport' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "ProductTotalPrice", + "CityAddressCount" + ], + "variable_types": { + "ProductTotalPrice": "java.lang.Float", + "CityAddressCount": "java.lang.Integer" + }, + "variable_calculations": { + "ProductTotalPrice": "System", + "CityAddressCount": "System" + }, + "reset_type": "Report", + "expressions": {}, + "count": 2 + } + }, + { + "chunk_id": 6, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'MasterReport', total 3 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'OrdersReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "OrderCountStyle", + "CellStyle" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 4 + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 5, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 7, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 8, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 8, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 10, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 10, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 11, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 11, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 12, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x textField. Visible text samples: ${\"Number of orders and latest order date by country and freight range\"}", + "raw_xml": "\n\t\t<element kind=\"textField\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" bookmarkLevel=\"1\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<expression>\"Number of orders and latest order date by country and freight range\"</expression>\n\t\t\t<anchorNameExpression>\"Orders crosstab\"</anchorNameExpression>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "textField": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Number of orders and latest order date by country and freight range\"}" + ] + } + }, + { + "chunk_id": 13, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "crosstab", + "human_description": "This is a crosstab element in report 'OrdersReport'. Row groups: 1 - CountryRow. Column groups: 1 - FreightColumn. Measures: 2 - OrderCount, MaxDate.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' crosstab", + "metadata": { + "row_groups": [ + { + "name": "CountryRow", + "width": "80", + "totalPosition": "End", + "bucket": "$F{ShipCountry}" + } + ], + "column_groups": [ + { + "name": "FreightColumn", + "height": "20", + "totalPosition": "End", + "bucket": "$F{Freight}.intValue()/100" + } + ], + "measures": [ + { + "name": "OrderCount", + "calculation": "Count", + "class": "java.lang.Integer", + "expression": "$F{Freight}" + }, + { + "name": "MaxDate", + "calculation": "Highest", + "class": "java.sql.Timestamp", + "expression": "$F{OrderDate}" + } + ], + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'OrdersReport'. Page size: 842 x 595 Landscape. Contains 2 standard bands with content: title, summary. Defines 3 fields: ShipCountry, Freight, OrderDate. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 1 crosstabs.", + "raw_xml": "", + "context": "Report 'OrdersReport' overall structure overview", + "metadata": { + "report_name": "OrdersReport", + "bands": [ + "title", + "summary" + ], + "field_count": 3, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 1, + "subreport_count": 0, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + }, + "attributes": { + "name": "OrdersReport", + "language": "java", + "pageWidth": "842", + "pageHeight": "595", + "orientation": "Landscape", + "columnWidth": "782", + "leftMargin": "30", + "rightMargin": "30", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "58b0013c-1812-4619-b65d-51adcecc34fb" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'OrdersReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'OrdersReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'OrdersReport'. Language: SQL. Query: SELECT ShipCountry, Freight, OrderDate FROM Orders", + "raw_xml": "SELECT ShipCountry, Freight, OrderDate FROM Orders\n\t", + "context": "Report 'OrdersReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT ShipCountry, Freight, OrderDate FROM Orders" + } + }, + { + "chunk_id": 3, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'OrdersReport', total 3 fields. Fields: ShipCountry(java.lang.String), Freight(java.lang.Float), OrderDate(java.sql.Timestamp).", + "raw_xml": "\n\t\n\n\t\n\n\t", + "context": "Report 'OrdersReport' field definitions", + "metadata": { + "field_names": [ + "ShipCountry", + "Freight", + "OrderDate" + ], + "field_types": { + "ShipCountry": "java.lang.String", + "Freight": "java.lang.Float", + "OrderDate": "java.sql.Timestamp" + }, + "field_expressions": {}, + "count": 3 + } + }, + { + "chunk_id": 4, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'OrdersReport', total 4 styles. Styles: Sans_Normal, Sans_Bold, OrderCountStyle, CellStyle. Default style: Sans_Normal. Contains conditional styles.", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'OrdersReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "OrderCountStyle", + "CellStyle" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 4 + } + }, + { + "chunk_id": 5, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 7, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 8, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 8, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 10, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 10, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 11, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 11, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 12, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 13, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'OrdersReport', height: 35 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"0ff7d2dc-699e-403a-844d-b36186325f6c\" x=\"0\" y=\"0\" width=\"782\" height=\"35\" fontSize=\"12.0\" vTextAlign=\"Middle\" style=\"Sans_Bold\">\n\t\t\t<text>Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders.</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'OrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "35", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Number of orders and latest order date by country and freight range.\nCountries are ordered by number of orders." + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'OrdersReport': crosstab element, Crosstab, Position: (0, 0), Size: 782x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "crosstab", + "human_description": "This is a crosstab element in report 'OrdersReport'. Row groups: 1 - CountryRow. Column groups: 1 - FreightColumn. Measures: 2 - OrderCount, MaxDate.", + "raw_xml": "\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\t\"#\" + net.sf.jasperreports.engine.util.JRColorUtil.getColorHexa(new java.awt.Color(\n\t\t\t\t\t\t\t\t\t\t\t255, \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL})), \n\t\t\t\t\t\t\t\t\t\t\t255 - (int)Math.min(255,(int)(255 * 20 * $V{OrderCount} / $V{OrderCount_CountryRow_FreightColumn_ALL}))))\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{MaxDate}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'OrdersReport' crosstab", + "metadata": { + "row_groups": [ + { + "name": "CountryRow", + "width": "80", + "totalPosition": "End", + "bucket": "$F{ShipCountry}" + } + ], + "column_groups": [ + { + "name": "FreightColumn", + "height": "20", + "totalPosition": "End", + "bucket": "$F{Freight}.intValue()/100" + } + ], + "measures": [ + { + "name": "OrderCount", + "calculation": "Count", + "class": "java.lang.Integer", + "expression": "$F{Freight}" + }, + { + "name": "MaxDate", + "calculation": "Highest", + "class": "java.sql.Timestamp", + "expression": "$F{OrderDate}" + } + ], + "attributes": { + "kind": "crosstab", + "uuid": "48397e05-ca8f-48bb-89a3-7b43b9fdbb07", + "x": "0", + "y": "0", + "width": "782", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'OrdersReport'. Page size: 500 x 842 portrait. Contains 3 standard bands with content: pageHeader, detail, summary. Defines 4 fields: Id, OrderDate, ShipCity, Freight. Defines 1 parameters: CustomerID. Defines 1 variables: TotalFreight. Defines 0 groups: none. Data source type: XML/XPath. Query language: xpath.", + "raw_xml": "", + "context": "Report 'OrdersReport' overall structure overview", + "metadata": { + "report_name": "OrdersReport", + "bands": [ + "pageHeader", + "detail", + "summary" + ], + "field_count": 4, + "parameter_count": 1, + "variable_count": 1, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "XML/XPath", + "source": null, + "query_language": "xpath", + "properties": {} + }, + "attributes": { + "name": "OrdersReport", + "language": "java", + "pageWidth": "500", + "pageHeight": "842", + "columnWidth": "500", + "leftMargin": "0", + "rightMargin": "0", + "topMargin": "0", + "bottomMargin": "0", + "uuid": "10ec9c66-f0a7-416e-8fb0-d1fd1cea41fc" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "query", + "human_description": "This is the data query for report 'OrdersReport'. Language: XPATH. Query: /Northwind/Orders[CustomerID='$P{CustomerID}']", + "raw_xml": "/Northwind/Orders[CustomerID='$P{CustomerID}']\n\t", + "context": "Report 'OrdersReport' data query", + "metadata": { + "query_language": "xpath", + "full_sql": "/Northwind/Orders[CustomerID='$P{CustomerID}']" + } + }, + { + "chunk_id": 2, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'OrdersReport', total 1 parameters. Parameters: CustomerID(java.lang.String).", + "raw_xml": "\n\t", + "context": "Report 'OrdersReport' parameter definitions", + "metadata": { + "parameter_names": [ + "CustomerID" + ], + "parameter_types": { + "CustomerID": "java.lang.String" + }, + "default_values": {}, + "count": 1 + } + }, + { + "chunk_id": 3, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'OrdersReport', total 4 fields. Fields: Id(java.lang.String), OrderDate(java.util.Date), ShipCity(java.lang.String), Freight(java.lang.Float).", + "raw_xml": "\n\t\t\n\t\n\t\n\n\t\t\n\t\n\t\n\n\t\t\n\t\n\t\n\n\t\t\n\t\n\t", + "context": "Report 'OrdersReport' field definitions", + "metadata": { + "field_names": [ + "Id", + "OrderDate", + "ShipCity", + "Freight" + ], + "field_types": { + "Id": "java.lang.String", + "OrderDate": "java.util.Date", + "ShipCity": "java.lang.String", + "Freight": "java.lang.Float" + }, + "field_expressions": { + "Id": { + "property": "net.sf.jasperreports.xpath.field.expression", + "value": "OrderID" + }, + "OrderDate": { + "property": "net.sf.jasperreports.xpath.field.expression", + "value": "OrderDate" + }, + "ShipCity": { + "property": "net.sf.jasperreports.xpath.field.expression", + "value": "ShipCity" + }, + "Freight": { + "property": "net.sf.jasperreports.xpath.field.expression", + "value": "Freight" + } + }, + "count": 4 + } + }, + { + "chunk_id": 4, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'OrdersReport' (resetType=Report), total 1 variables. Variables: TotalFreight(java.lang.Float, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'OrdersReport' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "TotalFreight" + ], + "variable_types": { + "TotalFreight": "java.lang.Float" + }, + "variable_calculations": { + "TotalFreight": "Sum" + }, + "reset_type": "Report", + "expressions": { + "TotalFreight": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 5, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'OrdersReport', total 3 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": "\n\t", + "context": "Report 'ParagraphsReport' style definitions", + "metadata": { + "style_names": [ + "myDefault", + "rulerStyle", + "indentStyle" + ], + "default_style": "myDefault", + "has_conditional_styles": false, + "count": 3 + } + }, + { + "chunk_id": 3, + "chunk_type": "group", + "human_description": "This is group 'MyGroup' definition for report 'ParagraphsReport'. Group expression: . Has groupHeader: Yes, has groupFooter: No. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t35\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t0\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t40\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t80\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t120\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t160\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">Text field element using default tab stop width of 40 pixels. The following names are tab stop aligned to the left, while the overall text alignment is also left:\\n\\tpig \\tchicken \\tsheep \\thorse \\tgoat \\n\\tlion\\tgiraffe\\thippopotamus\\tleopard\\telephant\\thyena\\n\\tparis\\tlondon\\trome\\tamsterdam\\toslo</style>\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tSegments seem misaligned because they are first aligned to tab stops and then the overall line aligned to the right.\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">Text field element using default tab stop width of 40 pixels. The following names are tab stop aligned to the left, while the overall text alignment is right:\\n\\tpig \\tchicken \\tsheep \\thorse \\tgoat \\n\\tlion\\tgiraffe\\thippopotamus\\tleopard\\telephant\\thyena\\n\\tparis\\tlondon\\trome\\tamsterdam\\toslo</style>\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t35\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t0\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t33\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t40\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t80\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t120\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t160\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">Text field element using a custom tab stop centered at position 33. The rest of the names are tab stop aligned to the left, while the overall text alignment is also left:\\n\\tpig \\tchicken \\tsheep \\thorse \\tgoat \\n\\tlion\\tgiraffe\\thippopotamus\\tleopard\\telephant\\thyena\\n\\tparis\\tlondon\\trome\\tamsterdam\\toslo</style>\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tApparent misalignment on first tab stop due to first line indent.\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">Text field element using a custom tab stop centered at position 33. The rest of the names are tab stop aligned to the left, while the overall text alignment is right:\\n\\tpig \\tchicken \\tsheep \\thorse \\tgoat \\n\\tlion\\tgiraffe\\thippopotamus\\tleopard\\telephant\\thyena\\n\\tparis\\tlondon\\trome\\tamsterdam\\toslo</style>\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t35\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t0\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t40\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t80\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t120\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t160\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">Text field element using custom tab stops right aligned and 40 pixels apart. The overall text alignment is left:\\n\\tpig \\tchicken \\tsheep \\thorse \\tgoat \\n\\tlion\\tgiraffe\\thippopotamus\\tleopard\\telephant\\thyena\\n\\tparis\\tlondon\\trome\\tamsterdam\\toslo</style>\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tApparent misalignment on first tab stop due to first line indent.\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">Text field element using custom tab stops right aligned and 40 pixels apart. The overall text alignment is also right:\\n\\tpig \\tchicken \\tsheep \\thorse \\tgoat \\n\\tlion\\tgiraffe\\thippopotamus\\tleopard\\telephant\\thyena\\n\\tparis\\tlondon\\trome\\tamsterdam\\toslo</style>\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t35\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t40\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t40\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">A\\n\\tB\\t\\tB2\\tB3 thisisalongwordnotfittinginoneline\\n\\t\\tC\\tC2\\nD\\tD2\\tD3</style>\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">A\\n\\tB\\t\\tB2\\tB3 thisisalongwordnotfittinginoneline\\n\\t\\tC\\tC2\\nD\\tD2\\tD3</style>\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t35\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t40\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t40\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">A\\n\\tB\\t\\tB2\\tB3_thisisalongwordnotfittinginoneline\\n\\t\\tC\\tC2\\nD\\tD2\\tD3</style>\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"<style backcolor=\\\"cyan\\\">A\\n\\tB\\t\\tB2\\tB3_thisisalongwordnotfittinginoneline\\n\\t\\tC\\tC2\\nD\\tD2\\tD3</style>\"\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'ParagraphsReport' group 'MyGroup'", + "metadata": { + "group_name": "MyGroup", + "expression": "", + "has_header": true, + "has_footer": false, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'PdfEncryptReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'PdfEncryptReport' overall structure overview", + "metadata": { + "report_name": "PdfEncryptReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "PdfEncryptReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "2d9e0f21-d6dc-4ed3-bf60-109cb8dd4613" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'PdfEncryptReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'PdfEncryptReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'Pie3DChartReport'. Page size: 595 x 842 portrait. Contains 5 standard bands with content: title, columnHeader, detail, columnFooter, pageFooter. Defines 14 fields: ShippedDate, ShipCountry, RequiredDate, CustomerID, OrderID, ShipName, ShipVia, ShipPostalCode, OrderDate, ShipCity, ShipAddress, EmployeeID, ShipRegion, Freight. Defines 2 parameters: ReportTitle, MaxOrderID. Defines 11 variables: FirstLetter, FirstLetterCount, FirstLetterMin, FirstLetterMax, FreightSumChartGroup, FreightSumCountryGroup, FreightSumColumn, FreightSumPage, FreightSumReport, DateHighestCountryGroup, RegionCountCountryGroup. Defines 3 groups: ChartGroup, FirstLetterGroup, CountryGroup. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 1 charts.", + "raw_xml": "", + "context": "Report 'Pie3DChartReport' overall structure overview", + "metadata": { + "report_name": "Pie3DChartReport", + "bands": [ + "title", + "columnHeader", + "detail", + "columnFooter", + "pageFooter" + ], + "field_count": 14, + "parameter_count": 2, + "variable_count": 11, + "group_count": 3, + "chart_count": 1, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB", + "net.sf.jasperreports.chart.render.type": "svg", + "net.sf.jasperreports.image.dpi": "150" + } + }, + "attributes": { + "name": "Pie3DChartReport", + "language": "java", + "columnCount": "2", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "270", + "columnSpacing": "15", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "96414c51-c86e-493e-982d-6f1907bb35cf" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'Pie3DChartReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'Pie3DChartReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'Pie3DChartReport'. Language: SQL. Query: SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry", + "raw_xml": "SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry\n\t", + "context": "Report 'Pie3DChartReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry" + } + }, + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'Pie3DChartReport', total 2 parameters. Parameters: ReportTitle(java.lang.String), MaxOrderID(java.lang.Integer).", + "raw_xml": "\n\t\t\"Pie 3D Chart Report\"\n\t\n\t\n\n\t\t12500\n\t\n\t", + "context": "Report 'Pie3DChartReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ReportTitle", + "MaxOrderID" + ], + "parameter_types": { + "ReportTitle": "java.lang.String", + "MaxOrderID": "java.lang.Integer" + }, + "default_values": { + "ReportTitle": "\"Pie 3D Chart Report\"", + "MaxOrderID": "12500" + }, + "count": 2 + } + }, + { + "chunk_id": 4, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShippedDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShippedDate'", + "metadata": { + "field_name": "ShippedDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 5, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipCountry, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipCountry'", + "metadata": { + "field_name": "ShipCountry", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 6, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': RequiredDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'RequiredDate'", + "metadata": { + "field_name": "RequiredDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 7, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': CustomerID, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'CustomerID'", + "metadata": { + "field_name": "CustomerID", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 8, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': OrderID, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'OrderID'", + "metadata": { + "field_name": "OrderID", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 9, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipName, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipName'", + "metadata": { + "field_name": "ShipName", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 10, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipVia, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipVia'", + "metadata": { + "field_name": "ShipVia", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 11, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipPostalCode, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipPostalCode'", + "metadata": { + "field_name": "ShipPostalCode", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 12, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': OrderDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'OrderDate'", + "metadata": { + "field_name": "OrderDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 13, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipCity, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipCity'", + "metadata": { + "field_name": "ShipCity", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 14, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipAddress, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipAddress'", + "metadata": { + "field_name": "ShipAddress", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 15, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': EmployeeID, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'EmployeeID'", + "metadata": { + "field_name": "EmployeeID", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 16, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipRegion, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipRegion'", + "metadata": { + "field_name": "ShipRegion", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 17, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': Freight, type: java.lang.Double", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'Freight'", + "metadata": { + "field_name": "Freight", + "field_class": "java.lang.Double", + "field_expression": null + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_none", + "human_description": "These are variable definitions for report 'Pie3DChartReport' (resetType=None), total 1 variables. Variables: FirstLetter(java.lang.String, Nothing).", + "raw_xml": "\n\t\t$F{ShipCountry}.substring(0, 1).toUpperCase()\n\t\n\t", + "context": "Report 'Pie3DChartReport' variable definitions (None level reset)", + "metadata": { + "variable_names": [ + "FirstLetter" + ], + "variable_types": { + "FirstLetter": "java.lang.String" + }, + "variable_calculations": { + "FirstLetter": "Nothing" + }, + "reset_type": "None", + "expressions": { + "FirstLetter": { + "type": "expression", + "value": "$F{ShipCountry}.substring(0, 1).toUpperCase()" + } + }, + "count": 1 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_group", + "human_description": "These are variable definitions for report 'Pie3DChartReport' (resetType=Group), total 7 variables. Variables: FirstLetterCount(java.lang.Integer, Count), FirstLetterMin(java.lang.String, Lowest), FirstLetterMax(java.lang.String, Highest), FreightSumChartGroup(java.lang.Double, Sum), FreightSumCountryGroup(java.lang.Double, Sum), DateHighestCountryGroup(java.sql.Timestamp, Highest), RegionCountCountryGroup(java.lang.Integer, Count).", + "raw_xml": "\n\t\tBoolean.TRUE\n\t\n\t\n\n\t\t$V{FirstLetter}\n\t\n\t\n\n\t\t$V{FirstLetter}\n\t\n\t\n\n\t\t$F{Freight}\n\t\n\t\n\n\t\t$F{Freight}\n\t\n\t\n\n\t\t$F{OrderDate}\n\t\n\t\n\n\t\t$F{ShipRegion}\n\t\n\t", + "context": "Report 'Pie3DChartReport' variable definitions (Group level reset)", + "metadata": { + "variable_names": [ + "FirstLetterCount", + "FirstLetterMin", + "FirstLetterMax", + "FreightSumChartGroup", + "FreightSumCountryGroup", + "DateHighestCountryGroup", + "RegionCountCountryGroup" + ], + "variable_types": { + "FirstLetterCount": "java.lang.Integer", + "FirstLetterMin": "java.lang.String", + "FirstLetterMax": "java.lang.String", + "FreightSumChartGroup": "java.lang.Double", + "FreightSumCountryGroup": "java.lang.Double", + "DateHighestCountryGroup": "java.sql.Timestamp", + "RegionCountCountryGroup": "java.lang.Integer" + }, + "variable_calculations": { + "FirstLetterCount": "Count", + "FirstLetterMin": "Lowest", + "FirstLetterMax": "Highest", + "FreightSumChartGroup": "Sum", + "FreightSumCountryGroup": "Sum", + "DateHighestCountryGroup": "Highest", + "RegionCountCountryGroup": "Count" + }, + "reset_type": "Group", + "expressions": { + "FirstLetterCount": { + "type": "expression", + "value": "Boolean.TRUE" + }, + "FirstLetterMin": { + "type": "expression", + "value": "$V{FirstLetter}" + }, + "FirstLetterMax": { + "type": "expression", + "value": "$V{FirstLetter}" + }, + "FreightSumChartGroup": { + "type": "expression", + "value": "$F{Freight}" + }, + "FreightSumCountryGroup": { + "type": "expression", + "value": "$F{Freight}" + }, + "DateHighestCountryGroup": { + "type": "expression", + "value": "$F{OrderDate}" + }, + "RegionCountCountryGroup": { + "type": "expression", + "value": "$F{ShipRegion}" + } + }, + "count": 7 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_column", + "human_description": "These are variable definitions for report 'Pie3DChartReport' (resetType=Column), total 1 variables. Variables: FreightSumColumn(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'Pie3DChartReport' variable definitions (Column level reset)", + "metadata": { + "variable_names": [ + "FreightSumColumn" + ], + "variable_types": { + "FreightSumColumn": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumColumn": "Sum" + }, + "reset_type": "Column", + "expressions": { + "FreightSumColumn": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_page", + "human_description": "These are variable definitions for report 'Pie3DChartReport' (resetType=Page), total 1 variables. Variables: FreightSumPage(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'Pie3DChartReport' variable definitions (Page level reset)", + "metadata": { + "variable_names": [ + "FreightSumPage" + ], + "variable_types": { + "FreightSumPage": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumPage": "Sum" + }, + "reset_type": "Page", + "expressions": { + "FreightSumPage": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'Pie3DChartReport' (resetType=Report), total 1 variables. Variables: FreightSumReport(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'Pie3DChartReport' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "FreightSumReport" + ], + "variable_types": { + "FreightSumReport": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumReport": "Sum" + }, + "reset_type": "Report", + "expressions": { + "FreightSumReport": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 23, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'Pie3DChartReport', total 5 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic, Serif_Normal, Serif_Bold. Default style: Sans_Normal.", + "raw_xml": "\n\t", + "context": "Report 'ScriptletReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "Sans_Italic", + "AlternateDetail" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 4 + } + }, + { + "chunk_id": 8, + "chunk_type": "group", + "human_description": "This is group 'CityGroup' definition for report 'ScriptletReport'. Group expression: $F{City}. Has groupHeader: Yes, has groupFooter: Yes. Min height: 60, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$F{City}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + String.valueOf($V{CityNumber}) + \". \" + String.valueOf($F{City})\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tCount :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{CityGroup_COUNT}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' group 'CityGroup'", + "metadata": { + "group_name": "CityGroup", + "expression": "$F{City}", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "60", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'ScriptletReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Id}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\" \" + $F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'ScriptletReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'ScriptletReport', height: 20 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: ID; Name; Street", + "raw_xml": "\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tName\n\t\t\n\t\t\n\t\t\tStreet\n\t\t\n\t\n\t", + "context": "Report 'ScriptletReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "20", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "ID", + "Name", + "Street" + ] + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'ShapesReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'ShapesReport' overall structure overview", + "metadata": { + "report_name": "ShapesReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "ShapesReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "whenNoDataType": "AllSectionsNoDetail", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "02560bcc-b1b2-464f-90a0-1e56616b66e1" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'ShapesReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'ShapesReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 3, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 4, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 5, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 6, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 7, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 8, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 9, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 10, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 11, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 15, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 16, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 17, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 18, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 19, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 20, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 21, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 31, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 32, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 33, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 34, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 35, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 36, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 37, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 38, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 39, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 40, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 41, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 42, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 43, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 44, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 45, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 46, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 47, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 48, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 49, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 50, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 51, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 52, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 53, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 54, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 55, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 56, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 57, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 58, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 59, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 60, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 61, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 62, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 63, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 64, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 65, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 66, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 67, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 68, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 69, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 70, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 71, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 72, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 73, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 74, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 75, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 76, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 77, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 78, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 79, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 80, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 81, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 82, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 83, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 84, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 85, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 86, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 87, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 88, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 89, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 90, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 91, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 92, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 93, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 94, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 95, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 96, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 97, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 98, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 99, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 100, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 101, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 102, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 103, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 104, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 105, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 106, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 107, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 108, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 109, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 110, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 111, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 112, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 113, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 114, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 115, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 116, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 117, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 118, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 119, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 120, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 121, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 122, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 123, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 124, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 125, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 126, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 127, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 128, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 129, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 130, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 131, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 132, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 133, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 134, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 135, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 136, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 137, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 138, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 139, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 140, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 141, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 142, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 143, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 144, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 145, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 146, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 147, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 148, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 149, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 150, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 151, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 152, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 153, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 154, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 155, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 156, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 157, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 158, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 159, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 160, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 161, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 162, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 163, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 164, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 165, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 166, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 167, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 168, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 169, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 170, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 171, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 172, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 173, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 174, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 175, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 176, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 177, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 178, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 179, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 180, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 181, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 182, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 183, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 184, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 185, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 186, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 187, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 188, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 189, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 190, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 191, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 192, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 193, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 194, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 195, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 196, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 197, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 198, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 199, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 200, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 201, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 202, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 203, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 204, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 205, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 206, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 207, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 208, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 209, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 210, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 211, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 212, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 213, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 214, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 215, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 216, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 217, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 218, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 219, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 220, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 221, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 222, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 223, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 224, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 225, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 226, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 227, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 228, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 229, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 230, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 231, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 232, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 233, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 234, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 235, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 236, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 237, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 238, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 239, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 240, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 241, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 242, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 243, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 244, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 245, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 246, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 247, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 248, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 249, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 250, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 251, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 252, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 253, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 254, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 255, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 256, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 257, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 258, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 259, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 260, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 261, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 262, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 263, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 264, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 265, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 266, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 267, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 268, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 269, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 270, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 271, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 272, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 273, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 274, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 275, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 276, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 277, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 278, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 279, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 280, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 281, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'ShipmentsReport'. Page size: 842 x 595 Landscape. Contains 1 standard bands with content: detail. Defines 1 fields: ShipCountry. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 1 crosstabs.", + "raw_xml": "", + "context": "Report 'ShipmentsReport' overall structure overview", + "metadata": { + "report_name": "ShipmentsReport", + "bands": [ + "detail" + ], + "field_count": 1, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 1, + "subreport_count": 0, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "net.sf.jasperreports.export.pdf.tagged": "true", + "net.sf.jasperreports.export.pdf.tag.language": "EN-US", + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + }, + "attributes": { + "name": "ShipmentsReport", + "language": "java", + "pageWidth": "842", + "pageHeight": "595", + "orientation": "Landscape", + "columnWidth": "812", + "leftMargin": "15", + "rightMargin": "15", + "topMargin": "10", + "bottomMargin": "10", + "uuid": "488fc4c0-8d4e-4bd3-8f28-3497b7349729" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "dataset", + "human_description": "This is dataset 'Country_Orders' definition for report 'ShipmentsReport'. Contains 4 fields: ShippedDate, ShipRegion, ShipCity, Freight. Contains 1 parameters: Country. Query (sql): SELECT ShippedDate, ShipRegion, ShipCity, Freight\n\t\t\tFROM Orders\n\t\t\tWHERE\n\t\t\t\tShipCountry = $P{Country} AND\n\t\t\t\tShippedDate IS NOT NULL", + "raw_xml": "\n\t\t\n\t\tSELECT ShippedDate, ShipRegion, ShipCity, Freight\n\t\t\tFROM Orders\n\t\t\tWHERE\n\t\t\t\tShipCountry = $P{Country} AND\n\t\t\t\tShippedDate IS NOT NULL\n\t\t\n\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'ShipmentsReport' dataset 'Country_Orders'", + "metadata": { + "dataset_name": "Country_Orders", + "field_names": [ + "ShippedDate", + "ShipRegion", + "ShipCity", + "Freight" + ], + "parameter_names": [ + "Country" + ], + "query": "SELECT ShippedDate, ShipRegion, ShipCity, Freight\n\t\t\tFROM Orders\n\t\t\tWHERE\n\t\t\t\tShipCountry = $P{Country} AND\n\t\t\t\tShippedDate IS NOT NULL", + "query_language": "sql", + "properties": {} + } + }, + { + "chunk_id": 2, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'ShipmentsReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'ShipmentsReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + }, + { + "chunk_id": 3, + "chunk_type": "query", + "human_description": "This is the data query for report 'ShipmentsReport'. Language: SQL. Query: SELECT DISTINCT ShipCountry FROM Orders", + "raw_xml": "SELECT DISTINCT ShipCountry FROM Orders\n\t", + "context": "Report 'ShipmentsReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT DISTINCT ShipCountry FROM Orders" + } + }, + { + "chunk_id": 4, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'ShipmentsReport', total 1 fields. Fields: ShipCountry(java.lang.String).", + "raw_xml": "\n\t", + "context": "Report 'ShipmentsReport' field definitions", + "metadata": { + "field_names": [ + "ShipCountry" + ], + "field_types": { + "ShipCountry": "java.lang.String" + }, + "field_expressions": {}, + "count": 1 + } + }, + { + "chunk_id": 5, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'ShipmentsReport', total 3 styles. Styles: Sans_Normal, Sans_Large, Sans_Bold. Default style: Sans_Normal.", + "raw_xml": "\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t", + "context": "Report 'AccessibleReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Description", + "Heading1", + "Heading2", + "Crosstab_RowHeader", + "Crosstab_ColumnHeader", + "Crosstab_ColumnHeader_Text", + "Crosstab_RowGroupTotal", + "Crosstab_Total", + "Crosstab_TotalColumnHeader", + "Crosstab_TotalColumnHeader_Text", + "Crosstab_Detail", + "Table_TH", + "Table_TH_Text", + "Table_TD" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": false, + "count": 15 + } + }, + { + "chunk_id": 3, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'AccessibleReport', total 15 styles. Styles: Sans_Normal, Description, Heading1, Heading2, Crosstab_RowHeader, Crosstab_ColumnHeader, Crosstab_ColumnHeader_Text, Crosstab_RowGroupTotal, Crosstab_Total, Crosstab_TotalColumnHeader, Crosstab_TotalColumnHeader_Text, Crosstab_Detail, Table_TH, Table_TH_Text, Table_TD. Default style: Sans_Normal.", + "raw_xml": "\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t", + "context": "Report 'AccessibleReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Description", + "Heading1", + "Heading2", + "Crosstab_RowHeader", + "Crosstab_ColumnHeader", + "Crosstab_ColumnHeader_Text", + "Crosstab_RowGroupTotal", + "Crosstab_Total", + "Crosstab_TotalColumnHeader", + "Crosstab_TotalColumnHeader_Text", + "Crosstab_Detail", + "Table_TH", + "Table_TH_Text", + "Table_TD" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": false, + "count": 15 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/AddresscolumnFooter_band.json b/jrxml_chunker_output/per_file/AddresscolumnFooter_band.json new file mode 100644 index 0000000..06874f9 --- /dev/null +++ b/jrxml_chunker_output/per_file/AddresscolumnFooter_band.json @@ -0,0 +1,442 @@ +[ + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Column Footer", + "raw_xml": "\n\t\t\n\t\t\tColumn Footer\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Column Footer" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/AddresscolumnHeader_band.json b/jrxml_chunker_output/per_file/AddresscolumnHeader_band.json new file mode 100644 index 0000000..115a3df --- /dev/null +++ b/jrxml_chunker_output/per_file/AddresscolumnHeader_band.json @@ -0,0 +1,402 @@ +[ + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'AddressReport', height: 14 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tID\n\t\t\t\n\t\t\t\n\t\t\t\tName\n\t\t\t\n\t\t\t\n\t\t\t\tStreet\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "14", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Addressdata_query.json b/jrxml_chunker_output/per_file/Addressdata_query.json new file mode 100644 index 0000000..4d5ac50 --- /dev/null +++ b/jrxml_chunker_output/per_file/Addressdata_query.json @@ -0,0 +1,24 @@ +[ + { + "chunk_id": 1, + "chunk_type": "query", + "human_description": "This is the data query for report 'AddressReport'. Language: SQL. Query: SELECT * FROM Address WHERE City = $P{City}", + "raw_xml": "SELECT * FROM Address WHERE City = $P{City}\n\t", + "context": "Report 'AddressReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT * FROM Address WHERE City = $P{City}" + } + }, + { + "chunk_id": 1, + "chunk_type": "query", + "human_description": "This is the data query for report 'AddressReport'. Language: SQL. Query: SELECT * FROM Address WHERE City = $P{City}", + "raw_xml": "SELECT * FROM Address WHERE City = $P{City}\n\t", + "context": "Report 'AddressReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT * FROM Address WHERE City = $P{City}" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Addressdetail_band.json b/jrxml_chunker_output/per_file/Addressdetail_band.json new file mode 100644 index 0000000..63b5de4 --- /dev/null +++ b/jrxml_chunker_output/per_file/Addressdetail_band.json @@ -0,0 +1,362 @@ +[ + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{Id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{FirstName} + \" \" + $F{LastName}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Street}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Addressesdata_query.json b/jrxml_chunker_output/per_file/Addressesdata_query.json new file mode 100644 index 0000000..ed0d467 --- /dev/null +++ b/jrxml_chunker_output/per_file/Addressesdata_query.json @@ -0,0 +1,24 @@ +[ + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'AddressesReport'. Language: HQL. Query: select address as address, document.id as documentId, document.total as documentTotal\n\t\t\tfrom Address as address join address.documents as document\n\t\t\twhere city not in ($P{CityFilter})\n\t\t\torder by address.city, address.lastName, address.firstName, address.id", + "raw_xml": "select address as address, document.id as documentId, document.total as documentTotal\n\t\t\tfrom Address as address join address.documents as document\n\t\t\twhere city not in ($P{CityFilter})\n\t\t\torder by address.city, address.lastName, address.firstName, address.id\n\t", + "context": "Report 'AddressesReport' data query", + "metadata": { + "query_language": "hql", + "full_sql": "select address as address, document.id as documentId, document.total as documentTotal\n\t\t\tfrom Address as address join address.documents as document\n\t\t\twhere city not in ($P{CityFilter})\n\t\t\torder by address.city, address.lastName, address.firstName, address.id" + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'AddressesReport'. Language: HQL. Query: select address as address, document.id as documentId, document.total as documentTotal\n\t\t\tfrom Address as address join address.documents as document\n\t\t\twhere city not in ($P{CityFilter})\n\t\t\torder by address.city, address.lastName, address.firstName, address.id", + "raw_xml": "select address as address, document.id as documentId, document.total as documentTotal\n\t\t\tfrom Address as address join address.documents as document\n\t\t\twhere city not in ($P{CityFilter})\n\t\t\torder by address.city, address.lastName, address.firstName, address.id\n\t", + "context": "Report 'AddressesReport' data query", + "metadata": { + "query_language": "hql", + "full_sql": "select address as address, document.id as documentId, document.total as documentTotal\n\t\t\tfrom Address as address join address.documents as document\n\t\t\twhere city not in ($P{CityFilter})\n\t\t\torder by address.city, address.lastName, address.firstName, address.id" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Addressesdata_source_configuration.json b/jrxml_chunker_output/per_file/Addressesdata_source_configuration.json new file mode 100644 index 0000000..955d9c5 --- /dev/null +++ b/jrxml_chunker_output/per_file/Addressesdata_source_configuration.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'AddressesReport'. Data adapter: hibernate/data/HibernateDataAdapter.jrdax.", + "raw_xml": "", + "context": "Report 'AddressesReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "hibernate/data/HibernateDataAdapter.jrdax" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'AddressesReport'. Data adapter: hibernate/data/HibernateDataAdapter.jrdax.", + "raw_xml": "", + "context": "Report 'AddressesReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "hibernate/data/HibernateDataAdapter.jrdax" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Addressesdetail_band.json b/jrxml_chunker_output/per_file/Addressesdetail_band.json new file mode 100644 index 0000000..2dfdbe9 --- /dev/null +++ b/jrxml_chunker_output/per_file/Addressesdetail_band.json @@ -0,0 +1,362 @@ +[ + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'AddressesReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\tDocument ID\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentId}\n\t\t\t\n\t\t\t\n\t\t\t\tDocument Total\n\t\t\t\n\t\t\t\n\t\t\t\t$F{documentTotal}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Addressesfield_city.json b/jrxml_chunker_output/per_file/Addressesfield_city.json new file mode 100644 index 0000000..51dc775 --- /dev/null +++ b/jrxml_chunker_output/per_file/Addressesfield_city.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 8, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': city, type: java.lang.String", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'city'", + "metadata": { + "field_name": "city", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 8, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': city, type: java.lang.String", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'city'", + "metadata": { + "field_name": "city", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Addressesfield_documentId.json b/jrxml_chunker_output/per_file/Addressesfield_documentId.json new file mode 100644 index 0000000..cea4961 --- /dev/null +++ b/jrxml_chunker_output/per_file/Addressesfield_documentId.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 9, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': documentId, type: java.lang.Long", + "raw_xml": "\n\t", + "context": "Report 'AddressesReport' field 'documentId'", + "metadata": { + "field_name": "documentId", + "field_class": "java.lang.Long", + "field_expression": null + } + }, + { + "chunk_id": 9, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': documentId, type: java.lang.Long", + "raw_xml": "\n\t", + "context": "Report 'AddressesReport' field 'documentId'", + "metadata": { + "field_name": "documentId", + "field_class": "java.lang.Long", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Addressesfield_documentTotal.json b/jrxml_chunker_output/per_file/Addressesfield_documentTotal.json new file mode 100644 index 0000000..319c099 --- /dev/null +++ b/jrxml_chunker_output/per_file/Addressesfield_documentTotal.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 10, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': documentTotal, type: java.lang.Double", + "raw_xml": "\n\t", + "context": "Report 'AddressesReport' field 'documentTotal'", + "metadata": { + "field_name": "documentTotal", + "field_class": "java.lang.Double", + "field_expression": null + } + }, + { + "chunk_id": 10, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': documentTotal, type: java.lang.Double", + "raw_xml": "\n\t", + "context": "Report 'AddressesReport' field 'documentTotal'", + "metadata": { + "field_name": "documentTotal", + "field_class": "java.lang.Double", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Addressesfield_firstName.json b/jrxml_chunker_output/per_file/Addressesfield_firstName.json new file mode 100644 index 0000000..937e045 --- /dev/null +++ b/jrxml_chunker_output/per_file/Addressesfield_firstName.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 5, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': firstName, type: java.lang.String", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'firstName'", + "metadata": { + "field_name": "firstName", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 5, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': firstName, type: java.lang.String", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'firstName'", + "metadata": { + "field_name": "firstName", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Addressesfield_id.json b/jrxml_chunker_output/per_file/Addressesfield_id.json new file mode 100644 index 0000000..36c3ded --- /dev/null +++ b/jrxml_chunker_output/per_file/Addressesfield_id.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 4, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': id, type: java.lang.Long", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'id'", + "metadata": { + "field_name": "id", + "field_class": "java.lang.Long", + "field_expression": null + } + }, + { + "chunk_id": 4, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': id, type: java.lang.Long", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'id'", + "metadata": { + "field_name": "id", + "field_class": "java.lang.Long", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Addressesfield_lastName.json b/jrxml_chunker_output/per_file/Addressesfield_lastName.json new file mode 100644 index 0000000..dfdbb22 --- /dev/null +++ b/jrxml_chunker_output/per_file/Addressesfield_lastName.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 6, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': lastName, type: java.lang.String", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'lastName'", + "metadata": { + "field_name": "lastName", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 6, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': lastName, type: java.lang.String", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'lastName'", + "metadata": { + "field_name": "lastName", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Addressesfield_street.json b/jrxml_chunker_output/per_file/Addressesfield_street.json new file mode 100644 index 0000000..1c53c61 --- /dev/null +++ b/jrxml_chunker_output/per_file/Addressesfield_street.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 7, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': street, type: java.lang.String", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'street'", + "metadata": { + "field_name": "street", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 7, + "chunk_type": "field", + "human_description": "Field definition for report 'AddressesReport': street, type: java.lang.String", + "raw_xml": "\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' field 'street'", + "metadata": { + "field_name": "street", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Addressesgroup_AddressGroup.json b/jrxml_chunker_output/per_file/Addressesgroup_AddressGroup.json new file mode 100644 index 0000000..e9e6d0f --- /dev/null +++ b/jrxml_chunker_output/per_file/Addressesgroup_AddressGroup.json @@ -0,0 +1,34 @@ +[ + { + "chunk_id": 13, + "chunk_type": "group", + "human_description": "This is group 'AddressGroup' definition for report 'AddressesReport'. Group expression: $F{id}. Has groupHeader: Yes, has groupFooter: Yes. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$F{id}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{firstName} + \" \" + $F{lastName} + \" (ID: \" + $F{id} + \")\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{street} + \",\" + $F{city}\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tTotal\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{AddressGroup_COUNT}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{addressTotal}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' group 'AddressGroup'", + "metadata": { + "group_name": "AddressGroup", + "expression": "$F{id}", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 13, + "chunk_type": "group", + "human_description": "This is group 'AddressGroup' definition for report 'AddressesReport'. Group expression: $F{id}. Has groupHeader: Yes, has groupFooter: Yes. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$F{id}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{firstName} + \" \" + $F{lastName} + \" (ID: \" + $F{id} + \")\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{street} + \",\" + $F{city}\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tTotal\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{AddressGroup_COUNT}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{addressTotal}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'AddressesReport' group 'AddressGroup'", + "metadata": { + "group_name": "AddressGroup", + "expression": "$F{id}", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Addressesoverall_structure_overview.json b/jrxml_chunker_output/per_file/Addressesoverall_structure_overview.json new file mode 100644 index 0000000..2e8cf15 --- /dev/null +++ b/jrxml_chunker_output/per_file/Addressesoverall_structure_overview.json @@ -0,0 +1,88 @@ +[ + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'AddressesReport'. Page size: 595 x 842 portrait. Contains 3 standard bands with content: title, detail, pageFooter. Defines 7 fields: id, firstName, lastName, street, city, documentId, documentTotal. Defines 2 parameters: ReportTitle, CityFilter. Defines 1 variables: addressTotal. Defines 1 groups: AddressGroup. Data source type: Hibernate/HQL. Source: hibernate/data/HibernateDataAdapter.jrdax. Query language: hql.", + "raw_xml": "", + "context": "Report 'AddressesReport' overall structure overview", + "metadata": { + "report_name": "AddressesReport", + "bands": [ + "title", + "detail", + "pageFooter" + ], + "field_count": 7, + "parameter_count": 2, + "variable_count": 1, + "group_count": 1, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "Hibernate/HQL", + "source": "hibernate/data/HibernateDataAdapter.jrdax", + "query_language": "hql", + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "hibernate/data/HibernateDataAdapter.jrdax" + } + }, + "attributes": { + "name": "AddressesReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "whenNoDataType": "AllSectionsNoDetail", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "uuid": "f050e3db-0847-4912-9c16-d6b157484813" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'AddressesReport'. Page size: 595 x 842 portrait. Contains 3 standard bands with content: title, detail, pageFooter. Defines 7 fields: id, firstName, lastName, street, city, documentId, documentTotal. Defines 2 parameters: ReportTitle, CityFilter. Defines 1 variables: addressTotal. Defines 1 groups: AddressGroup. Data source type: Hibernate/HQL. Source: hibernate/data/HibernateDataAdapter.jrdax. Query language: hql.", + "raw_xml": "", + "context": "Report 'AddressesReport' overall structure overview", + "metadata": { + "report_name": "AddressesReport", + "bands": [ + "title", + "detail", + "pageFooter" + ], + "field_count": 7, + "parameter_count": 2, + "variable_count": 1, + "group_count": 1, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "Hibernate/HQL", + "source": "hibernate/data/HibernateDataAdapter.jrdax", + "query_language": "hql", + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "hibernate/data/HibernateDataAdapter.jrdax" + } + }, + "attributes": { + "name": "AddressesReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "whenNoDataType": "AllSectionsNoDetail", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "uuid": "f050e3db-0847-4912-9c16-d6b157484813" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/AddressespageFooter_band.json b/jrxml_chunker_output/per_file/AddressespageFooter_band.json new file mode 100644 index 0000000..777ec30 --- /dev/null +++ b/jrxml_chunker_output/per_file/AddressespageFooter_band.json @@ -0,0 +1,482 @@ +[ + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 14, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'AddressesReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t!$P{IS_IGNORE_PAGINATION}\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'AddressesReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Addressesparameter_definitions.json b/jrxml_chunker_output/per_file/Addressesparameter_definitions.json new file mode 100644 index 0000000..a76d403 --- /dev/null +++ b/jrxml_chunker_output/per_file/Addressesparameter_definitions.json @@ -0,0 +1,46 @@ +[ + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'AddressesReport', total 2 parameters. Parameters: ReportTitle(java.lang.String), CityFilter(java.util.List).", + "raw_xml": "\n\t\t\"Address Report\"\n\t\n\t\n\n\t\tArrays.asList(\"Boston\",\"Chicago\",\"Oslo\")\n\t\n\t", + "context": "Report 'AddressesReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ReportTitle", + "CityFilter" + ], + "parameter_types": { + "ReportTitle": "java.lang.String", + "CityFilter": "java.util.List" + }, + "default_values": { + "ReportTitle": "\"Address Report\"", + "CityFilter": "Arrays.asList(\"Boston\",\"Chicago\",\"Oslo\")" + }, + "count": 2 + } + }, + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'AddressesReport', total 2 parameters. Parameters: ReportTitle(java.lang.String), CityFilter(java.util.List).", + "raw_xml": "\n\t\t\"Address Report\"\n\t\n\t\n\n\t\tArrays.asList(\"Boston\",\"Chicago\",\"Oslo\")\n\t\n\t", + "context": "Report 'AddressesReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ReportTitle", + "CityFilter" + ], + "parameter_types": { + "ReportTitle": "java.lang.String", + "CityFilter": "java.util.List" + }, + "default_values": { + "ReportTitle": "\"Address Report\"", + "CityFilter": "Arrays.asList(\"Boston\",\"Chicago\",\"Oslo\")" + }, + "count": 2 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Addressesstyle_definitions.json b/jrxml_chunker_output/per_file/Addressesstyle_definitions.json new file mode 100644 index 0000000..a5748e5 --- /dev/null +++ b/jrxml_chunker_output/per_file/Addressesstyle_definitions.json @@ -0,0 +1,38 @@ +[ + { + "chunk_id": 12, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'AddressesReport', total 4 styles. Styles: Sans_Normal, Sans_Normal_Small, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' style definitions", + "metadata": { + "style_names": [ + "detail" + ], + "default_style": null, + "has_conditional_styles": true, + "count": 1 + } + }, + { + "chunk_id": 18, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'DateRangeReport', total 1 styles. Styles: detail. Contains conditional styles.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' style definitions", + "metadata": { + "style_names": [ + "detail" + ], + "default_style": null, + "has_conditional_styles": true, + "count": 1 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/DateRangetitle_band.json b/jrxml_chunker_output/per_file/DateRangetitle_band.json new file mode 100644 index 0000000..d22e5a4 --- /dev/null +++ b/jrxml_chunker_output/per_file/DateRangetitle_band.json @@ -0,0 +1,22922 @@ +[ + { + "chunk_id": 21, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 31, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 32, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 33, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 34, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 35, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 36, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 37, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 38, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 39, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 40, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 41, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 42, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 43, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 44, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 45, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 46, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 47, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 48, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 49, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 50, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 51, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 52, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 53, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 54, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 55, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 56, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 57, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 58, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 59, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 60, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 61, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 62, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 63, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 64, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 65, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 66, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 67, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 68, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 69, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 70, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 71, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 72, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 73, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 74, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 75, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 76, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 77, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 78, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 79, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 80, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 81, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 82, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 83, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 84, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 85, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 86, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 87, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 88, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 89, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 90, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 91, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 92, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 93, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 94, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 95, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 96, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 97, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 98, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 99, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 100, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 101, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 102, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 103, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 104, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 105, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 106, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 107, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 108, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 109, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 110, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 111, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 112, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 113, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 114, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 115, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 116, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 117, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 118, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 119, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 120, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 121, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 122, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 123, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 124, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 125, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 126, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 127, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 128, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 129, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 130, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 131, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 132, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 133, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 134, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 135, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 136, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 137, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 138, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 139, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 140, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 141, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 142, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 143, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 144, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 145, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 146, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 147, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 148, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 149, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 150, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 151, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 152, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 153, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 154, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 155, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 156, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 157, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 158, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 159, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 160, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 161, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 162, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 163, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 164, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 165, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 166, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 167, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 168, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 169, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 170, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 171, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 172, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 173, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 174, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 175, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 176, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 177, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 178, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 179, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 180, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 181, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 182, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 183, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 184, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 185, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 186, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 187, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 188, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 189, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 190, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 191, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 192, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 193, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 194, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 195, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 196, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 197, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 198, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 199, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 200, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 201, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 202, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 203, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 204, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 205, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 206, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 207, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 208, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 209, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 210, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 211, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 212, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 213, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 214, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 215, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 216, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 217, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 218, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 219, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 220, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 221, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 222, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 223, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 224, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 225, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 226, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 227, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 228, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 229, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 230, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 231, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 232, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 233, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 234, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 235, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 236, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 237, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 238, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 239, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 240, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 241, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 242, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 243, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 244, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 245, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 246, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 247, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 248, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 249, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 250, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 251, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 252, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 253, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 254, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 255, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 256, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 257, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 258, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 259, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 260, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 261, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 262, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 263, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 264, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 265, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 266, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 267, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 268, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 269, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 270, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 271, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 272, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 273, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 274, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 275, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 276, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 277, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 278, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 279, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 280, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 281, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 282, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 283, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 284, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 285, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 286, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 287, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 288, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 289, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 290, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 291, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 292, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 293, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 294, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 295, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 296, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 297, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 298, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 299, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 300, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 301, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 302, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 303, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 304, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 305, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 306, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 307, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 308, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 309, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 310, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 311, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 312, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 313, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 314, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 315, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 316, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 317, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 318, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 319, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 320, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 321, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 322, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 323, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 324, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 325, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 326, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 327, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 328, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 329, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 330, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 331, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 332, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 333, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 334, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 335, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 336, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 337, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 338, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 339, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 340, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 341, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 342, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 343, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 344, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 345, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 346, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 347, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 348, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 349, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 350, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 351, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 352, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 353, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 354, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 355, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 356, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 357, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 358, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 359, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 360, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 361, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 362, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 363, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 364, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 365, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 366, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 367, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 368, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 369, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 370, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 371, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 372, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 373, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 374, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 375, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 376, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 377, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 378, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 379, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 380, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 381, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 382, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 383, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 384, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 385, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 386, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 387, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 388, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 389, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 390, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 391, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 392, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 393, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 394, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 395, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 396, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 397, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 398, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 399, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 400, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 401, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 402, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 403, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 404, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 405, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 406, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 407, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 408, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 409, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 410, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 411, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 412, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 413, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 414, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 415, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 416, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 417, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 418, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 419, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 420, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 421, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 422, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 423, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 424, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 425, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 426, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 427, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 428, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 429, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 430, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 431, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 432, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 433, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 434, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 435, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 436, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 437, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 438, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 439, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 440, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 441, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 442, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 443, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 444, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 445, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 446, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 447, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 448, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 449, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 450, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 451, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 452, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 453, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 454, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 455, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 456, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 457, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 458, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 459, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 460, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 461, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 462, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 463, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 464, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 465, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 466, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 467, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 468, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 469, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 470, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 471, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 472, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 473, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 474, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 475, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 476, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 477, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 478, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 479, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 480, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 481, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 482, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 483, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 484, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 485, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 486, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 487, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 488, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 489, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 490, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 491, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 492, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 493, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 494, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 495, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 496, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 497, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 498, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 499, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 500, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 501, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 502, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 503, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 504, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 505, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 506, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 507, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 508, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 509, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 510, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 511, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 512, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 513, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 514, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 515, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 516, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 517, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 518, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 519, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 520, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 21, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 31, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 32, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 33, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 34, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 35, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 36, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 37, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 38, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 39, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 40, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 41, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 42, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 43, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 44, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 45, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 46, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 47, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 48, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 49, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 50, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 51, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 52, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 53, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 54, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 55, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 56, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 57, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 58, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 59, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 60, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 61, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 62, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 63, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 64, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 65, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 66, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 67, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 68, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 69, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 70, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 71, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 72, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 73, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 74, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 75, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 76, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 77, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 78, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 79, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 80, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 81, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 82, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 83, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 84, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 85, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 86, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 87, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 88, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 89, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 90, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 91, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 92, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 93, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 94, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 95, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 96, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 97, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 98, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 99, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 100, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 101, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 102, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 103, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 104, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 105, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 106, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 107, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 108, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 109, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 110, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 111, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 112, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 113, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 114, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 115, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 116, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 117, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 118, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 119, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 120, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 121, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 122, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 123, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 124, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 125, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 126, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 127, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 128, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 129, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 130, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 131, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 132, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 133, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 134, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 135, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 136, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 137, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 138, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 139, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 140, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 141, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 142, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 143, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 144, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 145, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 146, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 147, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 148, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 149, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 150, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 151, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 152, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 153, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 154, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 155, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 156, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 157, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 158, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 159, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 160, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 161, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 162, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 163, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 164, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 165, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 166, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 167, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 168, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 169, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 170, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 171, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 172, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 173, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 174, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 175, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 176, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 177, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 178, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 179, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 180, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 181, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 182, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 183, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 184, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 185, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 186, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 187, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 188, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 189, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 190, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 191, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 192, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 193, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 194, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 195, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 196, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 197, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 198, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 199, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 200, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 201, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 202, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 203, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 204, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 205, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 206, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 207, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 208, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 209, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 210, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 211, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 212, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 213, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 214, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 215, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 216, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 217, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 218, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 219, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 220, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 221, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 222, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 223, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 224, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 225, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 226, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 227, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 228, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 229, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 230, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 231, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 232, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 233, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 234, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 235, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 236, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 237, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 238, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 239, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 240, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 241, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 242, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 243, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 244, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 245, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 246, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 247, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 248, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 249, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 250, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 251, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 252, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 253, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 254, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 255, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 256, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 257, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 258, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 259, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 260, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 261, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 262, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 263, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 264, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 265, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 266, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 267, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 268, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 269, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 270, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 271, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 272, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 273, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 274, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 275, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 276, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 277, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 278, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 279, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 280, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 281, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 282, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 283, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 284, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 285, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 286, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 287, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 288, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 289, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 290, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 291, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 292, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 293, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 294, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 295, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 296, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 297, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 298, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 299, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 300, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 301, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 302, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 303, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 304, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 305, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 306, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 307, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 308, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 309, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 310, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 311, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 312, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 313, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 314, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 315, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 316, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 317, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 318, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 319, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 320, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 321, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 322, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 323, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 324, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 325, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 326, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 327, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 328, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 329, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 330, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 331, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 332, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 333, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 334, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 335, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 336, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 337, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 338, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 339, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 340, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 341, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 342, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 343, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 344, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 345, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 346, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 347, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 348, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 349, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 350, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 351, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 352, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 353, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 354, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 355, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 356, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 357, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 358, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 359, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 360, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 361, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 362, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 363, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 364, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 365, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 366, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 367, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 368, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 369, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 370, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 371, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 372, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 373, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 374, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 375, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 376, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 377, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 378, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 379, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 380, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 381, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 382, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 383, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 384, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 385, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 386, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 387, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 388, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 389, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 390, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 391, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 392, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 393, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 394, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 395, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 396, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 397, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 398, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 399, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 400, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 401, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 402, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 403, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 404, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 405, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 406, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 407, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 408, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 409, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 410, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 411, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 412, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 413, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 414, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 415, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 416, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 417, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 418, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 419, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 420, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 421, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 422, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 423, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 424, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 425, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 426, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 427, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 428, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 429, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 430, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 431, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 432, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 433, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 434, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 435, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 436, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 437, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 438, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 439, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 440, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 441, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 442, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 443, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 444, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 445, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 446, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 447, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 448, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 449, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 450, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 451, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 452, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 453, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 454, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 455, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 456, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 457, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 458, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 459, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 460, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 461, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 462, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 463, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 464, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 465, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 466, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 467, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 468, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 469, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 470, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + }, + { + "chunk_id": 471, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Report', Position: (0, 0), Size: 555x40.", + "raw_xml": "\n\t\t\tDate Range Report\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "efe3afc1-067c-456d-8287-a6cf41a9f6d8", + "x": "0", + "y": "0", + "width": "555", + "height": "40", + "fontSize": "20.0", + "bold": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 472, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '1. Relative Date Ranges', Position: (0, 60), Size: 555x30.", + "raw_xml": "\n\t\t\t1. Relative Date Ranges\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "417edd63-2939-4f63-a4f4-7859bc00bd65", + "x": "0", + "y": "60", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 473, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range', Position: (0, 100), Size: 100x20.", + "raw_xml": "\n\t\t\tDate Range\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b5437590-6926-4e90-ac8d-e2526769259e", + "mode": "Opaque", + "x": "0", + "y": "100", + "width": "100", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 474, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (100, 100), Size: 95x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d76e4d8a-b6d1-4a11-ae8f-d11d217576b9", + "mode": "Opaque", + "x": "100", + "y": "100", + "width": "95", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 475, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start', Position: (195, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a0f5da29-800d-476e-b80c-7aa3d837744b", + "mode": "Opaque", + "x": "195", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 476, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range End', Position: (375, 100), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9623bd43-5ef1-43ff-8317-d3c385688389", + "mode": "Opaque", + "x": "375", + "y": "100", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 477, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY\\\"\", Position: (100, 120), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ec9ae446-8437-4f82-89f2-c67563100b65", + "mode": "Transparent", + "x": "100", + "y": "120", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 478, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'today', Position: (0, 120), Size: 100x20.", + "raw_xml": "\n\t\t\ttoday\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a629e246-6b0d-455a-bbe7-8379e6443120", + "mode": "Transparent", + "x": "0", + "y": "120", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 479, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getStart(), Position: (195, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "da63a638-5bc6-4a71-915f-cb5ea3c9d3a6", + "mode": "Transparent", + "x": "195", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 480, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY\").getEnd(), Position: (375, 120), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2", + "mode": "Transparent", + "x": "375", + "y": "120", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 481, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days ago', Position: (0, 140), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0232c581-2a0c-4939-8bd5-95eebb02b077", + "mode": "Opaque", + "x": "0", + "y": "140", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 482, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY-3\\\"\", Position: (100, 140), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "711fa621-b354-4558-b883-d54fdd6c5192", + "mode": "Opaque", + "x": "100", + "y": "140", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 483, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getStart(), Position: (195, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "443d6099-c0fc-479d-89ba-7efbff6b9be3", + "mode": "Opaque", + "x": "195", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 484, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY-3\").getEnd(), Position: (375, 140), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "0d8e362a-507f-4350-978b-02357736591e", + "mode": "Opaque", + "x": "375", + "y": "140", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 485, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 days later', Position: (0, 160), Size: 100x20.", + "raw_xml": "\n\t\t\t3 days later\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2706e048-8d07-48c1-b798-9d0c20ededb6", + "mode": "Transparent", + "x": "0", + "y": "160", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 486, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"DAY+3\\\"\", Position: (100, 160), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"DAY+3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "767eb648-e824-45ed-b080-40e63856986e", + "mode": "Transparent", + "x": "100", + "y": "160", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 487, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getStart(), Position: (195, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2f21ebac-e3e7-49be-b6a3-6c19e315a216", + "mode": "Transparent", + "x": "195", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 488, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"DAY+3\").getEnd(), Position: (375, 160), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"DAY+3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "d689df50-8a3c-44e0-ac83-0e27abf0379d", + "mode": "Transparent", + "x": "375", + "y": "160", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 489, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next week', Position: (0, 180), Size: 100x20.", + "raw_xml": "\n\t\t\tnext week\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "98347e9b-bd0a-479c-81e9-b114e3ef1935", + "mode": "Opaque", + "x": "0", + "y": "180", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 490, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"WEEK+1\\\"\", Position: (100, 180), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"WEEK+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "88a3c617-01b4-417c-84c8-eba5ea522a86", + "mode": "Opaque", + "x": "100", + "y": "180", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 491, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getStart(), Position: (195, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "cf82b282-f0fe-4aec-aab8-5f71af80f727", + "mode": "Opaque", + "x": "195", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 492, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"WEEK+1\").getEnd(), Position: (375, 180), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"WEEK+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "aff2b4c6-e3a3-4d07-8a68-68c9ad960b14", + "mode": "Opaque", + "x": "375", + "y": "180", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 493, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'this year', Position: (0, 200), Size: 100x20.", + "raw_xml": "\n\t\t\tthis year\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a8de9137-7788-4c33-8207-c8cda28d5d04", + "mode": "Transparent", + "x": "0", + "y": "200", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 494, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"YEAR\\\"\", Position: (100, 200), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"YEAR\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "5adff42d-f03e-44b0-8a3d-fd60031b31a0", + "mode": "Transparent", + "x": "100", + "y": "200", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 495, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getStart(), Position: (195, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "8397152f-7d01-4e47-ac56-2fba48b16146", + "mode": "Transparent", + "x": "195", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 496, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"YEAR\").getEnd(), Position: (375, 200), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"YEAR\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "2687a4f5-dacc-4fc0-94a1-80bd01c928a2", + "mode": "Transparent", + "x": "375", + "y": "200", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 497, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'last month', Position: (0, 220), Size: 100x20.", + "raw_xml": "\n\t\t\tlast month\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "51c840d5-82e8-4b43-8d2c-d6525113f5c5", + "mode": "Opaque", + "x": "0", + "y": "220", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 498, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"MONTH-1\\\"\", Position: (100, 220), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"MONTH-1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "7b26215d-4d73-4adc-81e0-f0421749431a", + "mode": "Opaque", + "x": "100", + "y": "220", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 499, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getStart(), Position: (195, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "27726ba2-b18b-42b9-a3ae-cc61b74fd8b8", + "mode": "Opaque", + "x": "195", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 500, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"MONTH-1\").getEnd(), Position: (375, 220), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"MONTH-1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "837d42b0-ee53-4383-a528-cd2039852cd5", + "mode": "Opaque", + "x": "375", + "y": "220", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 501, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'next quarter', Position: (0, 240), Size: 100x20.", + "raw_xml": "\n\t\t\tnext quarter\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "6753bc83-e017-46bb-af0c-0ca3c27b4d57", + "mode": "Transparent", + "x": "0", + "y": "240", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 502, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"QUARTER+1\\\"\", Position: (100, 240), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"QUARTER+1\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f145f054-d42c-45b4-a2db-5bbe18bda049", + "mode": "Transparent", + "x": "100", + "y": "240", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 503, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getStart(), Position: (195, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "99ff2c8f-ce1b-45dd-b738-f246aa97e63f", + "mode": "Transparent", + "x": "195", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 504, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"QUARTER+1\").getEnd(), Position: (375, 240), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"QUARTER+1\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f5d04922-5329-4366-98d1-a51ed6b758f1", + "mode": "Transparent", + "x": "375", + "y": "240", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 505, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3 semesters ago', Position: (0, 260), Size: 100x20.", + "raw_xml": "\n\t\t\t3 semesters ago\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e667d8d6-56c2-4c60-a9f1-80cd68455172", + "mode": "Opaque", + "x": "0", + "y": "260", + "width": "100", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 506, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"SEMI-3\\\"\", Position: (100, 260), Size: 95x20.", + "raw_xml": "\n\t\t\t\"\\\"SEMI-3\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0", + "mode": "Opaque", + "x": "100", + "y": "260", + "width": "95", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 507, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getStart(), Position: (195, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "6f91f1c6-1bbf-4426-9757-790325f5890d", + "mode": "Opaque", + "x": "195", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 508, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"SEMI-3\").getEnd(), Position: (375, 260), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"SEMI-3\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "dea71ffe-0e56-4d43-9de7-96035eb6643f", + "mode": "Opaque", + "x": "375", + "y": "260", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 509, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '2. Fixed Date and Timestamp with Report Timezon...', Position: (0, 300), Size: 555x30.", + "raw_xml": "\n\t\t\t2. Fixed Date and Timestamp with Report Timezone\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "19a61274-0bd4-46bf-9f31-211b9b4f4f89", + "x": "0", + "y": "300", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 510, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date/Time', Position: (0, 340), Size: 195x20.", + "raw_xml": "\n\t\t\tDate/Time\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9cbd56c9-6ce9-4087-9bf0-1faefd95b76c", + "mode": "Opaque", + "x": "0", + "y": "340", + "width": "195", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 511, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Expression', Position: (195, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tExpression\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1ea4e353-910e-4e2f-9ab4-4b3a68d90edb", + "mode": "Opaque", + "x": "195", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 512, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'Date Range Start/End', Position: (375, 340), Size: 180x20.", + "raw_xml": "\n\t\t\tDate Range Start/End\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "50b03487-23d8-4f56-a188-97b4984a2958", + "mode": "Opaque", + "x": "375", + "y": "340", + "width": "180", + "height": "20", + "backcolor": "#CCCCCC", + "bold": "true", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 513, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017', Position: (0, 360), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ba3fa7d-3eee-44a9-84ea-fc3aea25aade", + "mode": "Transparent", + "x": "0", + "y": "360", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 514, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01\\\"\", Position: (195, 360), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "83d69fbe-3b8b-4c40-a67f-2f5655b0f83f", + "mode": "Transparent", + "x": "195", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 515, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01+3\").getStart(), Position: (375, 360), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01+3\").getStart()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7", + "mode": "Transparent", + "x": "375", + "y": "360", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 516, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: \"\\\"2017-05-01 14:25:48\\\"\", Position: (195, 380), Size: 180x20.", + "raw_xml": "\n\t\t\t\"\\\"2017-05-01 14:25:48\\\"\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "ca84eecd-d1f6-4e9e-852d-fac232e95099", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "195", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 517, + "chunk_type": "element_textField", + "human_description": "'title' band of report 'DateRangeReport': textField element, Expression: DATERANGE(\"2017-05-01 14:25:48\").getEnd(), Position: (375, 380), Size: 180x20.", + "raw_xml": "\n\t\t\tDATERANGE(\"2017-05-01 14:25:48\").getEnd()\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "4e307c90-3897-4ae3-a909-f66017abec41", + "stretchType": "ElementGroupHeight", + "mode": "Opaque", + "x": "375", + "y": "380", + "width": "180", + "height": "20", + "backcolor": "#EEEEEE", + "textAdjust": "StretchHeight", + "pattern": "EEE, MMM d, yyyy HH:mm:ss z", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 518, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: 'May 1, 2017 2:25:48 PM', Position: (0, 380), Size: 195x20.", + "raw_xml": "\n\t\t\tMay 1, 2017 2:25:48 PM\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f573b087-f5b7-4b86-b6c5-f78699ac98f0", + "mode": "Opaque", + "x": "0", + "y": "380", + "width": "195", + "height": "20", + "backcolor": "#EEEEEE", + "hTextAlign": "Left", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 519, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'DateRangeReport': staticText element, Text: '3. Orders Newer than Sep 1, 1996', Position: (0, 422), Size: 555x30.", + "raw_xml": "\n\t\t\t3. Orders Newer than Sep 1, 1996\n\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "526d23d5-a2b4-43af-aefe-7339889be7d4", + "x": "0", + "y": "422", + "width": "555", + "height": "30", + "fontSize": "16.0", + "bold": "true", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 520, + "chunk_type": "style_element_property", + "human_description": "'title' band of report 'DateRangeReport': property style element.", + "raw_xml": "\n\t", + "context": "Report 'DateRangeReport' title band", + "metadata": { + "band_name": "title", + "element_tag": "property" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Documentsdetail_band.json b/jrxml_chunker_output/per_file/Documentsdetail_band.json new file mode 100644 index 0000000..a8f8e72 --- /dev/null +++ b/jrxml_chunker_output/per_file/Documentsdetail_band.json @@ -0,0 +1,362 @@ +[ + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'DocumentsReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=14).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{total}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Documentsfield_definitions.json b/jrxml_chunker_output/per_file/Documentsfield_definitions.json new file mode 100644 index 0000000..a5efc59 --- /dev/null +++ b/jrxml_chunker_output/per_file/Documentsfield_definitions.json @@ -0,0 +1,40 @@ +[ + { + "chunk_id": 1, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'DocumentsReport', total 2 fields. Fields: id(java.lang.Long), total(java.lang.Double).", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'DocumentsReport' field definitions", + "metadata": { + "field_names": [ + "id", + "total" + ], + "field_types": { + "id": "java.lang.Long", + "total": "java.lang.Double" + }, + "field_expressions": {}, + "count": 2 + } + }, + { + "chunk_id": 1, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'DocumentsReport', total 2 fields. Fields: id(java.lang.Long), total(java.lang.Double).", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'DocumentsReport' field definitions", + "metadata": { + "field_names": [ + "id", + "total" + ], + "field_types": { + "id": "java.lang.Long", + "total": "java.lang.Double" + }, + "field_expressions": {}, + "count": 2 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Documentsoverall_structure_overview.json b/jrxml_chunker_output/per_file/Documentsoverall_structure_overview.json new file mode 100644 index 0000000..1e9a4c5 --- /dev/null +++ b/jrxml_chunker_output/per_file/Documentsoverall_structure_overview.json @@ -0,0 +1,84 @@ +[ + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'DocumentsReport'. Page size: 500 x 842 portrait. Contains 4 standard bands with content: title, pageHeader, detail, summary. Defines 2 fields: id, total. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none.", + "raw_xml": "", + "context": "Report 'DocumentsReport' overall structure overview", + "metadata": { + "report_name": "DocumentsReport", + "bands": [ + "title", + "pageHeader", + "detail", + "summary" + ], + "field_count": 2, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": null, + "source": null, + "query_language": null, + "properties": {} + }, + "attributes": { + "name": "DocumentsReport", + "language": "java", + "pageWidth": "500", + "pageHeight": "842", + "columnWidth": "500", + "leftMargin": "0", + "rightMargin": "0", + "topMargin": "0", + "bottomMargin": "0", + "uuid": "68cf12a7-46cc-4853-8a87-47af86af0d76" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'DocumentsReport'. Page size: 500 x 842 portrait. Contains 4 standard bands with content: title, pageHeader, detail, summary. Defines 2 fields: id, total. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none.", + "raw_xml": "", + "context": "Report 'DocumentsReport' overall structure overview", + "metadata": { + "report_name": "DocumentsReport", + "bands": [ + "title", + "pageHeader", + "detail", + "summary" + ], + "field_count": 2, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": null, + "source": null, + "query_language": null, + "properties": {} + }, + "attributes": { + "name": "DocumentsReport", + "language": "java", + "pageWidth": "500", + "pageHeight": "842", + "columnWidth": "500", + "leftMargin": "0", + "rightMargin": "0", + "topMargin": "0", + "bottomMargin": "0", + "uuid": "68cf12a7-46cc-4853-8a87-47af86af0d76" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/DocumentspageHeader_band.json b/jrxml_chunker_output/per_file/DocumentspageHeader_band.json new file mode 100644 index 0000000..80f443e --- /dev/null +++ b/jrxml_chunker_output/per_file/DocumentspageHeader_band.json @@ -0,0 +1,482 @@ +[ + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'DocumentsReport', height: 15 pixels, splitType: Stretch. Contains 3 elements: 3x staticText. Visible text samples: Documents; ID; Total", + "raw_xml": "\n\t\t\n\t\t\tDocuments\n\t\t\n\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\tTotal\n\t\t\n\t\n\t", + "context": "Report 'DocumentsReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "15", + "split_type": "Stretch", + "element_counts": { + "staticText": 3 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Documents", + "ID", + "Total" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Documentssort_field_definitions.json b/jrxml_chunker_output/per_file/Documentssort_field_definitions.json new file mode 100644 index 0000000..b9f1745 --- /dev/null +++ b/jrxml_chunker_output/per_file/Documentssort_field_definitions.json @@ -0,0 +1,34 @@ +[ + { + "chunk_id": 2, + "chunk_type": "sortFields", + "human_description": "These are sort field definitions for report 'DocumentsReport', total 1 fields. Sorts: id (Ascending).", + "raw_xml": "\n\t", + "context": "Report 'DocumentsReport' sort field definitions", + "metadata": { + "sortFields": [ + { + "name": "id", + "order": "Ascending" + } + ], + "count": 1 + } + }, + { + "chunk_id": 2, + "chunk_type": "sortFields", + "human_description": "These are sort field definitions for report 'DocumentsReport', total 1 fields. Sorts: id (Ascending).", + "raw_xml": "\n\t", + "context": "Report 'DocumentsReport' sort field definitions", + "metadata": { + "sortFields": [ + { + "name": "id", + "order": "Ascending" + } + ], + "count": 1 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Documentsstyle_definitions.json b/jrxml_chunker_output/per_file/Documentsstyle_definitions.json new file mode 100644 index 0000000..2221453 --- /dev/null +++ b/jrxml_chunker_output/per_file/Documentsstyle_definitions.json @@ -0,0 +1,36 @@ +[ + { + "chunk_id": 3, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'DocumentsReport', total 3 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": "\n\t", + "context": "Report 'FirstJasper' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "Sans_Italic", + "Serif_Normal", + "Serif_Bold", + "OrderIdStyle" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 6 + } + }, + { + "chunk_id": 23, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'FirstJasper', total 6 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic, Serif_Normal, Serif_Bold, OrderIdStyle. Default style: Sans_Normal. Contains conditional styles.", + "raw_xml": "\n\t", + "context": "Report 'FirstJasper' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "Sans_Italic", + "Serif_Normal", + "Serif_Bold", + "OrderIdStyle" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 6 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/FirstJasper_summary_band.json b/jrxml_chunker_output/per_file/FirstJasper_summary_band.json new file mode 100644 index 0000000..a97edb7 --- /dev/null +++ b/jrxml_chunker_output/per_file/FirstJasper_summary_band.json @@ -0,0 +1,402 @@ +[ + { + "chunk_id": 28, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 30, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 31, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 32, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 33, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 34, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 35, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 36, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 37, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 28, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 30, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 31, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 32, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 33, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 34, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 35, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 36, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 37, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'FirstJasper', height: 65 pixels, splitType: Stretch. Contains 1 elements: 1x frame.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$P{SummaryImage}\n\t\t\t\n\t\t\t\n\t\t\t\tThat's All Folks! Hei_remind_me_to_put myself up for abduction. END!\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'FirstJasper' summary band", + "metadata": { + "band_name": "summary", + "band_height": "65", + "split_type": "Stretch", + "element_counts": { + "frame": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/FirstJasper_title_band.json b/jrxml_chunker_output/per_file/FirstJasper_title_band.json new file mode 100644 index 0000000..b9f68a7 --- /dev/null +++ b/jrxml_chunker_output/per_file/FirstJasper_title_band.json @@ -0,0 +1,522 @@ +[ + { + "chunk_id": 27, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 28, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 30, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 31, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 32, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 33, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 34, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 35, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 36, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 28, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 30, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 31, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 32, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 33, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 34, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 35, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + }, + { + "chunk_id": 36, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'FirstJasper', height: 100 pixels, splitType: Stretch. Contains 4 elements: 1x elementGroup, 2x textField, 1x staticText. Visible text samples: ${$P{ReportTitle}}; (c)2001-2023 by teodord; ${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}", + "raw_xml": "\n\t\t<element kind=\"elementGroup\">\n\t\t\t<element kind=\"line\" uuid=\"585f4d7d-90c0-4cea-83e7-c8487105cfe4\" x=\"0\" y=\"0\" width=\"555\" height=\"1\" />\n\t\t\t<element kind=\"image\" uuid=\"a16a2532-d0b4-436c-b004-6928225490f2\" key=\"TransparentImage\" x=\"0\" y=\"5\" width=\"165\" height=\"40\" scaleImage=\"Clip\">\n\t\t\t\t<expression>\"jasperreports.png\"</expression>\n\t\t\t\t<hyperlinkTooltipExpression>\"The JasperReports Logo\"</hyperlinkTooltipExpression>\n\t\t\t</element>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"2daee644-131d-47a5-8d4b-4921486e7db0\" x=\"180\" y=\"5\" width=\"375\" height=\"35\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Right\" style=\"Serif_Bold\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"9f64142a-f431-4f4d-ac96-972a818e2d1d\" x=\"180\" y=\"40\" width=\"375\" height=\"15\" fontSize=\"12.0\" hTextAlign=\"Right\" style=\"Sans_Italic\">\n\t\t\t<text>(c)2001-2023 by teodord</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee\" x=\"255\" y=\"55\" width=\"100\" height=\"40\" evaluationTime=\"Report\" hTextAlign=\"Justified\">\n\t\t\t<expression>msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'FirstJasper' title band", + "metadata": { + "band_name": "title", + "band_height": "100", + "split_type": "Stretch", + "element_counts": { + "elementGroup": 1, + "textField": 2, + "staticText": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}", + "(c)2001-2023 by teodord", + "${msg(\"There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}\", $V{REPORT_COUNT}, $V{FreightSumReport})}" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(Column_level_reset).json b/jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(Column_level_reset).json new file mode 100644 index 0000000..c12b2ff --- /dev/null +++ b/jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(Column_level_reset).json @@ -0,0 +1,54 @@ +[ + { + "chunk_id": 18, + "chunk_type": "variables_column", + "human_description": "These are variable definitions for report 'FirstJasper' (resetType=Column), total 1 variables. Variables: FreightSumColumn(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'FirstJasper' variable definitions (Column level reset)", + "metadata": { + "variable_names": [ + "FreightSumColumn" + ], + "variable_types": { + "FreightSumColumn": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumColumn": "Sum" + }, + "reset_type": "Column", + "expressions": { + "FreightSumColumn": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_column", + "human_description": "These are variable definitions for report 'FirstJasper' (resetType=Column), total 1 variables. Variables: FreightSumColumn(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'FirstJasper' variable definitions (Column level reset)", + "metadata": { + "variable_names": [ + "FreightSumColumn" + ], + "variable_types": { + "FreightSumColumn": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumColumn": "Sum" + }, + "reset_type": "Column", + "expressions": { + "FreightSumColumn": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(Group_level_reset).json b/jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(Group_level_reset).json new file mode 100644 index 0000000..080deee --- /dev/null +++ b/jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(Group_level_reset).json @@ -0,0 +1,110 @@ +[ + { + "chunk_id": 18, + "chunk_type": "variables_group", + "human_description": "These are variable definitions for report 'FirstJasper' (resetType=Group), total 5 variables. Variables: FreightSumFirstLetterGroup(java.lang.Double, Sum), FreightSumCountryGroup(java.lang.Double, Sum), DateHighestCountryGroup(java.sql.Timestamp, Highest), RegionCountCountryGroup(java.lang.Integer, Count), FirstLetterStartPageNumber(java.lang.Integer, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t\n\n\t\t$F{Freight}\n\t\n\t\n\n\t\t$F{OrderDate}\n\t\n\t\n\n\t\t$F{ShipRegion}\n\t\n\t\n\n\t\t$V{FirstLetterGroup_COUNT} <= 1 ? $V{PAGE_NUMBER} : 0\n\t\n\t", + "context": "Report 'FirstJasper' variable definitions (Group level reset)", + "metadata": { + "variable_names": [ + "FreightSumFirstLetterGroup", + "FreightSumCountryGroup", + "DateHighestCountryGroup", + "RegionCountCountryGroup", + "FirstLetterStartPageNumber" + ], + "variable_types": { + "FreightSumFirstLetterGroup": "java.lang.Double", + "FreightSumCountryGroup": "java.lang.Double", + "DateHighestCountryGroup": "java.sql.Timestamp", + "RegionCountCountryGroup": "java.lang.Integer", + "FirstLetterStartPageNumber": "java.lang.Integer" + }, + "variable_calculations": { + "FreightSumFirstLetterGroup": "Sum", + "FreightSumCountryGroup": "Sum", + "DateHighestCountryGroup": "Highest", + "RegionCountCountryGroup": "Count", + "FirstLetterStartPageNumber": "Sum" + }, + "reset_type": "Group", + "expressions": { + "FreightSumFirstLetterGroup": { + "type": "expression", + "value": "$F{Freight}" + }, + "FreightSumCountryGroup": { + "type": "expression", + "value": "$F{Freight}" + }, + "DateHighestCountryGroup": { + "type": "expression", + "value": "$F{OrderDate}" + }, + "RegionCountCountryGroup": { + "type": "expression", + "value": "$F{ShipRegion}" + }, + "FirstLetterStartPageNumber": { + "type": "expression", + "value": "$V{FirstLetterGroup_COUNT} <= 1 ? $V{PAGE_NUMBER} : 0" + } + }, + "count": 5 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_group", + "human_description": "These are variable definitions for report 'FirstJasper' (resetType=Group), total 5 variables. Variables: FreightSumFirstLetterGroup(java.lang.Double, Sum), FreightSumCountryGroup(java.lang.Double, Sum), DateHighestCountryGroup(java.sql.Timestamp, Highest), RegionCountCountryGroup(java.lang.Integer, Count), FirstLetterStartPageNumber(java.lang.Integer, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t\n\n\t\t$F{Freight}\n\t\n\t\n\n\t\t$F{OrderDate}\n\t\n\t\n\n\t\t$F{ShipRegion}\n\t\n\t\n\n\t\t$V{FirstLetterGroup_COUNT} <= 1 ? $V{PAGE_NUMBER} : 0\n\t\n\t", + "context": "Report 'FirstJasper' variable definitions (Group level reset)", + "metadata": { + "variable_names": [ + "FreightSumFirstLetterGroup", + "FreightSumCountryGroup", + "DateHighestCountryGroup", + "RegionCountCountryGroup", + "FirstLetterStartPageNumber" + ], + "variable_types": { + "FreightSumFirstLetterGroup": "java.lang.Double", + "FreightSumCountryGroup": "java.lang.Double", + "DateHighestCountryGroup": "java.sql.Timestamp", + "RegionCountCountryGroup": "java.lang.Integer", + "FirstLetterStartPageNumber": "java.lang.Integer" + }, + "variable_calculations": { + "FreightSumFirstLetterGroup": "Sum", + "FreightSumCountryGroup": "Sum", + "DateHighestCountryGroup": "Highest", + "RegionCountCountryGroup": "Count", + "FirstLetterStartPageNumber": "Sum" + }, + "reset_type": "Group", + "expressions": { + "FreightSumFirstLetterGroup": { + "type": "expression", + "value": "$F{Freight}" + }, + "FreightSumCountryGroup": { + "type": "expression", + "value": "$F{Freight}" + }, + "DateHighestCountryGroup": { + "type": "expression", + "value": "$F{OrderDate}" + }, + "RegionCountCountryGroup": { + "type": "expression", + "value": "$F{ShipRegion}" + }, + "FirstLetterStartPageNumber": { + "type": "expression", + "value": "$V{FirstLetterGroup_COUNT} <= 1 ? $V{PAGE_NUMBER} : 0" + } + }, + "count": 5 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(None_level_reset).json b/jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(None_level_reset).json new file mode 100644 index 0000000..2535981 --- /dev/null +++ b/jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(None_level_reset).json @@ -0,0 +1,54 @@ +[ + { + "chunk_id": 18, + "chunk_type": "variables_none", + "human_description": "These are variable definitions for report 'FirstJasper' (resetType=None), total 1 variables. Variables: FirstLetter(java.lang.String, Nothing).", + "raw_xml": "\n\t\t$F{ShipCountry}.substring(0, 1).toUpperCase()\n\t\n\t", + "context": "Report 'FirstJasper' variable definitions (None level reset)", + "metadata": { + "variable_names": [ + "FirstLetter" + ], + "variable_types": { + "FirstLetter": "java.lang.String" + }, + "variable_calculations": { + "FirstLetter": "Nothing" + }, + "reset_type": "None", + "expressions": { + "FirstLetter": { + "type": "expression", + "value": "$F{ShipCountry}.substring(0, 1).toUpperCase()" + } + }, + "count": 1 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_none", + "human_description": "These are variable definitions for report 'FirstJasper' (resetType=None), total 1 variables. Variables: FirstLetter(java.lang.String, Nothing).", + "raw_xml": "\n\t\t$F{ShipCountry}.substring(0, 1).toUpperCase()\n\t\n\t", + "context": "Report 'FirstJasper' variable definitions (None level reset)", + "metadata": { + "variable_names": [ + "FirstLetter" + ], + "variable_types": { + "FirstLetter": "java.lang.String" + }, + "variable_calculations": { + "FirstLetter": "Nothing" + }, + "reset_type": "None", + "expressions": { + "FirstLetter": { + "type": "expression", + "value": "$F{ShipCountry}.substring(0, 1).toUpperCase()" + } + }, + "count": 1 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(Page_level_reset).json b/jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(Page_level_reset).json new file mode 100644 index 0000000..ab3b991 --- /dev/null +++ b/jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(Page_level_reset).json @@ -0,0 +1,54 @@ +[ + { + "chunk_id": 18, + "chunk_type": "variables_page", + "human_description": "These are variable definitions for report 'FirstJasper' (resetType=Page), total 1 variables. Variables: FreightSumPage(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'FirstJasper' variable definitions (Page level reset)", + "metadata": { + "variable_names": [ + "FreightSumPage" + ], + "variable_types": { + "FreightSumPage": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumPage": "Sum" + }, + "reset_type": "Page", + "expressions": { + "FreightSumPage": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_page", + "human_description": "These are variable definitions for report 'FirstJasper' (resetType=Page), total 1 variables. Variables: FreightSumPage(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'FirstJasper' variable definitions (Page level reset)", + "metadata": { + "variable_names": [ + "FreightSumPage" + ], + "variable_types": { + "FreightSumPage": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumPage": "Sum" + }, + "reset_type": "Page", + "expressions": { + "FreightSumPage": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(level_reset).json b/jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(level_reset).json new file mode 100644 index 0000000..d92daff --- /dev/null +++ b/jrxml_chunker_output/per_file/FirstJasper_variable_definitions_(level_reset).json @@ -0,0 +1,54 @@ +[ + { + "chunk_id": 18, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'FirstJasper' (resetType=Report), total 1 variables. Variables: FreightSumReport(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'FirstJasper' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "FreightSumReport" + ], + "variable_types": { + "FreightSumReport": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumReport": "Sum" + }, + "reset_type": "Report", + "expressions": { + "FreightSumReport": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + }, + { + "chunk_id": 18, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'FirstJasper' (resetType=Report), total 1 variables. Variables: FreightSumReport(java.lang.Double, Sum).", + "raw_xml": "\n\t\t$F{Freight}\n\t\n\t", + "context": "Report 'FirstJasper' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "FreightSumReport" + ], + "variable_types": { + "FreightSumReport": "java.lang.Double" + }, + "variable_calculations": { + "FreightSumReport": "Sum" + }, + "reset_type": "Report", + "expressions": { + "FreightSumReport": { + "type": "expression", + "value": "$F{Freight}" + } + }, + "count": 1 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Fontsdata_source_configuration.json b/jrxml_chunker_output/per_file/Fontsdata_source_configuration.json new file mode 100644 index 0000000..9e68882 --- /dev/null +++ b/jrxml_chunker_output/per_file/Fontsdata_source_configuration.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'FontsReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'FontsReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'FontsReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'FontsReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Fontsoverall_structure_overview.json b/jrxml_chunker_output/per_file/Fontsoverall_structure_overview.json new file mode 100644 index 0000000..72c117d --- /dev/null +++ b/jrxml_chunker_output/per_file/Fontsoverall_structure_overview.json @@ -0,0 +1,88 @@ +[ + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'FontsReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'FontsReport' overall structure overview", + "metadata": { + "report_name": "FontsReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "net.sf.jasperreports.export.docx.embed.fonts": "true", + "net.sf.jasperreports.export.pptx.embed.fonts": "true", + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "FontsReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "whenNoDataType": "AllSectionsNoDetail", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "8c1609b4-a52a-445f-acc9-69218b035b22" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'FontsReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'FontsReport' overall structure overview", + "metadata": { + "report_name": "FontsReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "net.sf.jasperreports.export.docx.embed.fonts": "true", + "net.sf.jasperreports.export.pptx.embed.fonts": "true", + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "FontsReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "whenNoDataType": "AllSectionsNoDetail", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "8c1609b4-a52a-445f-acc9-69218b035b22" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Fontstitle_band.json b/jrxml_chunker_output/per_file/Fontstitle_band.json new file mode 100644 index 0000000..3bb461d --- /dev/null +++ b/jrxml_chunker_output/per_file/Fontstitle_band.json @@ -0,0 +1,10182 @@ +[ + { + "chunk_id": 2, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 3, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 4, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 5, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 6, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 7, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 8, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 9, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 10, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 11, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 15, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 16, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 17, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 18, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 19, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 20, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 21, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 31, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 32, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 33, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 34, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 35, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 36, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 37, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 38, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 39, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 40, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 41, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 42, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 43, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 44, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 45, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 46, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 47, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 48, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 49, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 50, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 51, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 52, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 53, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 54, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 55, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 56, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 57, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 58, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 59, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 60, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 61, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 62, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 63, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 64, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 65, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 66, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 67, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 68, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 69, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 70, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 71, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 72, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 73, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 74, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 75, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 76, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 77, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 78, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 79, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 80, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 81, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 82, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 83, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 84, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 85, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 86, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 87, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 88, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 89, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 90, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 91, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 92, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 93, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 94, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 95, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 96, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 97, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 98, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 99, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 100, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 101, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 102, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 103, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 104, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 105, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 106, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 107, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 108, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 109, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 110, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 111, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 112, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 113, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 114, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 115, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 116, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 117, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 118, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 119, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 120, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 121, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 122, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 123, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 124, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 125, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 126, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 127, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 128, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 129, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 130, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 131, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 132, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 133, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 134, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 135, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 136, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 137, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 138, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 139, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 140, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 141, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 142, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 143, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 144, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 145, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 146, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 147, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 148, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 149, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 150, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 151, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 152, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 153, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 154, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 155, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 156, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 157, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 158, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 159, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 160, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 161, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 162, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 163, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 164, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 165, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 166, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 167, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 168, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 169, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 170, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 171, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 172, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 173, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 174, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 175, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 176, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 177, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 178, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 179, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 180, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 181, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 182, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 183, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 184, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 185, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 186, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 187, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 188, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 189, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 190, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 191, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 192, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 193, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 194, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 195, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 196, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 197, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 198, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 199, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 200, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 201, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 202, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 203, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 204, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 205, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 206, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 207, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 208, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 209, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 210, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 211, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 212, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 213, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 214, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 215, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 216, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 217, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 218, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 219, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 220, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 221, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 222, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 223, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 224, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 225, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 226, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 227, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 228, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 229, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 230, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 231, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 232, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 233, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 234, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 235, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 236, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 237, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 238, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 239, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 240, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 241, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 3, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 4, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 5, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 6, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 7, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 8, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 9, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 10, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 11, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 15, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 16, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 17, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 18, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 19, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 20, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 21, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 31, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 32, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 33, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 34, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 35, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 36, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 37, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 38, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 39, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 40, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 41, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 42, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 43, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 44, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 45, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 46, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 47, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 48, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 49, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 50, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 51, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 52, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 53, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 54, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 55, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 56, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 57, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 58, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 59, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 60, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 61, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 62, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 63, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 64, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 65, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 66, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 67, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 68, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 69, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 70, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 71, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 72, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 73, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 74, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 75, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 76, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 77, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 78, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 79, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 80, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 81, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 82, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 83, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 84, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 85, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 86, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 87, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 88, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 89, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 90, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 91, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 92, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 93, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 94, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 95, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 96, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 97, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 98, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 99, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 100, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 101, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 102, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 103, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 104, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 105, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 106, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 107, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 108, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 109, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 110, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 111, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 112, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 113, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 114, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 115, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 116, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 117, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 118, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 119, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 120, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 121, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 122, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 123, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 124, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 125, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 126, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 127, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 128, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 129, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 130, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 131, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 132, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 133, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 134, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 135, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 136, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 137, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 138, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 139, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 140, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 141, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 142, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 143, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 144, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 145, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 146, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 147, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 148, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 149, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 150, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 151, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 152, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 153, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 154, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 155, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 156, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 157, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 158, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 159, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 160, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 161, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 162, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 163, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 164, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 165, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 166, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 167, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 168, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 169, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 170, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 171, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 172, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 173, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 174, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 175, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 176, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 177, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 178, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 179, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 180, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 181, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 182, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 183, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 184, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 185, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 186, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 187, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 188, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 189, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 190, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 191, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 192, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 193, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 194, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 195, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 196, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 197, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 198, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 199, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 200, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 201, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 202, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 203, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 204, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 205, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 206, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 207, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 208, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 209, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 210, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 211, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 212, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 213, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 214, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 215, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 216, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 217, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 218, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 50), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "67cc85d2-1691-441c-8ed6-b65c59f98fbc", + "x": "0", + "y": "50", + "width": "150", + "height": "40" + } + } + }, + { + "chunk_id": 219, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"50\" width=\"150\" height=\"40\"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e0d254ad-1e47-4792-b380-f7afc5e4faa5", + "x": "160", + "y": "50", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 220, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 100), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3c5505db-55e9-4aca-ad3a-ae92898ba1bb", + "x": "0", + "y": "100", + "width": "150", + "height": "40", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 221, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"100\" width=\"150\" height=\"40\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7d953de8-7629-4138-a296-dfe463cba691", + "x": "160", + "y": "100", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 222, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 150), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2a2117f5-ea77-409f-a44c-9fd0551f8862", + "x": "0", + "y": "150", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0" + } + } + }, + { + "chunk_id": 223, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"150\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "39ce42dd-d5fa-43dd-a0de-de90b9e4b977", + "x": "160", + "y": "150", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 224, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 200), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "3828a320-c835-4eed-98d2-e6cb0324817b", + "x": "0", + "y": "200", + "width": "150", + "height": "40", + "fontName": "Lobster Two", + "fontSize": "12.0", + "bold": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 225, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"200\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Lobster Two\" size=\"12\" isBold=\"true\" isItalic=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "441f2d58-78bf-413b-bc9b-dd7d1713c1a6", + "x": "160", + "y": "200", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 226, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 250), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f96f1263-2d31-4eef-951e-2e39ada33878", + "x": "0", + "y": "250", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "false" + } + } + }, + { + "chunk_id": 227, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"250\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"false\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "08fb0715-b6ff-4ea3-ab20-0d4db2be8d77", + "x": "160", + "y": "250", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 228, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 300), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "2fda67e5-3953-44a0-9f88-f0d3dc6d8910", + "x": "0", + "y": "300", + "width": "150", + "height": "40", + "fontName": "DejaVu Serif", + "fontSize": "12.0", + "bold": "true" + } + } + }, + { + "chunk_id": 229, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"300\" width=\"150\" height=\"40\"/><textElement><font fontName=\"DejaVu Serif\" size=\"12\" isBold=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "69138007-8118-4689-831a-840627dcd7b6", + "x": "160", + "y": "300", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 230, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 350), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "447870d2-5f05-4764-ad5e-4d3cdf11084b", + "x": "0", + "y": "350", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Oblique", + "underline": "true", + "italic": "true" + } + } + }, + { + "chunk_id": 231, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"350\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isItalic=\"true\" isUnderline=\"true\" pdfFontName=\"Courier-Oblique\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "38702e0b-0a84-4a47-896f-361c02ea944e", + "x": "160", + "y": "350", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 232, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 400), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "9fcbe261-51f6-43b1-8752-11ffc10cc328", + "x": "0", + "y": "400", + "width": "150", + "height": "40", + "fontName": "Monospaced", + "fontSize": "12.0", + "pdfFontName": "Courier-Bold", + "strikeThrough": "true", + "bold": "true" + } + } + }, + { + "chunk_id": 233, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"400\" width=\"150\" height=\"40\"/><textElement><font fontName=\"Monospaced\" size=\"12\" isBold=\"true\" isStrikeThrough=\"true\" pdfFontName=\"Courier-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbdf1aa0-5a2e-4c19-a84c-cce0438e7896", + "x": "160", + "y": "400", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 234, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 450), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "348534b1-c588-4b7a-83b0-957a5332a13a", + "x": "0", + "y": "450", + "width": "150", + "height": "40", + "forecolor": "#FF0000", + "fontSize": "14.0" + } + } + }, + { + "chunk_id": 235, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"450\" width=\"150\" height=\"40\" forecolor=\"red\"/><textElement><font size=\"14\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "b9386ce9-aa44-4594-8559-3dcbb279a5f3", + "x": "160", + "y": "450", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 236, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 500), Size: 150x40.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ba8b385e-a4e5-4059-9555-d416774e87c4", + "mode": "Opaque", + "x": "0", + "y": "500", + "width": "150", + "height": "40", + "forecolor": "#00FF00", + "backcolor": "#FFFF00", + "fontName": "Serif", + "fontSize": "12.0", + "pdfFontName": "Times-Bold", + "bold": "true" + } + } + }, + { + "chunk_id": 237, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"500\" width=\"150\" height=\"40\" forecolor=\"green\" backcolor=\"#FFFF00\" mode=\"Opaque\"/><textElement><font fontName=\"Serif\" size=\"12\" isBold=\"true\" pdfFontName=\"Times-Bold\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "72ad7c1c-35c8-40ec-b1b8-78527db92baa", + "x": "160", + "y": "500", + "width": "390", + "height": "40" + } + } + }, + { + "chunk_id": 238, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 550), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "dbce8c34-546e-4351-893a-c1905e5a068e", + "mode": "Opaque", + "x": "0", + "y": "550", + "width": "150", + "height": "90", + "forecolor": "#0000FF", + "backcolor": "#FFDD99", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "Sans.Slanted", + "pdfEmbedded": "true", + "bold": "false", + "italic": "true", + "hTextAlign": "Center", + "vTextAlign": "Middle" + } + } + }, + { + "chunk_id": 239, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"550\" width=\"150\" height=\"90\" forecolor=\"blue\" backcolor=\"#FFDD99\" mode=\"Opaque\"/><textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"false\" pdfFontName=\"Sans.Slanted\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "44f1dc5e-d435-4475-8274-48eb7bc9fead", + "x": "160", + "y": "550", + "width": "390", + "height": "90" + } + } + }, + { + "chunk_id": 240, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: 'The quick brown fox jumps over the lazy dog.', Position: (0, 650), Size: 150x90.", + "raw_xml": "\n\t\t\tThe quick brown fox jumps over the lazy dog.\n\t\t\n\t\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "e5c5b52a-7beb-4381-bd5b-83d8bc848ba3", + "mode": "Opaque", + "x": "0", + "y": "650", + "width": "150", + "height": "90", + "forecolor": "#FF0000", + "backcolor": "#99DDFF", + "fontName": "SansSerif", + "fontSize": "12.0", + "pdfFontName": "DejaVu Sans Bold", + "pdfEmbedded": "true", + "bold": "true", + "hTextAlign": "Right", + "vTextAlign": "Bottom" + } + } + }, + { + "chunk_id": 241, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'FontsReport': staticText element, Text: '\n\t\t\t<staticText><reportElement x=\"0\" y=\"650\" width=\"150\" height=\"90\" forecolor=\"red\" backcolor=\"#99DDFF\" mode=\"Opaque\"/><textElement textAlignment=\"Right\" verticalAlignment=\"Bottom\"><font fontName=\"SansSerif\" size=\"12\" isBold=\"true\" pdfFontName=\"DejaVu Sans Bold\" isPdfEmbedded=\"true\"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>\n\t\t\n\t", + "context": "Report 'FontsReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "31894e18-5a34-4419-a66c-c0148dd8bc60", + "x": "160", + "y": "650", + "width": "390", + "height": "90" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/FormatPatternsMap_overall_structure_overview.json b/jrxml_chunker_output/per_file/FormatPatternsMap_overall_structure_overview.json new file mode 100644 index 0000000..1c59293 --- /dev/null +++ b/jrxml_chunker_output/per_file/FormatPatternsMap_overall_structure_overview.json @@ -0,0 +1,80 @@ +[ + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'FormatPatternsMap'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none.", + "raw_xml": "", + "context": "Report 'FormatPatternsMap' overall structure overview", + "metadata": { + "report_name": "FormatPatternsMap", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": null, + "source": null, + "query_language": null, + "properties": {} + }, + "attributes": { + "name": "FormatPatternsMap", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "whenNoDataType": "AllSectionsNoDetail", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "20", + "bottomMargin": "20", + "uuid": "55220e4e-fb21-4bc4-af90-07100d06b8f1" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'FormatPatternsMap'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none.", + "raw_xml": "", + "context": "Report 'FormatPatternsMap' overall structure overview", + "metadata": { + "report_name": "FormatPatternsMap", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": null, + "source": null, + "query_language": null, + "properties": {} + }, + "attributes": { + "name": "FormatPatternsMap", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "whenNoDataType": "AllSectionsNoDetail", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "20", + "bottomMargin": "20", + "uuid": "55220e4e-fb21-4bc4-af90-07100d06b8f1" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/FormatPatternsMap_style_definitions.json b/jrxml_chunker_output/per_file/FormatPatternsMap_style_definitions.json new file mode 100644 index 0000000..eb047d0 --- /dev/null +++ b/jrxml_chunker_output/per_file/FormatPatternsMap_style_definitions.json @@ -0,0 +1,32 @@ +[ + { + "chunk_id": 1, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'FormatPatternsMap', total 1 styles. Styles: defaultStyle. Default style: defaultStyle.", + "raw_xml": "\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t", + "context": "Report 'IconLabelReport' style definitions", + "metadata": { + "style_names": [ + "Main", + "Component", + "Label", + "Icon" + ], + "default_style": "Main", + "has_conditional_styles": false, + "count": 4 + } + }, + { + "chunk_id": 2, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'IconLabelReport', total 4 styles. Styles: Main, Component, Label, Icon. Default style: Main.", + "raw_xml": "\n\t\n\n\t\n\n\t\n\n\t", + "context": "Report 'IconLabelReport' style definitions", + "metadata": { + "style_names": [ + "Main", + "Component", + "Label", + "Icon" + ], + "default_style": "Main", + "has_conditional_styles": false, + "count": 4 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Imagesdata_source_configuration.json b/jrxml_chunker_output/per_file/Imagesdata_source_configuration.json new file mode 100644 index 0000000..edcefd5 --- /dev/null +++ b/jrxml_chunker_output/per_file/Imagesdata_source_configuration.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'ImagesReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'ImagesReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'ImagesReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'ImagesReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Imagesgroup_dummy.json b/jrxml_chunker_output/per_file/Imagesgroup_dummy.json new file mode 100644 index 0000000..42ddfef --- /dev/null +++ b/jrxml_chunker_output/per_file/Imagesgroup_dummy.json @@ -0,0 +1,34 @@ +[ + { + "chunk_id": 3, + "chunk_type": "group", + "human_description": "This is group 'dummy' definition for report 'ImagesReport'. Group expression: . Has groupHeader: Yes, has groupFooter: No. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"1redpixel.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"jilagan-butterfly.svg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"jilagan-butterfly.svg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"jilagan-butterfly.svg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"marbles.tif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"marbles.tif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"marbles.tif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'ImagesReport' group 'dummy'", + "metadata": { + "group_name": "dummy", + "expression": "", + "has_header": true, + "has_footer": false, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 3, + "chunk_type": "group", + "human_description": "This is group 'dummy' definition for report 'ImagesReport'. Group expression: . Has groupHeader: Yes, has groupFooter: No. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"transparent.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"1redpixel.gif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"dukesign.jpg\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"jilagan-butterfly.svg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"jilagan-butterfly.svg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"jilagan-butterfly.svg\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"marbles.tif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"marbles.tif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"marbles.tif\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.png\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.png\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"https://jasperreports.sourceforge.net/jasperreports.svg\"\n\t\t\t\t\t\"https://jasperreports.sf.net/jasperreports.svg\"\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'ImagesReport' group 'dummy'", + "metadata": { + "group_name": "dummy", + "expression": "", + "has_header": true, + "has_footer": false, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Imagesoverall_structure_overview.json b/jrxml_chunker_output/per_file/Imagesoverall_structure_overview.json new file mode 100644 index 0000000..ee5acc3 --- /dev/null +++ b/jrxml_chunker_output/per_file/Imagesoverall_structure_overview.json @@ -0,0 +1,78 @@ +[ + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'ImagesReport'. Page size: 595 x 842 portrait. Contains 0 standard bands with content: none. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 1 groups: dummy. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'ImagesReport' overall structure overview", + "metadata": { + "report_name": "ImagesReport", + "bands": [], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 1, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "ImagesReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "96220c86-3db6-45c8-a7a3-5ecd9e208dd0" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'ImagesReport'. Page size: 595 x 842 portrait. Contains 0 standard bands with content: none. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 1 groups: dummy. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'ImagesReport' overall structure overview", + "metadata": { + "report_name": "ImagesReport", + "bands": [], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 1, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "ImagesReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "96220c86-3db6-45c8-a7a3-5ecd9e208dd0" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Imagesstyle_definitions.json b/jrxml_chunker_output/per_file/Imagesstyle_definitions.json new file mode 100644 index 0000000..1b4d8e9 --- /dev/null +++ b/jrxml_chunker_output/per_file/Imagesstyle_definitions.json @@ -0,0 +1,32 @@ +[ + { + "chunk_id": 2, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'ImagesReport', total 1 styles. Styles: imageBox.", + "raw_xml": "\n\t", + "context": "Report 'ImagesReport' style definitions", + "metadata": { + "style_names": [ + "imageBox" + ], + "default_style": null, + "has_conditional_styles": false, + "count": 1 + } + }, + { + "chunk_id": 2, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'ImagesReport', total 1 styles. Styles: imageBox.", + "raw_xml": "\n\t", + "context": "Report 'ImagesReport' style definitions", + "metadata": { + "style_names": [ + "imageBox" + ], + "default_style": null, + "has_conditional_styles": false, + "count": 1 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/JFreeChartdata_source_configuration.json b/jrxml_chunker_output/per_file/JFreeChartdata_source_configuration.json new file mode 100644 index 0000000..e7ffdca --- /dev/null +++ b/jrxml_chunker_output/per_file/JFreeChartdata_source_configuration.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'JFreeChartReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'JFreeChartReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'JFreeChartReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'JFreeChartReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/JFreeChartoverall_structure_overview.json b/jrxml_chunker_output/per_file/JFreeChartoverall_structure_overview.json new file mode 100644 index 0000000..37b4cbe --- /dev/null +++ b/jrxml_chunker_output/per_file/JFreeChartoverall_structure_overview.json @@ -0,0 +1,84 @@ +[ + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'JFreeChartReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 1 variables: Chart. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'JFreeChartReport' overall structure overview", + "metadata": { + "report_name": "JFreeChartReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 1, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "JFreeChartReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "scriptletClass": "net.sf.jasperreports.samples.jfreechart.JFreeChartScriptlet", + "uuid": "e80a6baf-f2a0-45d1-86f2-ffc37261b58f" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'JFreeChartReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 1 variables: Chart. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'JFreeChartReport' overall structure overview", + "metadata": { + "report_name": "JFreeChartReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 1, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "JFreeChartReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "scriptletClass": "net.sf.jasperreports.samples.jfreechart.JFreeChartScriptlet", + "uuid": "e80a6baf-f2a0-45d1-86f2-ffc37261b58f" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/JFreeCharttitle_band.json b/jrxml_chunker_output/per_file/JFreeCharttitle_band.json new file mode 100644 index 0000000..c548d00 --- /dev/null +++ b/jrxml_chunker_output/per_file/JFreeCharttitle_band.json @@ -0,0 +1,522 @@ +[ + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JFreeChartReport', height: 742 pixels, splitType: Stretch. Contains 4 elements: 1x line, 1x staticText, 1x textField, 1x image. Visible text samples: JFreeChart Sample; ${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"f7a0e274-009b-4a5e-831a-70bcb920bae6\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JFreeChart Sample</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4ebce177-ccb0-4b6e-abca-d5d9a50c7e81\" x=\"0\" y=\"50\" width=\"515\" height=\"50\" fontSize=\"12.0\" hTextAlign=\"Center\">\n\t\t\t<expression>\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"</expression>\n\t\t</element>\n\t\t<element kind=\"image\" uuid=\"8c98f0e7-182b-44c6-abfc-24abec46bb15\" x=\"0\" y=\"110\" width=\"515\" height=\"300\" scaleImage=\"Clip\" linkType=\"Reference\" hImageAlign=\"Center\">\n\t\t\t<expression>$V{Chart}</expression>\n\t\t\t<hyperlinkReferenceExpression>\"http://www.jfree.org/jfreechart\"</hyperlinkReferenceExpression>\n\t\t</element>\n\t\n", + "context": "Report 'JFreeChartReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1, + "textField": 1, + "image": 1 + }, + "element_count": 4, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JFreeChart Sample", + "${\"This sample uses JFreeChart Version 1.0.0-pre2\\n\" + \"Written by David Gilbert (david.gilbert@object-refinery.com) and others.\\n\" + \"(C)opyright 2000-2004, by Object Refinery Limited and Contributors.\"}" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/JFreeChartvariable_definitions_(level_reset).json b/jrxml_chunker_output/per_file/JFreeChartvariable_definitions_(level_reset).json new file mode 100644 index 0000000..6a729e7 --- /dev/null +++ b/jrxml_chunker_output/per_file/JFreeChartvariable_definitions_(level_reset).json @@ -0,0 +1,44 @@ +[ + { + "chunk_id": 2, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'JFreeChartReport' (resetType=Report), total 1 variables. Variables: Chart(net.sf.jasperreports.renderers.Renderable, System).", + "raw_xml": "\n\t", + "context": "Report 'JFreeChartReport' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "Chart" + ], + "variable_types": { + "Chart": "net.sf.jasperreports.renderers.Renderable" + }, + "variable_calculations": { + "Chart": "System" + }, + "reset_type": "Report", + "expressions": {}, + "count": 1 + } + }, + { + "chunk_id": 2, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'JFreeChartReport' (resetType=Report), total 1 variables. Variables: Chart(net.sf.jasperreports.renderers.Renderable, System).", + "raw_xml": "\n\t", + "context": "Report 'JFreeChartReport' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "Chart" + ], + "variable_types": { + "Chart": "net.sf.jasperreports.renderers.Renderable" + }, + "variable_calculations": { + "Chart": "System" + }, + "reset_type": "Report", + "expressions": {}, + "count": 1 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/JavaScriptdata_source_configuration.json b/jrxml_chunker_output/per_file/JavaScriptdata_source_configuration.json new file mode 100644 index 0000000..1c970c8 --- /dev/null +++ b/jrxml_chunker_output/per_file/JavaScriptdata_source_configuration.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'JavaScriptReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'JavaScriptReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'JavaScriptReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'JavaScriptReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/JavaScriptoverall_structure_overview.json b/jrxml_chunker_output/per_file/JavaScriptoverall_structure_overview.json new file mode 100644 index 0000000..27c2201 --- /dev/null +++ b/jrxml_chunker_output/per_file/JavaScriptoverall_structure_overview.json @@ -0,0 +1,82 @@ +[ + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'JavaScriptReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 2 parameters: A, B. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'JavaScriptReport' overall structure overview", + "metadata": { + "report_name": "JavaScriptReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 2, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "JavaScriptReport", + "language": "javascript", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "uuid": "418e076d-d0f8-4400-aec9-2cbc64314d64" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'JavaScriptReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 2 parameters: A, B. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'JavaScriptReport' overall structure overview", + "metadata": { + "report_name": "JavaScriptReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 2, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "JavaScriptReport", + "language": "javascript", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "uuid": "418e076d-d0f8-4400-aec9-2cbc64314d64" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/JavaScriptparameter_definitions.json b/jrxml_chunker_output/per_file/JavaScriptparameter_definitions.json new file mode 100644 index 0000000..1c7f1b8 --- /dev/null +++ b/jrxml_chunker_output/per_file/JavaScriptparameter_definitions.json @@ -0,0 +1,46 @@ +[ + { + "chunk_id": 2, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'JavaScriptReport', total 2 parameters. Parameters: A(java.lang.Double), B(java.lang.Double).", + "raw_xml": "\n\t\t3\n\t\n\t\n\n\t\t5\n\t\n\t", + "context": "Report 'JavaScriptReport' parameter definitions", + "metadata": { + "parameter_names": [ + "A", + "B" + ], + "parameter_types": { + "A": "java.lang.Double", + "B": "java.lang.Double" + }, + "default_values": { + "A": "3", + "B": "5" + }, + "count": 2 + } + }, + { + "chunk_id": 2, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'JavaScriptReport', total 2 parameters. Parameters: A(java.lang.Double), B(java.lang.Double).", + "raw_xml": "\n\t\t3\n\t\n\t\n\n\t\t5\n\t\n\t", + "context": "Report 'JavaScriptReport' parameter definitions", + "metadata": { + "parameter_names": [ + "A", + "B" + ], + "parameter_types": { + "A": "java.lang.Double", + "B": "java.lang.Double" + }, + "default_values": { + "A": "3", + "B": "5" + }, + "count": 2 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/JavaScripttitle_band.json b/jrxml_chunker_output/per_file/JavaScripttitle_band.json new file mode 100644 index 0000000..3e79836 --- /dev/null +++ b/jrxml_chunker_output/per_file/JavaScripttitle_band.json @@ -0,0 +1,602 @@ +[ + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + }, + { + "chunk_id": 3, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'JavaScriptReport', height: 742 pixels, splitType: Stretch. Contains 8 elements: 1x line, 4x staticText, 3x textField. Visible text samples: JavaScript Sample; A =; ${$P{A}} ... and 7 more texts", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"d7f34daf-9399-4685-bd09-3822528b8bac\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"579698b9-4fb7-4c83-981b-2b8ee74fa007\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\">\n\t\t\t<text>JavaScript Sample</text>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"fae829a7-88b1-45cc-a75d-61a43de86079\" positionType=\"Float\" x=\"0\" y=\"150\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"fcd695e0-78b1-4ccb-81ca-4de3b380708a\" x=\"280\" y=\"150\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"592f0f5d-7dcf-452a-9c41-dd075876d058\" positionType=\"Float\" x=\"0\" y=\"190\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"0b4ec720-f78c-4cdd-8d9e-023ab209d8bb\" x=\"280\" y=\"190\" width=\"200\" height=\"35\" fontSize=\"24.0\">\n\t\t\t<expression>$P{B}</expression>\n\t\t</element>\n\t\t<element kind=\"staticText\" uuid=\"5171008e-24c8-4515-bbe5-952a65015217\" positionType=\"Float\" x=\"0\" y=\"240\" width=\"259\" height=\"35\" fontSize=\"24.0\" hTextAlign=\"Right\">\n\t\t\t<text>A + B =</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4d3a5016-b734-4ecd-b795-9ec91755a0f7\" x=\"280\" y=\"240\" width=\"200\" height=\"35\" forecolor=\"#008000\" fontSize=\"24.0\">\n\t\t\t<expression>$P{A} + $P{B}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'JavaScriptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "742", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 4, + "textField": 3 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "JavaScript Sample", + "A =", + "${$P{A}}", + "B =", + "${$P{B}}", + "A + B =", + "${$P{A} + $P{B}}" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/JsonCustomersdata_query.json b/jrxml_chunker_output/per_file/JsonCustomersdata_query.json new file mode 100644 index 0000000..9f13b81 --- /dev/null +++ b/jrxml_chunker_output/per_file/JsonCustomersdata_query.json @@ -0,0 +1,24 @@ +[ + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'JsonCustomersReport'. Language: JSON. Query: Northwind.Customers", + "raw_xml": "Northwind.Customers\n\t", + "context": "Report 'JsonCustomersReport' data query", + "metadata": { + "query_language": "json", + "full_sql": "Northwind.Customers" + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'JsonCustomersReport'. Language: JSON. Query: Northwind.Customers", + "raw_xml": "Northwind.Customers\n\t", + "context": "Report 'JsonCustomersReport' data query", + "metadata": { + "query_language": "json", + "full_sql": "Northwind.Customers" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/JsonCustomersdata_source_configuration.json b/jrxml_chunker_output/per_file/JsonCustomersdata_source_configuration.json new file mode 100644 index 0000000..fe650ee --- /dev/null +++ b/jrxml_chunker_output/per_file/JsonCustomersdata_source_configuration.json @@ -0,0 +1,28 @@ +[ + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'JsonCustomersReport'. Data source: data/northwind.json. Data adapter: NO_DATA_ADAPTER.", + "raw_xml": "\n", + "context": "Report 'JsonCustomersReport' data source configuration", + "metadata": { + "properties": { + "net.sf.jasperreports.json.source": "data/northwind.json", + "com.jaspersoft.studio.data.defaultdataadapter": "NO_DATA_ADAPTER" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'JsonCustomersReport'. Data source: data/northwind.json. Data adapter: NO_DATA_ADAPTER.", + "raw_xml": "\n", + "context": "Report 'JsonCustomersReport' data source configuration", + "metadata": { + "properties": { + "net.sf.jasperreports.json.source": "data/northwind.json", + "com.jaspersoft.studio.data.defaultdataadapter": "NO_DATA_ADAPTER" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/JsonCustomersdetail_band.json b/jrxml_chunker_output/per_file/JsonCustomersdetail_band.json new file mode 100644 index 0000000..d47f488 --- /dev/null +++ b/jrxml_chunker_output/per_file/JsonCustomersdetail_band.json @@ -0,0 +1,362 @@ +[ + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'JsonCustomersReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{CustomerID}\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\"JsonOrdersReport.jasper\"\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.date.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{net.sf.jasperreports.json.number.pattern}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$P{JSON_LOCALE}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{CustomerID}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"data/northwind.json\"\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{CompanyName}\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/JsonCustomersfield_definitions.json b/jrxml_chunker_output/per_file/JsonCustomersfield_definitions.json new file mode 100644 index 0000000..d168543 --- /dev/null +++ b/jrxml_chunker_output/per_file/JsonCustomersfield_definitions.json @@ -0,0 +1,58 @@ +[ + { + "chunk_id": 3, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'JsonCustomersReport', total 2 fields. Fields: CustomerID(java.lang.String), CompanyName(java.lang.String).", + "raw_xml": "\n\t\t\n\t\n\t\n\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' field definitions", + "metadata": { + "field_names": [ + "CustomerID", + "CompanyName" + ], + "field_types": { + "CustomerID": "java.lang.String", + "CompanyName": "java.lang.String" + }, + "field_expressions": { + "CustomerID": { + "property": "net.sf.jasperreports.json.field.expression", + "value": "CustomerID" + }, + "CompanyName": { + "property": "net.sf.jasperreports.json.field.expression", + "value": "CompanyName" + } + }, + "count": 2 + } + }, + { + "chunk_id": 3, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'JsonCustomersReport', total 2 fields. Fields: CustomerID(java.lang.String), CompanyName(java.lang.String).", + "raw_xml": "\n\t\t\n\t\n\t\n\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' field definitions", + "metadata": { + "field_names": [ + "CustomerID", + "CompanyName" + ], + "field_types": { + "CustomerID": "java.lang.String", + "CompanyName": "java.lang.String" + }, + "field_expressions": { + "CustomerID": { + "property": "net.sf.jasperreports.json.field.expression", + "value": "CustomerID" + }, + "CompanyName": { + "property": "net.sf.jasperreports.json.field.expression", + "value": "CompanyName" + } + }, + "count": 2 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/JsonCustomersoverall_structure_overview.json b/jrxml_chunker_output/per_file/JsonCustomersoverall_structure_overview.json new file mode 100644 index 0000000..c996899 --- /dev/null +++ b/jrxml_chunker_output/per_file/JsonCustomersoverall_structure_overview.json @@ -0,0 +1,90 @@ +[ + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'JsonCustomersReport'. Page size: 595 x 842 portrait. Contains 4 standard bands with content: title, pageHeader, detail, pageFooter. Defines 2 fields: CustomerID, CompanyName. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: JSON. Source: data/northwind.json. Query language: json. Contains 1 subreports.", + "raw_xml": "", + "context": "Report 'JsonCustomersReport' overall structure overview", + "metadata": { + "report_name": "JsonCustomersReport", + "bands": [ + "title", + "pageHeader", + "detail", + "pageFooter" + ], + "field_count": 2, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 1, + "datasource": { + "type": "JSON", + "source": "data/northwind.json", + "query_language": "json", + "properties": { + "net.sf.jasperreports.json.source": "data/northwind.json", + "com.jaspersoft.studio.data.defaultdataadapter": "NO_DATA_ADAPTER" + } + }, + "attributes": { + "name": "JsonCustomersReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "uuid": "bbe115b5-a5a0-4b39-9b73-7092dc59ab6d" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'JsonCustomersReport'. Page size: 595 x 842 portrait. Contains 4 standard bands with content: title, pageHeader, detail, pageFooter. Defines 2 fields: CustomerID, CompanyName. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: JSON. Source: data/northwind.json. Query language: json. Contains 1 subreports.", + "raw_xml": "", + "context": "Report 'JsonCustomersReport' overall structure overview", + "metadata": { + "report_name": "JsonCustomersReport", + "bands": [ + "title", + "pageHeader", + "detail", + "pageFooter" + ], + "field_count": 2, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 1, + "datasource": { + "type": "JSON", + "source": "data/northwind.json", + "query_language": "json", + "properties": { + "net.sf.jasperreports.json.source": "data/northwind.json", + "com.jaspersoft.studio.data.defaultdataadapter": "NO_DATA_ADAPTER" + } + }, + "attributes": { + "name": "JsonCustomersReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "uuid": "bbe115b5-a5a0-4b39-9b73-7092dc59ab6d" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/JsonCustomerspageFooter_band.json b/jrxml_chunker_output/per_file/JsonCustomerspageFooter_band.json new file mode 100644 index 0000000..173912b --- /dev/null +++ b/jrxml_chunker_output/per_file/JsonCustomerspageFooter_band.json @@ -0,0 +1,482 @@ +[ + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'JsonCustomersReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'JsonCustomersReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/JsonCustomerspageHeader_band.json b/jrxml_chunker_output/per_file/JsonCustomerspageHeader_band.json new file mode 100644 index 0000000..258353a --- /dev/null +++ b/jrxml_chunker_output/per_file/JsonCustomerspageHeader_band.json @@ -0,0 +1,442 @@ +[ + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + }, + { + "chunk_id": 5, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'JsonCustomersReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Customer Order List", + "raw_xml": "\n\t\t\n\t\t\tCustomer Order List\n\t\t\n\t\n\t", + "context": "Report 'JsonCustomersReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Customer Order List" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/JsonCustomersstyle_definitions.json b/jrxml_chunker_output/per_file/JsonCustomersstyle_definitions.json new file mode 100644 index 0000000..9f6df84 --- /dev/null +++ b/jrxml_chunker_output/per_file/JsonCustomersstyle_definitions.json @@ -0,0 +1,36 @@ +[ + { + "chunk_id": 4, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'JsonCustomersReport', total 3 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'LateOrdersReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "Title", + "ColumnHeader", + "CellStyle", + "Detail" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 6 + } + }, + { + "chunk_id": 10, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'LateOrdersReport', total 6 styles. Styles: Sans_Normal, Sans_Bold, Title, ColumnHeader, CellStyle, Detail. Default style: Sans_Normal. Contains conditional styles.", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'LateOrdersReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "Title", + "ColumnHeader", + "CellStyle", + "Detail" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 6 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LateOrderssummary_band.json b/jrxml_chunker_output/per_file/LateOrderssummary_band.json new file mode 100644 index 0000000..fdf7509 --- /dev/null +++ b/jrxml_chunker_output/per_file/LateOrderssummary_band.json @@ -0,0 +1,822 @@ +[ + { + "chunk_id": 11, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 15, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 16, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 17, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 18, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 19, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 20, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 21, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 11, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 15, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 16, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 17, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 18, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 19, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 20, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 21, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "element_staticText", + "human_description": "'summary' band of report 'LateOrdersReport': staticText element, Text: 'Late deliveries summary (count and total delay) by...', Position: (0, 20), Size: 555x20.", + "raw_xml": "\n\t\t\tLate deliveries summary (count and total delay) by country and freight range\n\t\t\n\t\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "851074bb-014f-41c6-960a-e6fe7992c21e", + "x": "0", + "y": "20", + "width": "555", + "height": "20", + "style": "Title" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_crosstab", + "human_description": "'summary' band of report 'LateOrdersReport': crosstab element, Crosstab, Position: (0, 40), Size: 555x60.", + "raw_xml": "\n\t\t\t\n\t\t\t\t$V{DeliveryDelay} != null\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t$V{CountryRow}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{Freight}.intValue()/100\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t($V{FreightColumn} * 100) + \"-\" + (($V{FreightColumn} + 1) * 100)\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tTOTAL\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t$V{DeliveryDelay}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{OrderCount}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$V{Delay}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t", + "context": "Report 'LateOrdersReport' summary band", + "metadata": { + "band_name": "summary", + "element_kind": "crosstab", + "attributes": { + "kind": "crosstab", + "uuid": "8a029eb2-4d27-420d-bce4-54e0672e71c6", + "x": "0", + "y": "40", + "width": "555", + "height": "60", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LateOrderstitle_band.json b/jrxml_chunker_output/per_file/LateOrderstitle_band.json new file mode 100644 index 0000000..ba7525d --- /dev/null +++ b/jrxml_chunker_output/per_file/LateOrderstitle_band.json @@ -0,0 +1,442 @@ +[ + { + "chunk_id": 11, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 13, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 15, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 17, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 19, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 21, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 23, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 25, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 11, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 13, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 15, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 17, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 19, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 21, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 23, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 25, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + }, + { + "chunk_id": 29, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'LateOrdersReport', height: 40 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: Shipped Orders", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"9e2f3dcb-8fc2-4123-944c-0c36d2a75770\" x=\"0\" y=\"0\" width=\"555\" height=\"20\" hTextAlign=\"Center\" vTextAlign=\"Middle\" style=\"Title\">\n\t\t\t<text>Shipped Orders</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'LateOrdersReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Shipped Orders" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LateOrdersvariable_definitions_(level_reset).json b/jrxml_chunker_output/per_file/LateOrdersvariable_definitions_(level_reset).json new file mode 100644 index 0000000..c5d0cba --- /dev/null +++ b/jrxml_chunker_output/per_file/LateOrdersvariable_definitions_(level_reset).json @@ -0,0 +1,54 @@ +[ + { + "chunk_id": 9, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'LateOrdersReport' (resetType=Report), total 1 variables. Variables: DeliveryDelay(java.lang.Integer, Nothing).", + "raw_xml": "\n\t\t$F{ShippedDate}.after($F{RequiredDate}) ?\n\t\t\t\t\t(1 + (int) (($F{ShippedDate}.getTime() - $F{RequiredDate}.getTime() - 1) / 3600000)) :\n\t\t\t\t\tnull\n\t\n\t", + "context": "Report 'LateOrdersReport' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "DeliveryDelay" + ], + "variable_types": { + "DeliveryDelay": "java.lang.Integer" + }, + "variable_calculations": { + "DeliveryDelay": "Nothing" + }, + "reset_type": "Report", + "expressions": { + "DeliveryDelay": { + "type": "expression", + "value": "$F{ShippedDate}.after($F{RequiredDate}) ?\n\t\t\t\t\t(1 + (int) (($F{ShippedDate}.getTime() - $F{RequiredDate}.getTime() - 1) / 3600000)) :\n\t\t\t\t\tnull" + } + }, + "count": 1 + } + }, + { + "chunk_id": 9, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'LateOrdersReport' (resetType=Report), total 1 variables. Variables: DeliveryDelay(java.lang.Integer, Nothing).", + "raw_xml": "\n\t\t$F{ShippedDate}.after($F{RequiredDate}) ?\n\t\t\t\t\t(1 + (int) (($F{ShippedDate}.getTime() - $F{RequiredDate}.getTime() - 1) / 3600000)) :\n\t\t\t\t\tnull\n\t\n\t", + "context": "Report 'LateOrdersReport' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "DeliveryDelay" + ], + "variable_types": { + "DeliveryDelay": "java.lang.Integer" + }, + "variable_calculations": { + "DeliveryDelay": "Nothing" + }, + "reset_type": "Report", + "expressions": { + "DeliveryDelay": { + "type": "expression", + "value": "$F{ShippedDate}.after($F{RequiredDate}) ?\n\t\t\t\t\t(1 + (int) (($F{ShippedDate}.getTime() - $F{RequiredDate}.getTime() - 1) / 3600000)) :\n\t\t\t\t\tnull" + } + }, + "count": 1 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartchart.json b/jrxml_chunker_output/per_file/LineChartchart.json new file mode 100644 index 0000000..17f92b9 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartchart.json @@ -0,0 +1,96 @@ +[ + { + "chunk_id": 77, + "chunk_type": "chart", + "human_description": "This is a chart element in report 'LineChartReport', type: line. Dataset kind: category. Label format: .", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Double Freight\"\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup} * 2d\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Normal Freight\"\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Half Freight\"\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup} / 2d\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Double Freight\"\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup} * 2d\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t", + "context": "Report 'LineChartReport' chart", + "metadata": { + "chart_type": "line", + "dataset": { + "kind": "category", + "series": [ + { + "key": "", + "value": "$V{FreightSumCountryGroup} * 2d" + }, + { + "key": "", + "value": "$V{FreightSumCountryGroup}" + }, + { + "key": "", + "value": "$V{FreightSumCountryGroup} / 2d" + }, + { + "key": "", + "value": "$V{FreightSumCountryGroup} * 2d" + } + ] + }, + "plot": { + "labelFormat": "", + "legendLabelFormat": "" + }, + "attributes": { + "kind": "chart", + "chartType": "line", + "uuid": "ade339d6-ffae-4d47-8882-76cd4ec4e482", + "positionType": "Float", + "x": "0", + "y": "50", + "width": "270", + "height": "175", + "evaluationTime": "Group", + "evaluationGroup": "ChartGroup" + } + } + }, + { + "chunk_id": 77, + "chunk_type": "chart", + "human_description": "This is a chart element in report 'LineChartReport', type: line. Dataset kind: category. Label format: .", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Double Freight\"\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup} * 2d\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Normal Freight\"\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Half Freight\"\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup} / 2d\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Double Freight\"\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup} * 2d\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t", + "context": "Report 'LineChartReport' chart", + "metadata": { + "chart_type": "line", + "dataset": { + "kind": "category", + "series": [ + { + "key": "", + "value": "$V{FreightSumCountryGroup} * 2d" + }, + { + "key": "", + "value": "$V{FreightSumCountryGroup}" + }, + { + "key": "", + "value": "$V{FreightSumCountryGroup} / 2d" + }, + { + "key": "", + "value": "$V{FreightSumCountryGroup} * 2d" + } + ] + }, + "plot": { + "labelFormat": "", + "legendLabelFormat": "" + }, + "attributes": { + "kind": "chart", + "chartType": "line", + "uuid": "ade339d6-ffae-4d47-8882-76cd4ec4e482", + "positionType": "Float", + "x": "0", + "y": "50", + "width": "270", + "height": "175", + "evaluationTime": "Group", + "evaluationGroup": "ChartGroup" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartcolumnFooter_band.json b/jrxml_chunker_output/per_file/LineChartcolumnFooter_band.json new file mode 100644 index 0000000..61cea62 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartcolumnFooter_band.json @@ -0,0 +1,542 @@ +[ + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartcolumnHeader_band.json b/jrxml_chunker_output/per_file/LineChartcolumnHeader_band.json new file mode 100644 index 0000000..b835114 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartcolumnHeader_band.json @@ -0,0 +1,522 @@ +[ + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'LineChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartdata_query.json b/jrxml_chunker_output/per_file/LineChartdata_query.json new file mode 100644 index 0000000..4ad911e --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartdata_query.json @@ -0,0 +1,24 @@ +[ + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'LineChartReport'. Language: SQL. Query: SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry", + "raw_xml": "SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry\n\t", + "context": "Report 'LineChartReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry" + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'LineChartReport'. Language: SQL. Query: SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry", + "raw_xml": "SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry\n\t", + "context": "Report 'LineChartReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartdata_source_configuration.json b/jrxml_chunker_output/per_file/LineChartdata_source_configuration.json new file mode 100644 index 0000000..0cfc23b --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartdata_source_configuration.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'LineChartReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'LineChartReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'LineChartReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'LineChartReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartdetail_band.json b/jrxml_chunker_output/per_file/LineChartdetail_band.json new file mode 100644 index 0000000..70e1864 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartdetail_band.json @@ -0,0 +1,362 @@ +[ + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'LineChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartfield_CustomerID.json b/jrxml_chunker_output/per_file/LineChartfield_CustomerID.json new file mode 100644 index 0000000..e18b992 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartfield_CustomerID.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 7, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': CustomerID, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'CustomerID'", + "metadata": { + "field_name": "CustomerID", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 7, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': CustomerID, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'CustomerID'", + "metadata": { + "field_name": "CustomerID", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartfield_EmployeeID.json b/jrxml_chunker_output/per_file/LineChartfield_EmployeeID.json new file mode 100644 index 0000000..b631e23 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartfield_EmployeeID.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 15, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': EmployeeID, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'EmployeeID'", + "metadata": { + "field_name": "EmployeeID", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 15, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': EmployeeID, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'EmployeeID'", + "metadata": { + "field_name": "EmployeeID", + "field_class": "java.lang.Integer", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartfield_Freight.json b/jrxml_chunker_output/per_file/LineChartfield_Freight.json new file mode 100644 index 0000000..1a7e5b4 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartfield_Freight.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 17, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': Freight, type: java.lang.Double", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'Freight'", + "metadata": { + "field_name": "Freight", + "field_class": "java.lang.Double", + "field_expression": null + } + }, + { + "chunk_id": 17, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': Freight, type: java.lang.Double", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'Freight'", + "metadata": { + "field_name": "Freight", + "field_class": "java.lang.Double", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartfield_OrderDate.json b/jrxml_chunker_output/per_file/LineChartfield_OrderDate.json new file mode 100644 index 0000000..4ab680d --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartfield_OrderDate.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 12, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': OrderDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'OrderDate'", + "metadata": { + "field_name": "OrderDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 12, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': OrderDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'OrderDate'", + "metadata": { + "field_name": "OrderDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartfield_OrderID.json b/jrxml_chunker_output/per_file/LineChartfield_OrderID.json new file mode 100644 index 0000000..d235582 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartfield_OrderID.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 8, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': OrderID, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'OrderID'", + "metadata": { + "field_name": "OrderID", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 8, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': OrderID, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'OrderID'", + "metadata": { + "field_name": "OrderID", + "field_class": "java.lang.Integer", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartfield_RequiredDate.json b/jrxml_chunker_output/per_file/LineChartfield_RequiredDate.json new file mode 100644 index 0000000..3100c6c --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartfield_RequiredDate.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 6, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': RequiredDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'RequiredDate'", + "metadata": { + "field_name": "RequiredDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 6, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': RequiredDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'RequiredDate'", + "metadata": { + "field_name": "RequiredDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartfield_ShipAddress.json b/jrxml_chunker_output/per_file/LineChartfield_ShipAddress.json new file mode 100644 index 0000000..9589c42 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartfield_ShipAddress.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 14, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipAddress, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipAddress'", + "metadata": { + "field_name": "ShipAddress", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 14, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipAddress, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipAddress'", + "metadata": { + "field_name": "ShipAddress", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartfield_ShipCity.json b/jrxml_chunker_output/per_file/LineChartfield_ShipCity.json new file mode 100644 index 0000000..8d305f7 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartfield_ShipCity.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 13, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipCity, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipCity'", + "metadata": { + "field_name": "ShipCity", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 13, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipCity, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipCity'", + "metadata": { + "field_name": "ShipCity", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartfield_ShipCountry.json b/jrxml_chunker_output/per_file/LineChartfield_ShipCountry.json new file mode 100644 index 0000000..1b6d74a --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartfield_ShipCountry.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 5, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipCountry, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipCountry'", + "metadata": { + "field_name": "ShipCountry", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 5, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipCountry, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipCountry'", + "metadata": { + "field_name": "ShipCountry", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartfield_ShipName.json b/jrxml_chunker_output/per_file/LineChartfield_ShipName.json new file mode 100644 index 0000000..53128a5 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartfield_ShipName.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 9, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipName, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipName'", + "metadata": { + "field_name": "ShipName", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 9, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipName, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipName'", + "metadata": { + "field_name": "ShipName", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartfield_ShipPostalCode.json b/jrxml_chunker_output/per_file/LineChartfield_ShipPostalCode.json new file mode 100644 index 0000000..379d8e1 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartfield_ShipPostalCode.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 11, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipPostalCode, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipPostalCode'", + "metadata": { + "field_name": "ShipPostalCode", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 11, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipPostalCode, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipPostalCode'", + "metadata": { + "field_name": "ShipPostalCode", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartfield_ShipRegion.json b/jrxml_chunker_output/per_file/LineChartfield_ShipRegion.json new file mode 100644 index 0000000..430f307 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartfield_ShipRegion.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 16, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipRegion, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipRegion'", + "metadata": { + "field_name": "ShipRegion", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 16, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipRegion, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipRegion'", + "metadata": { + "field_name": "ShipRegion", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartfield_ShipVia.json b/jrxml_chunker_output/per_file/LineChartfield_ShipVia.json new file mode 100644 index 0000000..e7bf961 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartfield_ShipVia.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 10, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipVia, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipVia'", + "metadata": { + "field_name": "ShipVia", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 10, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShipVia, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShipVia'", + "metadata": { + "field_name": "ShipVia", + "field_class": "java.lang.Integer", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartfield_ShippedDate.json b/jrxml_chunker_output/per_file/LineChartfield_ShippedDate.json new file mode 100644 index 0000000..13e14a6 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartfield_ShippedDate.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 4, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShippedDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShippedDate'", + "metadata": { + "field_name": "ShippedDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 4, + "chunk_type": "field", + "human_description": "Field definition for report 'LineChartReport': ShippedDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'LineChartReport' field 'ShippedDate'", + "metadata": { + "field_name": "ShippedDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartgroup_ChartGroup.json b/jrxml_chunker_output/per_file/LineChartgroup_ChartGroup.json new file mode 100644 index 0000000..589b861 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartgroup_ChartGroup.json @@ -0,0 +1,34 @@ +[ + { + "chunk_id": 24, + "chunk_type": "group", + "human_description": "This is group 'ChartGroup' definition for report 'LineChartReport'. Group expression: ($V{FirstLetterCount} - 1) / 3. Has groupHeader: Yes, has groupFooter: Yes. Min height: 200, start new column: true, reprint header: false.", + "raw_xml": "\n\t\t($V{FirstLetterCount} - 1) / 3\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tCountries Starting With Letter :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FirstLetterMin}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tto\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FirstLetterMax}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Double Freight\"\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup} * 2d\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Normal Freight\"\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Half Freight\"\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup} / 2d\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Double Freight\"\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup} * 2d\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tCount :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{ChartGroup_COUNT}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tTotal :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FreightSumChartGroup}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' group 'ChartGroup'", + "metadata": { + "group_name": "ChartGroup", + "expression": "($V{FirstLetterCount} - 1) / 3", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "200", + "startNewColumn": "true", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 24, + "chunk_type": "group", + "human_description": "This is group 'ChartGroup' definition for report 'LineChartReport'. Group expression: ($V{FirstLetterCount} - 1) / 3. Has groupHeader: Yes, has groupFooter: Yes. Min height: 200, start new column: true, reprint header: false.", + "raw_xml": "\n\t\t($V{FirstLetterCount} - 1) / 3\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tCountries Starting With Letter :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FirstLetterMin}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tto\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FirstLetterMax}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Double Freight\"\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup} * 2d\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Normal Freight\"\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Half Freight\"\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup} / 2d\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\"Double Freight\"\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup} * 2d\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tCount :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{ChartGroup_COUNT}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tTotal :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FreightSumChartGroup}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' group 'ChartGroup'", + "metadata": { + "group_name": "ChartGroup", + "expression": "($V{FirstLetterCount} - 1) / 3", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "200", + "startNewColumn": "true", + "reprintHeaderOnEachPage": "false" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartgroup_CountryGroup.json b/jrxml_chunker_output/per_file/LineChartgroup_CountryGroup.json new file mode 100644 index 0000000..2715cd7 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartgroup_CountryGroup.json @@ -0,0 +1,34 @@ +[ + { + "chunk_id": 26, + "chunk_type": "group", + "human_description": "This is group 'CountryGroup' definition for report 'LineChartReport'. Group expression: $F{ShipCountry}. Has groupHeader: Yes, has groupFooter: Yes. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$F{ShipCountry}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DateHighestCountryGroup}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tCount :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{CountryGroup_COUNT}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tTotal :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FreightSumCountryGroup}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' group 'CountryGroup'", + "metadata": { + "group_name": "CountryGroup", + "expression": "$F{ShipCountry}", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 26, + "chunk_type": "group", + "human_description": "This is group 'CountryGroup' definition for report 'LineChartReport'. Group expression: $F{ShipCountry}. Has groupHeader: Yes, has groupFooter: Yes. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$F{ShipCountry}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DateHighestCountryGroup}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tCount :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{CountryGroup_COUNT}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tTotal :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FreightSumCountryGroup}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'LineChartReport' group 'CountryGroup'", + "metadata": { + "group_name": "CountryGroup", + "expression": "$F{ShipCountry}", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartgroup_FirstLetterGroup.json b/jrxml_chunker_output/per_file/LineChartgroup_FirstLetterGroup.json new file mode 100644 index 0000000..d93d498 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartgroup_FirstLetterGroup.json @@ -0,0 +1,34 @@ +[ + { + "chunk_id": 25, + "chunk_type": "group", + "human_description": "This is group 'FirstLetterGroup' definition for report 'LineChartReport'. Group expression: $V{FirstLetter}. Has groupHeader: No, has groupFooter: No. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$V{FirstLetter}\n\t\n\t", + "context": "Report 'LineChartReport' group 'FirstLetterGroup'", + "metadata": { + "group_name": "FirstLetterGroup", + "expression": "$V{FirstLetter}", + "has_header": false, + "has_footer": false, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 25, + "chunk_type": "group", + "human_description": "This is group 'FirstLetterGroup' definition for report 'LineChartReport'. Group expression: $V{FirstLetter}. Has groupHeader: No, has groupFooter: No. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$V{FirstLetter}\n\t\n\t", + "context": "Report 'LineChartReport' group 'FirstLetterGroup'", + "metadata": { + "group_name": "FirstLetterGroup", + "expression": "$V{FirstLetter}", + "has_header": false, + "has_footer": false, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartoverall_structure_overview.json b/jrxml_chunker_output/per_file/LineChartoverall_structure_overview.json new file mode 100644 index 0000000..cef847d --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartoverall_structure_overview.json @@ -0,0 +1,98 @@ +[ + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'LineChartReport'. Page size: 595 x 842 portrait. Contains 5 standard bands with content: title, columnHeader, detail, columnFooter, pageFooter. Defines 14 fields: ShippedDate, ShipCountry, RequiredDate, CustomerID, OrderID, ShipName, ShipVia, ShipPostalCode, OrderDate, ShipCity, ShipAddress, EmployeeID, ShipRegion, Freight. Defines 2 parameters: ReportTitle, MaxOrderID. Defines 11 variables: FirstLetter, FirstLetterCount, FirstLetterMin, FirstLetterMax, FreightSumChartGroup, FreightSumCountryGroup, FreightSumColumn, FreightSumPage, FreightSumReport, DateHighestCountryGroup, RegionCountCountryGroup. Defines 3 groups: ChartGroup, FirstLetterGroup, CountryGroup. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 1 charts.", + "raw_xml": "", + "context": "Report 'LineChartReport' overall structure overview", + "metadata": { + "report_name": "LineChartReport", + "bands": [ + "title", + "columnHeader", + "detail", + "columnFooter", + "pageFooter" + ], + "field_count": 14, + "parameter_count": 2, + "variable_count": 11, + "group_count": 3, + "chart_count": 1, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB", + "net.sf.jasperreports.chart.render.type": "svg", + "net.sf.jasperreports.image.dpi": "150" + } + }, + "attributes": { + "name": "LineChartReport", + "language": "java", + "columnCount": "2", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "270", + "columnSpacing": "15", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "135363b5-d9ff-4262-9eed-657530c6832c" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'LineChartReport'. Page size: 595 x 842 portrait. Contains 5 standard bands with content: title, columnHeader, detail, columnFooter, pageFooter. Defines 14 fields: ShippedDate, ShipCountry, RequiredDate, CustomerID, OrderID, ShipName, ShipVia, ShipPostalCode, OrderDate, ShipCity, ShipAddress, EmployeeID, ShipRegion, Freight. Defines 2 parameters: ReportTitle, MaxOrderID. Defines 11 variables: FirstLetter, FirstLetterCount, FirstLetterMin, FirstLetterMax, FreightSumChartGroup, FreightSumCountryGroup, FreightSumColumn, FreightSumPage, FreightSumReport, DateHighestCountryGroup, RegionCountCountryGroup. Defines 3 groups: ChartGroup, FirstLetterGroup, CountryGroup. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 1 charts.", + "raw_xml": "", + "context": "Report 'LineChartReport' overall structure overview", + "metadata": { + "report_name": "LineChartReport", + "bands": [ + "title", + "columnHeader", + "detail", + "columnFooter", + "pageFooter" + ], + "field_count": 14, + "parameter_count": 2, + "variable_count": 11, + "group_count": 3, + "chart_count": 1, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB", + "net.sf.jasperreports.chart.render.type": "svg", + "net.sf.jasperreports.image.dpi": "150" + } + }, + "attributes": { + "name": "LineChartReport", + "language": "java", + "columnCount": "2", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "270", + "columnSpacing": "15", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "135363b5-d9ff-4262-9eed-657530c6832c" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartpageFooter_band.json b/jrxml_chunker_output/per_file/LineChartpageFooter_band.json new file mode 100644 index 0000000..6209e44 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartpageFooter_band.json @@ -0,0 +1,602 @@ +[ + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'LineChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'LineChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartparameter_definitions.json b/jrxml_chunker_output/per_file/LineChartparameter_definitions.json new file mode 100644 index 0000000..1e313b8 --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartparameter_definitions.json @@ -0,0 +1,46 @@ +[ + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'LineChartReport', total 2 parameters. Parameters: ReportTitle(java.lang.String), MaxOrderID(java.lang.Integer).", + "raw_xml": "\n\t\t\"Line Chart Report\"\n\t\n\t\n\n\t\t12500\n\t\n\t", + "context": "Report 'LineChartReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ReportTitle", + "MaxOrderID" + ], + "parameter_types": { + "ReportTitle": "java.lang.String", + "MaxOrderID": "java.lang.Integer" + }, + "default_values": { + "ReportTitle": "\"Line Chart Report\"", + "MaxOrderID": "12500" + }, + "count": 2 + } + }, + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'LineChartReport', total 2 parameters. Parameters: ReportTitle(java.lang.String), MaxOrderID(java.lang.Integer).", + "raw_xml": "\n\t\t\"Line Chart Report\"\n\t\n\t\n\n\t\t12500\n\t\n\t", + "context": "Report 'LineChartReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ReportTitle", + "MaxOrderID" + ], + "parameter_types": { + "ReportTitle": "java.lang.String", + "MaxOrderID": "java.lang.Integer" + }, + "default_values": { + "ReportTitle": "\"Line Chart Report\"", + "MaxOrderID": "12500" + }, + "count": 2 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/LineChartstyle_definitions.json b/jrxml_chunker_output/per_file/LineChartstyle_definitions.json new file mode 100644 index 0000000..61c2f6c --- /dev/null +++ b/jrxml_chunker_output/per_file/LineChartstyle_definitions.json @@ -0,0 +1,40 @@ +[ + { + "chunk_id": 23, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'LineChartReport', total 5 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic, Serif_Normal, Serif_Bold. Default style: Sans_Normal.", + "raw_xml": "\n\t", + "context": "Report 'ListReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "Sans_Italic", + "Sans_Small", + "ListRow" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 5 + } + }, + { + "chunk_id": 5, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'ListReport', total 5 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic, Sans_Small, ListRow. Default style: Sans_Normal. Contains conditional styles.", + "raw_xml": "\n\t", + "context": "Report 'ListReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "Sans_Italic", + "Sans_Small", + "ListRow" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 5 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Listtitle_band.json b/jrxml_chunker_output/per_file/Listtitle_band.json new file mode 100644 index 0000000..0a1a06a --- /dev/null +++ b/jrxml_chunker_output/per_file/Listtitle_band.json @@ -0,0 +1,462 @@ +[ + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + }, + { + "chunk_id": 6, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ListReport', height: 40 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x staticText. Visible text samples: Addresses Report", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"9275bf56-e377-46d2-937b-9f338a41eb06\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"staticText\" uuid=\"26fc2f4f-de0f-411a-b386-e67caf96f441\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<text>Addresses Report</text>\n\t\t</element>\n\t\n\t", + "context": "Report 'ListReport' title band", + "metadata": { + "band_name": "title", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "staticText": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Addresses Report" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Macrodata_query.json b/jrxml_chunker_output/per_file/Macrodata_query.json new file mode 100644 index 0000000..53446e0 --- /dev/null +++ b/jrxml_chunker_output/per_file/Macrodata_query.json @@ -0,0 +1,24 @@ +[ + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'MacroReport'. Language: CSV. Query: ", + "raw_xml": "\n\t", + "context": "Report 'MacroReport' data query", + "metadata": { + "query_language": "csv", + "full_sql": "" + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'MacroReport'. Language: CSV. Query: ", + "raw_xml": "\n\t", + "context": "Report 'MacroReport' data query", + "metadata": { + "query_language": "csv", + "full_sql": "" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Macrodata_source_configuration.json b/jrxml_chunker_output/per_file/Macrodata_source_configuration.json new file mode 100644 index 0000000..eefea24 --- /dev/null +++ b/jrxml_chunker_output/per_file/Macrodata_source_configuration.json @@ -0,0 +1,30 @@ +[ + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'MacroReport'. Data source: data/CsvDataSource.txt. Data adapter: xlsfeatures/XlsFeaturesQE.jrdax.", + "raw_xml": "\n\n", + "context": "Report 'MacroReport' data source configuration", + "metadata": { + "properties": { + "net.sf.jasperreports.csv.column.names": "city, id, name, address, state", + "net.sf.jasperreports.csv.source": "data/CsvDataSource.txt", + "com.jaspersoft.studio.data.defaultdataadapter": "xlsfeatures/XlsFeaturesQE.jrdax" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'MacroReport'. Data source: data/CsvDataSource.txt. Data adapter: xlsfeatures/XlsFeaturesQE.jrdax.", + "raw_xml": "\n\n", + "context": "Report 'MacroReport' data source configuration", + "metadata": { + "properties": { + "net.sf.jasperreports.csv.column.names": "city, id, name, address, state", + "net.sf.jasperreports.csv.source": "data/CsvDataSource.txt", + "com.jaspersoft.studio.data.defaultdataadapter": "xlsfeatures/XlsFeaturesQE.jrdax" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Macrodetail_band.json b/jrxml_chunker_output/per_file/Macrodetail_band.json new file mode 100644 index 0000000..fad8681 --- /dev/null +++ b/jrxml_chunker_output/per_file/Macrodetail_band.json @@ -0,0 +1,362 @@ +[ + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 15, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 21, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 33, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 39, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 45, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 51, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 57, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 63, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 15, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 21, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 33, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 39, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 45, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 51, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 57, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 63, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MacroReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=15).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{state}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{id}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{name}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$F{address}\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n", + "context": "Report 'MacroReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Macrofield_definitions.json b/jrxml_chunker_output/per_file/Macrofield_definitions.json new file mode 100644 index 0000000..62e6f49 --- /dev/null +++ b/jrxml_chunker_output/per_file/Macrofield_definitions.json @@ -0,0 +1,52 @@ +[ + { + "chunk_id": 4, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'MacroReport', total 5 fields. Fields: id(java.lang.Integer), name(java.lang.String), address(java.lang.String), city(java.lang.String), state(java.lang.String).", + "raw_xml": "\n\t\n\n\t\n\n\t\n\n\t\n\n\t", + "context": "Report 'MacroReport' field definitions", + "metadata": { + "field_names": [ + "id", + "name", + "address", + "city", + "state" + ], + "field_types": { + "id": "java.lang.Integer", + "name": "java.lang.String", + "address": "java.lang.String", + "city": "java.lang.String", + "state": "java.lang.String" + }, + "field_expressions": {}, + "count": 5 + } + }, + { + "chunk_id": 4, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'MacroReport', total 5 fields. Fields: id(java.lang.Integer), name(java.lang.String), address(java.lang.String), city(java.lang.String), state(java.lang.String).", + "raw_xml": "\n\t\n\n\t\n\n\t\n\n\t\n\n\t", + "context": "Report 'MacroReport' field definitions", + "metadata": { + "field_names": [ + "id", + "name", + "address", + "city", + "state" + ], + "field_types": { + "id": "java.lang.Integer", + "name": "java.lang.String", + "address": "java.lang.String", + "city": "java.lang.String", + "state": "java.lang.String" + }, + "field_expressions": {}, + "count": 5 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Macrogroup_cityGroup.json b/jrxml_chunker_output/per_file/Macrogroup_cityGroup.json new file mode 100644 index 0000000..9957d7f --- /dev/null +++ b/jrxml_chunker_output/per_file/Macrogroup_cityGroup.json @@ -0,0 +1,34 @@ +[ + { + "chunk_id": 7, + "chunk_type": "group", + "human_description": "This is group 'cityGroup' definition for report 'MacroReport'. Group expression: $F{city}. Has groupHeader: Yes, has groupFooter: Yes. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$F{city}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{city}\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{city} + \" ID count: \" + $V{cityGroup_COUNT}\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MacroReport' group 'cityGroup'", + "metadata": { + "group_name": "cityGroup", + "expression": "$F{city}", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 7, + "chunk_type": "group", + "human_description": "This is group 'cityGroup' definition for report 'MacroReport'. Group expression: $F{city}. Has groupHeader: Yes, has groupFooter: Yes. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$F{city}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{city}\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{city} + \" ID count: \" + $V{cityGroup_COUNT}\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MacroReport' group 'cityGroup'", + "metadata": { + "group_name": "cityGroup", + "expression": "$F{city}", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Macrogroup_initialNameGroup.json b/jrxml_chunker_output/per_file/Macrogroup_initialNameGroup.json new file mode 100644 index 0000000..86a62d3 --- /dev/null +++ b/jrxml_chunker_output/per_file/Macrogroup_initialNameGroup.json @@ -0,0 +1,34 @@ +[ + { + "chunk_id": 8, + "chunk_type": "group", + "human_description": "This is group 'initialNameGroup' definition for report 'MacroReport'. Group expression: $F{name}.substring(0,1). Has groupHeader: Yes, has groupFooter: Yes. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$F{name}.substring(0,1)\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"Names starting with letter \" + $F{name}.substring(0,1)+\":\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{name}.substring(0,1)+ \"-names ID count: \" + $V{initialNameGroup_COUNT}\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MacroReport' group 'initialNameGroup'", + "metadata": { + "group_name": "initialNameGroup", + "expression": "$F{name}.substring(0,1)", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 8, + "chunk_type": "group", + "human_description": "This is group 'initialNameGroup' definition for report 'MacroReport'. Group expression: $F{name}.substring(0,1). Has groupHeader: Yes, has groupFooter: Yes. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$F{name}.substring(0,1)\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\"Names starting with letter \" + $F{name}.substring(0,1)+\":\"\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{name}.substring(0,1)+ \"-names ID count: \" + $V{initialNameGroup_COUNT}\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MacroReport' group 'initialNameGroup'", + "metadata": { + "group_name": "initialNameGroup", + "expression": "$F{name}.substring(0,1)", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Macrooverall_structure_overview.json b/jrxml_chunker_output/per_file/Macrooverall_structure_overview.json new file mode 100644 index 0000000..6cb76b7 --- /dev/null +++ b/jrxml_chunker_output/per_file/Macrooverall_structure_overview.json @@ -0,0 +1,94 @@ +[ + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'MacroReport'. Page size: 595 x 842 portrait. Contains 2 standard bands with content: pageHeader, detail. Defines 5 fields: id, name, address, city, state. Defines 5 parameters: ReportTitle, ReportDate, DataFile, Customers, net.sf.jasperreports.csv.record.delimiter. Defines 0 variables: none. Defines 2 groups: cityGroup, initialNameGroup. Data source type: CSV. Source: xlsfeatures/XlsFeaturesQE.jrdax. Query language: csv.", + "raw_xml": "", + "context": "Report 'MacroReport' overall structure overview", + "metadata": { + "report_name": "MacroReport", + "bands": [ + "pageHeader", + "detail" + ], + "field_count": 5, + "parameter_count": 5, + "variable_count": 0, + "group_count": 2, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "CSV", + "source": "xlsfeatures/XlsFeaturesQE.jrdax", + "query_language": "csv", + "properties": { + "net.sf.jasperreports.csv.column.names": "city, id, name, address, state", + "net.sf.jasperreports.csv.source": "data/CsvDataSource.txt", + "net.sf.jasperreports.export.xls.workbook.template.keep.sheets": "true", + "net.sf.jasperreports.export.xls.workbook.template": "data/macro.xlt", + "net.sf.jasperreports.export.xlsx.macro.template": "data/macro.xltm", + "com.jaspersoft.studio.data.defaultdataadapter": "xlsfeatures/XlsFeaturesQE.jrdax" + } + }, + "attributes": { + "name": "MacroReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "0", + "bottomMargin": "5", + "uuid": "cde631ab-364a-4f1a-956a-636d167e36ee" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'MacroReport'. Page size: 595 x 842 portrait. Contains 2 standard bands with content: pageHeader, detail. Defines 5 fields: id, name, address, city, state. Defines 5 parameters: ReportTitle, ReportDate, DataFile, Customers, net.sf.jasperreports.csv.record.delimiter. Defines 0 variables: none. Defines 2 groups: cityGroup, initialNameGroup. Data source type: CSV. Source: xlsfeatures/XlsFeaturesQE.jrdax. Query language: csv.", + "raw_xml": "", + "context": "Report 'MacroReport' overall structure overview", + "metadata": { + "report_name": "MacroReport", + "bands": [ + "pageHeader", + "detail" + ], + "field_count": 5, + "parameter_count": 5, + "variable_count": 0, + "group_count": 2, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "CSV", + "source": "xlsfeatures/XlsFeaturesQE.jrdax", + "query_language": "csv", + "properties": { + "net.sf.jasperreports.csv.column.names": "city, id, name, address, state", + "net.sf.jasperreports.csv.source": "data/CsvDataSource.txt", + "net.sf.jasperreports.export.xls.workbook.template.keep.sheets": "true", + "net.sf.jasperreports.export.xls.workbook.template": "data/macro.xlt", + "net.sf.jasperreports.export.xlsx.macro.template": "data/macro.xltm", + "com.jaspersoft.studio.data.defaultdataadapter": "xlsfeatures/XlsFeaturesQE.jrdax" + } + }, + "attributes": { + "name": "MacroReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "0", + "bottomMargin": "5", + "uuid": "cde631ab-364a-4f1a-956a-636d167e36ee" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/MacropageHeader_band.json b/jrxml_chunker_output/per_file/MacropageHeader_band.json new file mode 100644 index 0000000..942d329 --- /dev/null +++ b/jrxml_chunker_output/per_file/MacropageHeader_band.json @@ -0,0 +1,2942 @@ +[ + { + "chunk_id": 9, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 10, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 11, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 15, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 16, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 17, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 18, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 19, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 20, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 21, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 31, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 32, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 33, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 34, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 35, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 36, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 37, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 38, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 39, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 40, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 41, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 42, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 43, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 44, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 45, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 46, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 47, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 48, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 49, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 50, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 51, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 52, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 53, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 54, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 55, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 56, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 57, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 58, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 59, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 60, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 61, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 62, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 63, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 64, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 65, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 66, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 67, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 68, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 9, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 10, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 11, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 15, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 16, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 17, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 18, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 19, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 20, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 21, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 31, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 32, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 33, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 34, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 35, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 36, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 37, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 38, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 39, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 40, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 41, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 42, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 43, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 44, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 45, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 46, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 47, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 48, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 49, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 50, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 51, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 52, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 53, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 54, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 55, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 56, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 57, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 58, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 59, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 60, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 61, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 62, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 63, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportTitle}, Position: (0, 0), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportTitle}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "f840f354-fd60-45e7-a6ef-6009d1885094", + "mode": "Opaque", + "x": "0", + "y": "0", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "16.0", + "hTextAlign": "Center", + "vTextAlign": "Bottom", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 64, + "chunk_type": "element_textField", + "human_description": "'pageHeader' band of report 'MacroReport': textField element, Expression: $P{ReportDate}, Position: (0, 30), Size: 515x30.", + "raw_xml": "\n\t\t\t$P{ReportDate}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "textField", + "attributes": { + "kind": "textField", + "uuid": "fa8c6eb9-dfb3-4c81-b627-3fce99fb0a1f", + "mode": "Opaque", + "x": "0", + "y": "30", + "width": "515", + "height": "30", + "forecolor": "#000000", + "fontSize": "12.0", + "pattern": "EEE, MMM d, yyyy", + "hTextAlign": "Center", + "vTextAlign": "Top", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 65, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'State', Position: (0, 60), Size: 104x20.", + "raw_xml": "\n\t\t\tState\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4b93dff8-f02e-402a-b39d-834d1248e9d8", + "mode": "Opaque", + "x": "0", + "y": "60", + "width": "104", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 66, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'ID', Position: (104, 60), Size: 55x20.", + "raw_xml": "\n\t\t\tID\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "66cb26cc-e62f-4380-953e-9e67837fc636", + "mode": "Opaque", + "x": "104", + "y": "60", + "width": "55", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 67, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Name', Position: (159, 60), Size: 157x20.", + "raw_xml": "\n\t\t\tName\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "c993f358-13db-4471-8d35-e102d4f4947c", + "mode": "Opaque", + "x": "159", + "y": "60", + "width": "157", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + }, + { + "chunk_id": 68, + "chunk_type": "element_staticText", + "human_description": "'pageHeader' band of report 'MacroReport': staticText element, Text: 'Street', Position: (316, 60), Size: 199x20.", + "raw_xml": "\n\t\t\tStreet\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t", + "context": "Report 'MacroReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f7953de8-852d-4ed7-a73d-b8e85b762e27", + "mode": "Opaque", + "x": "316", + "y": "60", + "width": "199", + "height": "20", + "forecolor": "#FFFFFF", + "backcolor": "#656565", + "vTextAlign": "Middle", + "style": "Sans_Bold" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Macroparameter_definitions.json b/jrxml_chunker_output/per_file/Macroparameter_definitions.json new file mode 100644 index 0000000..b54ab02 --- /dev/null +++ b/jrxml_chunker_output/per_file/Macroparameter_definitions.json @@ -0,0 +1,64 @@ +[ + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'MacroReport', total 5 parameters. Parameters: ReportTitle(java.lang.String), ReportDate(java.util.Date), DataFile(java.lang.String), Customers(java.lang.String), net.sf.jasperreports.csv.record.delimiter(java.lang.String).", + "raw_xml": "\n\t\t\"Customers Report\"\n\t\n\t\n\n\t\tnew Date()\n\t\n\t\n\n\t\t\"CsvDataSource.txt - CSV query executer\"\n\t\n\t\n\n\t\t\"Customers\"\n\t\n\t\n\n\t\t\"\\r\\n\"\n\t\n\t", + "context": "Report 'MacroReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ReportTitle", + "ReportDate", + "DataFile", + "Customers", + "net.sf.jasperreports.csv.record.delimiter" + ], + "parameter_types": { + "ReportTitle": "java.lang.String", + "ReportDate": "java.util.Date", + "DataFile": "java.lang.String", + "Customers": "java.lang.String", + "net.sf.jasperreports.csv.record.delimiter": "java.lang.String" + }, + "default_values": { + "ReportTitle": "\"Customers Report\"", + "ReportDate": "new Date()", + "DataFile": "\"CsvDataSource.txt - CSV query executer\"", + "Customers": "\"Customers\"", + "net.sf.jasperreports.csv.record.delimiter": "\"\\r\\n\"" + }, + "count": 5 + } + }, + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'MacroReport', total 5 parameters. Parameters: ReportTitle(java.lang.String), ReportDate(java.util.Date), DataFile(java.lang.String), Customers(java.lang.String), net.sf.jasperreports.csv.record.delimiter(java.lang.String).", + "raw_xml": "\n\t\t\"Customers Report\"\n\t\n\t\n\n\t\tnew Date()\n\t\n\t\n\n\t\t\"CsvDataSource.txt - CSV query executer\"\n\t\n\t\n\n\t\t\"Customers\"\n\t\n\t\n\n\t\t\"\\r\\n\"\n\t\n\t", + "context": "Report 'MacroReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ReportTitle", + "ReportDate", + "DataFile", + "Customers", + "net.sf.jasperreports.csv.record.delimiter" + ], + "parameter_types": { + "ReportTitle": "java.lang.String", + "ReportDate": "java.util.Date", + "DataFile": "java.lang.String", + "Customers": "java.lang.String", + "net.sf.jasperreports.csv.record.delimiter": "java.lang.String" + }, + "default_values": { + "ReportTitle": "\"Customers Report\"", + "ReportDate": "new Date()", + "DataFile": "\"CsvDataSource.txt - CSV query executer\"", + "Customers": "\"Customers\"", + "net.sf.jasperreports.csv.record.delimiter": "\"\\r\\n\"" + }, + "count": 5 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Macrosort_field_definitions.json b/jrxml_chunker_output/per_file/Macrosort_field_definitions.json new file mode 100644 index 0000000..d33ff61 --- /dev/null +++ b/jrxml_chunker_output/per_file/Macrosort_field_definitions.json @@ -0,0 +1,42 @@ +[ + { + "chunk_id": 5, + "chunk_type": "sortFields", + "human_description": "These are sort field definitions for report 'MacroReport', total 2 fields. Sorts: city (Ascending), name (Ascending).", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'MacroReport' sort field definitions", + "metadata": { + "sortFields": [ + { + "name": "city", + "order": "Ascending" + }, + { + "name": "name", + "order": "Ascending" + } + ], + "count": 2 + } + }, + { + "chunk_id": 5, + "chunk_type": "sortFields", + "human_description": "These are sort field definitions for report 'MacroReport', total 2 fields. Sorts: city (Ascending), name (Ascending).", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'MacroReport' sort field definitions", + "metadata": { + "sortFields": [ + { + "name": "city", + "order": "Ascending" + }, + { + "name": "name", + "order": "Ascending" + } + ], + "count": 2 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Macrostyle_definitions.json b/jrxml_chunker_output/per_file/Macrostyle_definitions.json new file mode 100644 index 0000000..1b265b9 --- /dev/null +++ b/jrxml_chunker_output/per_file/Macrostyle_definitions.json @@ -0,0 +1,36 @@ +[ + { + "chunk_id": 6, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'MacroReport', total 3 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": " element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + }, + { + "chunk_id": 4, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'MarkupReport', height: 350 pixels, splitType: Stretch. Contains 3 elements: 1x staticText, 2x textField. Visible text samples: This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .; ${$P{RtfText}}; ${$P{HtmlText}}", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"ad41424d-75ee-4d62-8819-890139cc26bd\" mode=\"Opaque\" x=\"0\" y=\"0\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"styled\" fontSize=\"16.0\">\n\t\t\t<text>This is a <style isBold=\"true\" isItalic=\"true\" isUnderline=\"true\">static text</style> element containing styled text. <style backcolor=\"yellow\" isBold=\"true\" isItalic=\"true\">Styled text</style> elements are introduced by setting the <style forecolor=\"blue\" isItalic=\"true\">markup</style> attribute available for the <style isBold=\"true\" forecolor=\"magenta\">textElement</style> tag to <style forecolor=\"red\" isItalic=\"true\">styled</style> and by formatting the text content using nested <style isBold=\"true\" forecolor=\"green\">style</style> tags and simple HTML tags, including <a type=\"Reference\" href=\"http://jasperreports.sf.net\" target=\"Blank\"><style isItalic=\"true\" isBold=\"true\" isUnderline=\"true\" forecolor=\"yellow\">hyperlinks</style></a>.</text>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"6061e7da-5309-4074-bcb1-811c11c5a864\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"120\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"rtf\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{RtfText}</expression>\n\t\t</element>\n\t\t<element kind=\"textField\" uuid=\"4db40b8d-d3cc-4f53-be82-c5aeb3ce5452\" positionType=\"Float\" mode=\"Opaque\" x=\"0\" y=\"240\" width=\"555\" height=\"110\" backcolor=\"#C0C0C0\" markup=\"html\" fontSize=\"16.0\" textAdjust=\"StretchHeight\">\n\t\t\t<expression>$P{HtmlText}</expression>\n\t\t</element>\n\t\n", + "context": "Report 'MarkupReport' title band", + "metadata": { + "band_name": "title", + "band_height": "350", + "split_type": "Stretch", + "element_counts": { + "staticText": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "This is a element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .", + "${$P{RtfText}}", + "${$P{HtmlText}}" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Masterdata_query.json b/jrxml_chunker_output/per_file/Masterdata_query.json new file mode 100644 index 0000000..f95ad9a --- /dev/null +++ b/jrxml_chunker_output/per_file/Masterdata_query.json @@ -0,0 +1,24 @@ +[ + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'MasterReport'. Language: SQL. Query: SELECT City FROM Address GROUP BY City ORDER BY City", + "raw_xml": "SELECT City FROM Address GROUP BY City ORDER BY City\n\t", + "context": "Report 'MasterReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT City FROM Address GROUP BY City ORDER BY City" + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'MasterReport'. Language: SQL. Query: SELECT City FROM Address GROUP BY City ORDER BY City", + "raw_xml": "SELECT City FROM Address GROUP BY City ORDER BY City\n\t", + "context": "Report 'MasterReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT City FROM Address GROUP BY City ORDER BY City" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Masterdata_source_configuration.json b/jrxml_chunker_output/per_file/Masterdata_source_configuration.json new file mode 100644 index 0000000..6221144 --- /dev/null +++ b/jrxml_chunker_output/per_file/Masterdata_source_configuration.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'MasterReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'MasterReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'MasterReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'MasterReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Masterdetail_band.json b/jrxml_chunker_output/per_file/Masterdetail_band.json new file mode 100644 index 0000000..bc41bf4 --- /dev/null +++ b/jrxml_chunker_output/per_file/Masterdetail_band.json @@ -0,0 +1,362 @@ +[ + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'MasterReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=50).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$V{CityAddressCount} + \" addresses\"\n\t\t\t\n\t\t\t\n\t\t\t\t(continued)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t$P{ProductsSubreport}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t$P{REPORT_CONNECTION}\n\t\t\t\t\"AddressReport.jasper\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{City}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Masterfield_definitions.json b/jrxml_chunker_output/per_file/Masterfield_definitions.json new file mode 100644 index 0000000..637416c --- /dev/null +++ b/jrxml_chunker_output/per_file/Masterfield_definitions.json @@ -0,0 +1,36 @@ +[ + { + "chunk_id": 4, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'MasterReport', total 1 fields. Fields: City(java.lang.String).", + "raw_xml": "\n\t", + "context": "Report 'MasterReport' field definitions", + "metadata": { + "field_names": [ + "City" + ], + "field_types": { + "City": "java.lang.String" + }, + "field_expressions": {}, + "count": 1 + } + }, + { + "chunk_id": 4, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'MasterReport', total 1 fields. Fields: City(java.lang.String).", + "raw_xml": "\n\t", + "context": "Report 'MasterReport' field definitions", + "metadata": { + "field_names": [ + "City" + ], + "field_types": { + "City": "java.lang.String" + }, + "field_expressions": {}, + "count": 1 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Masteroverall_structure_overview.json b/jrxml_chunker_output/per_file/Masteroverall_structure_overview.json new file mode 100644 index 0000000..29e8ac4 --- /dev/null +++ b/jrxml_chunker_output/per_file/Masteroverall_structure_overview.json @@ -0,0 +1,90 @@ +[ + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'MasterReport'. Page size: 595 x 842 portrait. Contains 4 standard bands with content: title, pageHeader, detail, pageFooter. Defines 1 fields: City. Defines 1 parameters: ProductsSubreport. Defines 2 variables: ProductTotalPrice, CityAddressCount. Defines 0 groups: none. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 2 subreports.", + "raw_xml": "", + "context": "Report 'MasterReport' overall structure overview", + "metadata": { + "report_name": "MasterReport", + "bands": [ + "title", + "pageHeader", + "detail", + "pageFooter" + ], + "field_count": 1, + "parameter_count": 1, + "variable_count": 2, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 2, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "net.sf.jasperreports.export.json.schema": "reports/MasterReport.schema.json", + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + }, + "attributes": { + "name": "MasterReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "uuid": "0bb3792b-2400-4fdf-b19f-7928164e6ce1" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'MasterReport'. Page size: 595 x 842 portrait. Contains 4 standard bands with content: title, pageHeader, detail, pageFooter. Defines 1 fields: City. Defines 1 parameters: ProductsSubreport. Defines 2 variables: ProductTotalPrice, CityAddressCount. Defines 0 groups: none. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 2 subreports.", + "raw_xml": "", + "context": "Report 'MasterReport' overall structure overview", + "metadata": { + "report_name": "MasterReport", + "bands": [ + "title", + "pageHeader", + "detail", + "pageFooter" + ], + "field_count": 1, + "parameter_count": 1, + "variable_count": 2, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 2, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "net.sf.jasperreports.export.json.schema": "reports/MasterReport.schema.json", + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + }, + "attributes": { + "name": "MasterReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "515", + "leftMargin": "40", + "rightMargin": "40", + "topMargin": "50", + "bottomMargin": "50", + "uuid": "0bb3792b-2400-4fdf-b19f-7928164e6ce1" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/MasterpageFooter_band.json b/jrxml_chunker_output/per_file/MasterpageFooter_band.json new file mode 100644 index 0000000..11ff545 --- /dev/null +++ b/jrxml_chunker_output/per_file/MasterpageFooter_band.json @@ -0,0 +1,482 @@ +[ + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'MasterReport', height: 40 pixels, splitType: Stretch. Contains 3 elements: 1x line, 2x textField. Visible text samples: ${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}; ${\" \" + String.valueOf($V{PAGE_NUMBER})}", + "raw_xml": "\n\t\t\n\t\t\n\t\t\t\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"\n\t\t\n\t\t\n\t\t\t\" \" + String.valueOf($V{PAGE_NUMBER})\n\t\t\n\t\n", + "context": "Report 'MasterReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "40", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 2 + }, + "element_count": 3, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"Page \" + String.valueOf($V{PAGE_NUMBER}) + \" of\"}", + "${\" \" + String.valueOf($V{PAGE_NUMBER})}" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/MasterpageHeader_band.json b/jrxml_chunker_output/per_file/MasterpageHeader_band.json new file mode 100644 index 0000000..5a0ba65 --- /dev/null +++ b/jrxml_chunker_output/per_file/MasterpageHeader_band.json @@ -0,0 +1,442 @@ +[ + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + }, + { + "chunk_id": 7, + "chunk_type": "band_pageHeader", + "human_description": "This is the 'pageHeader' band of report 'MasterReport', height: 21 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: City List", + "raw_xml": "\n\t\t\n\t\t\tCity List\n\t\t\n\t\n\t", + "context": "Report 'MasterReport' pageHeader band", + "metadata": { + "band_name": "pageHeader", + "band_height": "21", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "City List" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Masterparameter_definitions.json b/jrxml_chunker_output/per_file/Masterparameter_definitions.json new file mode 100644 index 0000000..dccaa38 --- /dev/null +++ b/jrxml_chunker_output/per_file/Masterparameter_definitions.json @@ -0,0 +1,40 @@ +[ + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'MasterReport', total 1 parameters. Parameters: ProductsSubreport(net.sf.jasperreports.engine.JasperReport).", + "raw_xml": "\n\t\tnet.sf.jasperreports.samples.subreport.SubreportUtil.getProductsSubreport()\n\t\n\t", + "context": "Report 'MasterReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ProductsSubreport" + ], + "parameter_types": { + "ProductsSubreport": "net.sf.jasperreports.engine.JasperReport" + }, + "default_values": { + "ProductsSubreport": "net.sf.jasperreports.samples.subreport.SubreportUtil.getProductsSubreport()" + }, + "count": 1 + } + }, + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'MasterReport', total 1 parameters. Parameters: ProductsSubreport(net.sf.jasperreports.engine.JasperReport).", + "raw_xml": "\n\t\tnet.sf.jasperreports.samples.subreport.SubreportUtil.getProductsSubreport()\n\t\n\t", + "context": "Report 'MasterReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ProductsSubreport" + ], + "parameter_types": { + "ProductsSubreport": "net.sf.jasperreports.engine.JasperReport" + }, + "default_values": { + "ProductsSubreport": "net.sf.jasperreports.samples.subreport.SubreportUtil.getProductsSubreport()" + }, + "count": 1 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Masterstyle_definitions.json b/jrxml_chunker_output/per_file/Masterstyle_definitions.json new file mode 100644 index 0000000..58086a3 --- /dev/null +++ b/jrxml_chunker_output/per_file/Masterstyle_definitions.json @@ -0,0 +1,36 @@ +[ + { + "chunk_id": 6, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'MasterReport', total 3 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'OrdersReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "OrderCountStyle", + "CellStyle" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 4 + } + }, + { + "chunk_id": 4, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'OrdersReport', total 4 styles. Styles: Sans_Normal, Sans_Bold, OrderCountStyle, CellStyle. Default style: Sans_Normal. Contains conditional styles.", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'OrdersReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "OrderCountStyle", + "CellStyle" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 4 + } + }, + { + "chunk_id": 5, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'OrdersReport', total 3 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'OrdersReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "OrderCountStyle", + "CellStyle" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 4 + } + }, + { + "chunk_id": 4, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'OrdersReport', total 4 styles. Styles: Sans_Normal, Sans_Bold, OrderCountStyle, CellStyle. Default style: Sans_Normal. Contains conditional styles.", + "raw_xml": "\n\t\n\n\t", + "context": "Report 'OrdersReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "OrderCountStyle", + "CellStyle" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 4 + } + }, + { + "chunk_id": 5, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'OrdersReport', total 3 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic. Default style: Sans_Normal.", + "raw_xml": "\n\t", + "context": "Report 'ParagraphsReport' style definitions", + "metadata": { + "style_names": [ + "myDefault", + "rulerStyle", + "indentStyle" + ], + "default_style": "myDefault", + "has_conditional_styles": false, + "count": 3 + } + }, + { + "chunk_id": 2, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'ParagraphsReport', total 3 styles. Styles: myDefault, rulerStyle, indentStyle. Default style: myDefault.", + "raw_xml": "\n\t", + "context": "Report 'ParagraphsReport' style definitions", + "metadata": { + "style_names": [ + "myDefault", + "rulerStyle", + "indentStyle" + ], + "default_style": "myDefault", + "has_conditional_styles": false, + "count": 3 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/PdfEncryptdata_source_configuration.json b/jrxml_chunker_output/per_file/PdfEncryptdata_source_configuration.json new file mode 100644 index 0000000..385d3a8 --- /dev/null +++ b/jrxml_chunker_output/per_file/PdfEncryptdata_source_configuration.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'PdfEncryptReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'PdfEncryptReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'PdfEncryptReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'PdfEncryptReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/PdfEncryptoverall_structure_overview.json b/jrxml_chunker_output/per_file/PdfEncryptoverall_structure_overview.json new file mode 100644 index 0000000..232a2ee --- /dev/null +++ b/jrxml_chunker_output/per_file/PdfEncryptoverall_structure_overview.json @@ -0,0 +1,82 @@ +[ + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'PdfEncryptReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'PdfEncryptReport' overall structure overview", + "metadata": { + "report_name": "PdfEncryptReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "PdfEncryptReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "2d9e0f21-d6dc-4ed3-bf60-109cb8dd4613" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'PdfEncryptReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'PdfEncryptReport' overall structure overview", + "metadata": { + "report_name": "PdfEncryptReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "PdfEncryptReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "2d9e0f21-d6dc-4ed3-bf60-109cb8dd4613" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/PdfEncrypttitle_band.json b/jrxml_chunker_output/per_file/PdfEncrypttitle_band.json new file mode 100644 index 0000000..6f622d0 --- /dev/null +++ b/jrxml_chunker_output/per_file/PdfEncrypttitle_band.json @@ -0,0 +1,442 @@ +[ + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + }, + { + "chunk_id": 2, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'PdfEncryptReport', height: 782 pixels, splitType: Stretch. Contains 1 elements: 1x staticText. Visible text samples: The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports", + "raw_xml": "\n\t\t<element kind=\"staticText\" uuid=\"739f6943-af78-4e02-b23d-ef8516028089\" positionType=\"Float\" x=\"0\" y=\"0\" width=\"555\" height=\"100\" fontSize=\"14.0\" hTextAlign=\"Center\">\n\t\t\t<text>The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports</text>\n\t\t</element>\n\t\n", + "context": "Report 'PdfEncryptReport' title band", + "metadata": { + "band_name": "title", + "band_height": "782", + "split_type": "Stretch", + "element_counts": { + "staticText": 1 + }, + "element_count": 1, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "The generated PDF document is encrypted using a 128 bit key. \nUser password: jasper \nOwner password: reports" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartchart.json b/jrxml_chunker_output/per_file/Pie3DChartchart.json new file mode 100644 index 0000000..169ab67 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartchart.json @@ -0,0 +1,72 @@ +[ + { + "chunk_id": 77, + "chunk_type": "chart", + "human_description": "This is a chart element in report 'Pie3DChartReport', type: pie3D. Dataset kind: pie. Label format: {0} {2}.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t", + "context": "Report 'Pie3DChartReport' chart", + "metadata": { + "chart_type": "pie3D", + "dataset": { + "kind": "pie", + "series": [ + { + "key": "$F{ShipCountry}", + "value": "$V{FreightSumCountryGroup}" + } + ] + }, + "plot": { + "labelFormat": "{0} {2}", + "legendLabelFormat": "{0} {1}" + }, + "attributes": { + "kind": "chart", + "chartType": "pie3D", + "uuid": "39fa00ec-2cca-4be4-b3e8-65392802cdfc", + "positionType": "Float", + "x": "0", + "y": "50", + "width": "270", + "height": "175", + "evaluationTime": "Group", + "evaluationGroup": "ChartGroup" + } + } + }, + { + "chunk_id": 77, + "chunk_type": "chart", + "human_description": "This is a chart element in report 'Pie3DChartReport', type: pie3D. Dataset kind: pie. Label format: {0} {2}.", + "raw_xml": "\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t", + "context": "Report 'Pie3DChartReport' chart", + "metadata": { + "chart_type": "pie3D", + "dataset": { + "kind": "pie", + "series": [ + { + "key": "$F{ShipCountry}", + "value": "$V{FreightSumCountryGroup}" + } + ] + }, + "plot": { + "labelFormat": "{0} {2}", + "legendLabelFormat": "{0} {1}" + }, + "attributes": { + "kind": "chart", + "chartType": "pie3D", + "uuid": "39fa00ec-2cca-4be4-b3e8-65392802cdfc", + "positionType": "Float", + "x": "0", + "y": "50", + "width": "270", + "height": "175", + "evaluationTime": "Group", + "evaluationGroup": "ChartGroup" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartcolumnFooter_band.json b/jrxml_chunker_output/per_file/Pie3DChartcolumnFooter_band.json new file mode 100644 index 0000000..9eba582 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartcolumnFooter_band.json @@ -0,0 +1,542 @@ +[ + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnFooter", + "human_description": "This is the 'columnFooter' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 2x staticText, 2x textField. Visible text samples: Count :; ${$V{COLUMN_COUNT}}; Total : ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{COLUMN_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumColumn}\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnFooter band", + "metadata": { + "band_name": "columnFooter", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 2, + "textField": 2 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{COLUMN_COUNT}}", + "Total :", + "${$V{FreightSumColumn}}" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartcolumnHeader_band.json b/jrxml_chunker_output/per_file/Pie3DChartcolumnHeader_band.json new file mode 100644 index 0000000..78bcd47 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartcolumnHeader_band.json @@ -0,0 +1,522 @@ +[ + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_columnHeader", + "human_description": "This is the 'columnHeader' band of report 'Pie3DChartReport', height: 11 pixels, splitType: Stretch. Contains 5 elements: 1x rectangle, 4x staticText. Visible text samples: Order; Name, City; Date ... and 4 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tOrder\n\t\t\n\t\t\n\t\t\tName, City\n\t\t\n\t\t\n\t\t\tDate\n\t\t\n\t\t\n\t\t\tFreight\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' columnHeader band", + "metadata": { + "band_name": "columnHeader", + "band_height": "11", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 4 + }, + "element_count": 5, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Order", + "Name, City", + "Date", + "Freight" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartdata_query.json b/jrxml_chunker_output/per_file/Pie3DChartdata_query.json new file mode 100644 index 0000000..fbced24 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartdata_query.json @@ -0,0 +1,24 @@ +[ + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'Pie3DChartReport'. Language: SQL. Query: SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry", + "raw_xml": "SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry\n\t", + "context": "Report 'Pie3DChartReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry" + } + }, + { + "chunk_id": 2, + "chunk_type": "query", + "human_description": "This is the data query for report 'Pie3DChartReport'. Language: SQL. Query: SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry", + "raw_xml": "SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry\n\t", + "context": "Report 'Pie3DChartReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT * FROM Orders WHERE OrderID <= $P{MaxOrderID} ORDER BY ShipCountry" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartdata_source_configuration.json b/jrxml_chunker_output/per_file/Pie3DChartdata_source_configuration.json new file mode 100644 index 0000000..bac854e --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartdata_source_configuration.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'Pie3DChartReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'Pie3DChartReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'Pie3DChartReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'Pie3DChartReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartdetail_band.json b/jrxml_chunker_output/per_file/Pie3DChartdetail_band.json new file mode 100644 index 0000000..edff177 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartdetail_band.json @@ -0,0 +1,362 @@ +[ + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_detail", + "human_description": "This is the 'detail' band of report 'Pie3DChartReport', height: 0 pixels, splitType: Stretch. Contains 0 elements: . Contains 1 nested bands: nested band (h=13).", + "raw_xml": "\n\t\t\n\t\t\t\n\t\t\t\t$F{OrderID}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipName} + \", \" + $F{ShipCity}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{ShipRegion}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{OrderDate}\n\t\t\t\n\t\t\t\n\t\t\t\t$F{Freight}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' detail band", + "metadata": { + "band_name": "detail", + "band_height": "0", + "split_type": "Stretch", + "element_counts": {}, + "element_count": 0, + "nested_band_count": 1, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartfield_CustomerID.json b/jrxml_chunker_output/per_file/Pie3DChartfield_CustomerID.json new file mode 100644 index 0000000..a1eeb23 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartfield_CustomerID.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 7, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': CustomerID, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'CustomerID'", + "metadata": { + "field_name": "CustomerID", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 7, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': CustomerID, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'CustomerID'", + "metadata": { + "field_name": "CustomerID", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartfield_EmployeeID.json b/jrxml_chunker_output/per_file/Pie3DChartfield_EmployeeID.json new file mode 100644 index 0000000..16eeedc --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartfield_EmployeeID.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 15, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': EmployeeID, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'EmployeeID'", + "metadata": { + "field_name": "EmployeeID", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 15, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': EmployeeID, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'EmployeeID'", + "metadata": { + "field_name": "EmployeeID", + "field_class": "java.lang.Integer", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartfield_Freight.json b/jrxml_chunker_output/per_file/Pie3DChartfield_Freight.json new file mode 100644 index 0000000..819b199 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartfield_Freight.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 17, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': Freight, type: java.lang.Double", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'Freight'", + "metadata": { + "field_name": "Freight", + "field_class": "java.lang.Double", + "field_expression": null + } + }, + { + "chunk_id": 17, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': Freight, type: java.lang.Double", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'Freight'", + "metadata": { + "field_name": "Freight", + "field_class": "java.lang.Double", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartfield_OrderDate.json b/jrxml_chunker_output/per_file/Pie3DChartfield_OrderDate.json new file mode 100644 index 0000000..9e46944 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartfield_OrderDate.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 12, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': OrderDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'OrderDate'", + "metadata": { + "field_name": "OrderDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 12, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': OrderDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'OrderDate'", + "metadata": { + "field_name": "OrderDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartfield_OrderID.json b/jrxml_chunker_output/per_file/Pie3DChartfield_OrderID.json new file mode 100644 index 0000000..37452ec --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartfield_OrderID.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 8, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': OrderID, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'OrderID'", + "metadata": { + "field_name": "OrderID", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 8, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': OrderID, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'OrderID'", + "metadata": { + "field_name": "OrderID", + "field_class": "java.lang.Integer", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartfield_RequiredDate.json b/jrxml_chunker_output/per_file/Pie3DChartfield_RequiredDate.json new file mode 100644 index 0000000..20b9497 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartfield_RequiredDate.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 6, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': RequiredDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'RequiredDate'", + "metadata": { + "field_name": "RequiredDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 6, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': RequiredDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'RequiredDate'", + "metadata": { + "field_name": "RequiredDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartfield_ShipAddress.json b/jrxml_chunker_output/per_file/Pie3DChartfield_ShipAddress.json new file mode 100644 index 0000000..fd8aa89 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartfield_ShipAddress.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 14, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipAddress, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipAddress'", + "metadata": { + "field_name": "ShipAddress", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 14, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipAddress, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipAddress'", + "metadata": { + "field_name": "ShipAddress", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartfield_ShipCity.json b/jrxml_chunker_output/per_file/Pie3DChartfield_ShipCity.json new file mode 100644 index 0000000..2811b95 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartfield_ShipCity.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 13, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipCity, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipCity'", + "metadata": { + "field_name": "ShipCity", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 13, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipCity, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipCity'", + "metadata": { + "field_name": "ShipCity", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartfield_ShipCountry.json b/jrxml_chunker_output/per_file/Pie3DChartfield_ShipCountry.json new file mode 100644 index 0000000..5d9834a --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartfield_ShipCountry.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 5, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipCountry, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipCountry'", + "metadata": { + "field_name": "ShipCountry", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 5, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipCountry, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipCountry'", + "metadata": { + "field_name": "ShipCountry", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartfield_ShipName.json b/jrxml_chunker_output/per_file/Pie3DChartfield_ShipName.json new file mode 100644 index 0000000..f5017e5 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartfield_ShipName.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 9, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipName, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipName'", + "metadata": { + "field_name": "ShipName", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 9, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipName, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipName'", + "metadata": { + "field_name": "ShipName", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartfield_ShipPostalCode.json b/jrxml_chunker_output/per_file/Pie3DChartfield_ShipPostalCode.json new file mode 100644 index 0000000..24d81c2 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartfield_ShipPostalCode.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 11, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipPostalCode, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipPostalCode'", + "metadata": { + "field_name": "ShipPostalCode", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 11, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipPostalCode, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipPostalCode'", + "metadata": { + "field_name": "ShipPostalCode", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartfield_ShipRegion.json b/jrxml_chunker_output/per_file/Pie3DChartfield_ShipRegion.json new file mode 100644 index 0000000..1fc2ddb --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartfield_ShipRegion.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 16, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipRegion, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipRegion'", + "metadata": { + "field_name": "ShipRegion", + "field_class": "java.lang.String", + "field_expression": null + } + }, + { + "chunk_id": 16, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipRegion, type: java.lang.String", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipRegion'", + "metadata": { + "field_name": "ShipRegion", + "field_class": "java.lang.String", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartfield_ShipVia.json b/jrxml_chunker_output/per_file/Pie3DChartfield_ShipVia.json new file mode 100644 index 0000000..29b6d35 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartfield_ShipVia.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 10, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipVia, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipVia'", + "metadata": { + "field_name": "ShipVia", + "field_class": "java.lang.Integer", + "field_expression": null + } + }, + { + "chunk_id": 10, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShipVia, type: java.lang.Integer", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShipVia'", + "metadata": { + "field_name": "ShipVia", + "field_class": "java.lang.Integer", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartfield_ShippedDate.json b/jrxml_chunker_output/per_file/Pie3DChartfield_ShippedDate.json new file mode 100644 index 0000000..132e37c --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartfield_ShippedDate.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 4, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShippedDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShippedDate'", + "metadata": { + "field_name": "ShippedDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + }, + { + "chunk_id": 4, + "chunk_type": "field", + "human_description": "Field definition for report 'Pie3DChartReport': ShippedDate, type: java.sql.Timestamp", + "raw_xml": "\n\t", + "context": "Report 'Pie3DChartReport' field 'ShippedDate'", + "metadata": { + "field_name": "ShippedDate", + "field_class": "java.sql.Timestamp", + "field_expression": null + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartgroup_ChartGroup.json b/jrxml_chunker_output/per_file/Pie3DChartgroup_ChartGroup.json new file mode 100644 index 0000000..047de79 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartgroup_ChartGroup.json @@ -0,0 +1,34 @@ +[ + { + "chunk_id": 24, + "chunk_type": "group", + "human_description": "This is group 'ChartGroup' definition for report 'Pie3DChartReport'. Group expression: ($V{FirstLetterCount} - 1) / 3. Has groupHeader: Yes, has groupFooter: Yes. Min height: 200, start new column: true, reprint header: false.", + "raw_xml": "\n\t\t($V{FirstLetterCount} - 1) / 3\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tCountries Starting With Letter :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FirstLetterMin}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tto\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FirstLetterMax}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tCount :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{ChartGroup_COUNT}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tTotal :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FreightSumChartGroup}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' group 'ChartGroup'", + "metadata": { + "group_name": "ChartGroup", + "expression": "($V{FirstLetterCount} - 1) / 3", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "200", + "startNewColumn": "true", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 24, + "chunk_type": "group", + "human_description": "This is group 'ChartGroup' definition for report 'Pie3DChartReport'. Group expression: ($V{FirstLetterCount} - 1) / 3. Has groupHeader: Yes, has groupFooter: Yes. Min height: 200, start new column: true, reprint header: false.", + "raw_xml": "\n\t\t($V{FirstLetterCount} - 1) / 3\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tCountries Starting With Letter :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FirstLetterMin}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tto\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FirstLetterMax}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\t$V{FreightSumCountryGroup}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tCount :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{ChartGroup_COUNT}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tTotal :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FreightSumChartGroup}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' group 'ChartGroup'", + "metadata": { + "group_name": "ChartGroup", + "expression": "($V{FirstLetterCount} - 1) / 3", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "200", + "startNewColumn": "true", + "reprintHeaderOnEachPage": "false" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartgroup_CountryGroup.json b/jrxml_chunker_output/per_file/Pie3DChartgroup_CountryGroup.json new file mode 100644 index 0000000..1d7a00b --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartgroup_CountryGroup.json @@ -0,0 +1,34 @@ +[ + { + "chunk_id": 26, + "chunk_type": "group", + "human_description": "This is group 'CountryGroup' definition for report 'Pie3DChartReport'. Group expression: $F{ShipCountry}. Has groupHeader: Yes, has groupFooter: Yes. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$F{ShipCountry}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DateHighestCountryGroup}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tCount :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{CountryGroup_COUNT}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tTotal :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FreightSumCountryGroup}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' group 'CountryGroup'", + "metadata": { + "group_name": "CountryGroup", + "expression": "$F{ShipCountry}", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 26, + "chunk_type": "group", + "human_description": "This is group 'CountryGroup' definition for report 'Pie3DChartReport'. Group expression: $F{ShipCountry}. Has groupHeader: Yes, has groupFooter: Yes. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$F{ShipCountry}\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{DateHighestCountryGroup}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tCount :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{CountryGroup_COUNT}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tTotal :\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$V{FreightSumCountryGroup}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t", + "context": "Report 'Pie3DChartReport' group 'CountryGroup'", + "metadata": { + "group_name": "CountryGroup", + "expression": "$F{ShipCountry}", + "has_header": true, + "has_footer": true, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartgroup_FirstLetterGroup.json b/jrxml_chunker_output/per_file/Pie3DChartgroup_FirstLetterGroup.json new file mode 100644 index 0000000..18abfea --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartgroup_FirstLetterGroup.json @@ -0,0 +1,34 @@ +[ + { + "chunk_id": 25, + "chunk_type": "group", + "human_description": "This is group 'FirstLetterGroup' definition for report 'Pie3DChartReport'. Group expression: $V{FirstLetter}. Has groupHeader: No, has groupFooter: No. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$V{FirstLetter}\n\t\n\t", + "context": "Report 'Pie3DChartReport' group 'FirstLetterGroup'", + "metadata": { + "group_name": "FirstLetterGroup", + "expression": "$V{FirstLetter}", + "has_header": false, + "has_footer": false, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + }, + { + "chunk_id": 25, + "chunk_type": "group", + "human_description": "This is group 'FirstLetterGroup' definition for report 'Pie3DChartReport'. Group expression: $V{FirstLetter}. Has groupHeader: No, has groupFooter: No. Min height: 0, start new column: false, reprint header: false.", + "raw_xml": "\n\t\t$V{FirstLetter}\n\t\n\t", + "context": "Report 'Pie3DChartReport' group 'FirstLetterGroup'", + "metadata": { + "group_name": "FirstLetterGroup", + "expression": "$V{FirstLetter}", + "has_header": false, + "has_footer": false, + "minHeightToStartNewPage": "0", + "startNewColumn": "false", + "reprintHeaderOnEachPage": "false" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartoverall_structure_overview.json b/jrxml_chunker_output/per_file/Pie3DChartoverall_structure_overview.json new file mode 100644 index 0000000..1dce556 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartoverall_structure_overview.json @@ -0,0 +1,98 @@ +[ + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'Pie3DChartReport'. Page size: 595 x 842 portrait. Contains 5 standard bands with content: title, columnHeader, detail, columnFooter, pageFooter. Defines 14 fields: ShippedDate, ShipCountry, RequiredDate, CustomerID, OrderID, ShipName, ShipVia, ShipPostalCode, OrderDate, ShipCity, ShipAddress, EmployeeID, ShipRegion, Freight. Defines 2 parameters: ReportTitle, MaxOrderID. Defines 11 variables: FirstLetter, FirstLetterCount, FirstLetterMin, FirstLetterMax, FreightSumChartGroup, FreightSumCountryGroup, FreightSumColumn, FreightSumPage, FreightSumReport, DateHighestCountryGroup, RegionCountCountryGroup. Defines 3 groups: ChartGroup, FirstLetterGroup, CountryGroup. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 1 charts.", + "raw_xml": "", + "context": "Report 'Pie3DChartReport' overall structure overview", + "metadata": { + "report_name": "Pie3DChartReport", + "bands": [ + "title", + "columnHeader", + "detail", + "columnFooter", + "pageFooter" + ], + "field_count": 14, + "parameter_count": 2, + "variable_count": 11, + "group_count": 3, + "chart_count": 1, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB", + "net.sf.jasperreports.chart.render.type": "svg", + "net.sf.jasperreports.image.dpi": "150" + } + }, + "attributes": { + "name": "Pie3DChartReport", + "language": "java", + "columnCount": "2", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "270", + "columnSpacing": "15", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "96414c51-c86e-493e-982d-6f1907bb35cf" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'Pie3DChartReport'. Page size: 595 x 842 portrait. Contains 5 standard bands with content: title, columnHeader, detail, columnFooter, pageFooter. Defines 14 fields: ShippedDate, ShipCountry, RequiredDate, CustomerID, OrderID, ShipName, ShipVia, ShipPostalCode, OrderDate, ShipCity, ShipAddress, EmployeeID, ShipRegion, Freight. Defines 2 parameters: ReportTitle, MaxOrderID. Defines 11 variables: FirstLetter, FirstLetterCount, FirstLetterMin, FirstLetterMax, FreightSumChartGroup, FreightSumCountryGroup, FreightSumColumn, FreightSumPage, FreightSumReport, DateHighestCountryGroup, RegionCountCountryGroup. Defines 3 groups: ChartGroup, FirstLetterGroup, CountryGroup. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 1 charts.", + "raw_xml": "", + "context": "Report 'Pie3DChartReport' overall structure overview", + "metadata": { + "report_name": "Pie3DChartReport", + "bands": [ + "title", + "columnHeader", + "detail", + "columnFooter", + "pageFooter" + ], + "field_count": 14, + "parameter_count": 2, + "variable_count": 11, + "group_count": 3, + "chart_count": 1, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB", + "net.sf.jasperreports.chart.render.type": "svg", + "net.sf.jasperreports.image.dpi": "150" + } + }, + "attributes": { + "name": "Pie3DChartReport", + "language": "java", + "columnCount": "2", + "pageWidth": "595", + "pageHeight": "842", + "columnWidth": "270", + "columnSpacing": "15", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "96414c51-c86e-493e-982d-6f1907bb35cf" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartpageFooter_band.json b/jrxml_chunker_output/per_file/Pie3DChartpageFooter_band.json new file mode 100644 index 0000000..2323a37 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartpageFooter_band.json @@ -0,0 +1,602 @@ +[ + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + }, + { + "chunk_id": 27, + "chunk_type": "band_pageFooter", + "human_description": "This is the 'pageFooter' band of report 'Pie3DChartReport', height: 30 pixels, splitType: Stretch. Contains 8 elements: 1x rectangle, 3x staticText, 4x textField. Visible text samples: Count :; ${$V{PAGE_COUNT}}; Total : ... and 7 more texts", + "raw_xml": "\n\t\t\n\t\t\n\t\t\tCount :\n\t\t\n\t\t\n\t\t\t$V{PAGE_COUNT}\n\t\t\n\t\t\n\t\t\tTotal :\n\t\t\n\t\t\n\t\t\t$V{FreightSumPage}\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\t\n\t\t\t/\n\t\t\n\t\t\n\t\t\t$V{PAGE_NUMBER}\n\t\t\n\t\n", + "context": "Report 'Pie3DChartReport' pageFooter band", + "metadata": { + "band_name": "pageFooter", + "band_height": "30", + "split_type": "Stretch", + "element_counts": { + "rectangle": 1, + "staticText": 3, + "textField": 4 + }, + "element_count": 8, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "Count :", + "${$V{PAGE_COUNT}}", + "Total :", + "${$V{FreightSumPage}}", + "${$V{PAGE_NUMBER}}", + "/", + "${$V{PAGE_NUMBER}}" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartparameter_definitions.json b/jrxml_chunker_output/per_file/Pie3DChartparameter_definitions.json new file mode 100644 index 0000000..edd9ac3 --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartparameter_definitions.json @@ -0,0 +1,46 @@ +[ + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'Pie3DChartReport', total 2 parameters. Parameters: ReportTitle(java.lang.String), MaxOrderID(java.lang.Integer).", + "raw_xml": "\n\t\t\"Pie 3D Chart Report\"\n\t\n\t\n\n\t\t12500\n\t\n\t", + "context": "Report 'Pie3DChartReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ReportTitle", + "MaxOrderID" + ], + "parameter_types": { + "ReportTitle": "java.lang.String", + "MaxOrderID": "java.lang.Integer" + }, + "default_values": { + "ReportTitle": "\"Pie 3D Chart Report\"", + "MaxOrderID": "12500" + }, + "count": 2 + } + }, + { + "chunk_id": 3, + "chunk_type": "parameters", + "human_description": "These are all parameter definitions for report 'Pie3DChartReport', total 2 parameters. Parameters: ReportTitle(java.lang.String), MaxOrderID(java.lang.Integer).", + "raw_xml": "\n\t\t\"Pie 3D Chart Report\"\n\t\n\t\n\n\t\t12500\n\t\n\t", + "context": "Report 'Pie3DChartReport' parameter definitions", + "metadata": { + "parameter_names": [ + "ReportTitle", + "MaxOrderID" + ], + "parameter_types": { + "ReportTitle": "java.lang.String", + "MaxOrderID": "java.lang.Integer" + }, + "default_values": { + "ReportTitle": "\"Pie 3D Chart Report\"", + "MaxOrderID": "12500" + }, + "count": 2 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Pie3DChartstyle_definitions.json b/jrxml_chunker_output/per_file/Pie3DChartstyle_definitions.json new file mode 100644 index 0000000..6518a5b --- /dev/null +++ b/jrxml_chunker_output/per_file/Pie3DChartstyle_definitions.json @@ -0,0 +1,40 @@ +[ + { + "chunk_id": 23, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'Pie3DChartReport', total 5 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic, Serif_Normal, Serif_Bold. Default style: Sans_Normal.", + "raw_xml": "\n\t", + "context": "Report 'ScriptletReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "Sans_Italic", + "AlternateDetail" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 4 + } + }, + { + "chunk_id": 7, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'ScriptletReport', total 4 styles. Styles: Sans_Normal, Sans_Bold, Sans_Italic, AlternateDetail. Default style: Sans_Normal. Contains conditional styles.", + "raw_xml": "\n\t", + "context": "Report 'ScriptletReport' style definitions", + "metadata": { + "style_names": [ + "Sans_Normal", + "Sans_Bold", + "Sans_Italic", + "AlternateDetail" + ], + "default_style": "Sans_Normal", + "has_conditional_styles": true, + "count": 4 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Scriptletsummary_band.json b/jrxml_chunker_output/per_file/Scriptletsummary_band.json new file mode 100644 index 0000000..dc3a999 --- /dev/null +++ b/jrxml_chunker_output/per_file/Scriptletsummary_band.json @@ -0,0 +1,462 @@ +[ + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_summary", + "human_description": "This is the 'summary' band of report 'ScriptletReport', height: 45 pixels, splitType: Stretch. Contains 2 elements: 2x textField. Visible text samples: ${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}; ${$P{REPORT_SCRIPTLET}.hello()}", + "raw_xml": "\n\t\t\n\t\t\t\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"\n\t\t\n\t\t\n\t\t\t$P{REPORT_SCRIPTLET}.hello()\n\t\t\n\t\n", + "context": "Report 'ScriptletReport' summary band", + "metadata": { + "band_name": "summary", + "band_height": "45", + "split_type": "Stretch", + "element_counts": { + "textField": 2 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${\"There were \" + \n\t\t\t\t\tString.valueOf($V{REPORT_COUNT}) + \n\t\t\t\t\t\" address records on this report from the following cities : \\n\" +\n\t\t\t\t\t$V{AllCities} + \".\"}", + "${$P{REPORT_SCRIPTLET}.hello()}" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Scriptlettitle_band.json b/jrxml_chunker_output/per_file/Scriptlettitle_band.json new file mode 100644 index 0000000..0fbff64 --- /dev/null +++ b/jrxml_chunker_output/per_file/Scriptlettitle_band.json @@ -0,0 +1,462 @@ +[ + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + }, + { + "chunk_id": 9, + "chunk_type": "band_title", + "human_description": "This is the 'title' band of report 'ScriptletReport', height: 50 pixels, splitType: Stretch. Contains 2 elements: 1x line, 1x textField. Visible text samples: ${$P{ReportTitle}}", + "raw_xml": "\n\t\t<element kind=\"line\" uuid=\"14f55481-a7d7-4970-8c4f-aee5534f1f1b\" x=\"0\" y=\"0\" width=\"515\" height=\"1\" />\n\t\t<element kind=\"textField\" uuid=\"bc8ccb47-1c16-417b-94a0-1eec36e37b36\" x=\"0\" y=\"10\" width=\"515\" height=\"30\" fontSize=\"22.0\" blankWhenNull=\"true\" hTextAlign=\"Center\" style=\"Sans_Normal\">\n\t\t\t<expression>$P{ReportTitle}</expression>\n\t\t</element>\n\t\n\t", + "context": "Report 'ScriptletReport' title band", + "metadata": { + "band_name": "title", + "band_height": "50", + "split_type": "Stretch", + "element_counts": { + "line": 1, + "textField": 1 + }, + "element_count": 2, + "nested_band_count": 0, + "frame_count": 0, + "element_group_count": 0, + "visible_texts": [ + "${$P{ReportTitle}}" + ] + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Scriptletvariable_definitions_(Group_level_reset).json b/jrxml_chunker_output/per_file/Scriptletvariable_definitions_(Group_level_reset).json new file mode 100644 index 0000000..7b133f5 --- /dev/null +++ b/jrxml_chunker_output/per_file/Scriptletvariable_definitions_(Group_level_reset).json @@ -0,0 +1,54 @@ +[ + { + "chunk_id": 5, + "chunk_type": "variables_group", + "human_description": "These are variable definitions for report 'ScriptletReport' (resetType=Group), total 1 variables. Variables: CityNumber(java.lang.Integer, System).", + "raw_xml": "\n\t\t$V{CityNumber} == null ? 1 : ($V{CityNumber} + 1)\n\t\n\t", + "context": "Report 'ScriptletReport' variable definitions (Group level reset)", + "metadata": { + "variable_names": [ + "CityNumber" + ], + "variable_types": { + "CityNumber": "java.lang.Integer" + }, + "variable_calculations": { + "CityNumber": "System" + }, + "reset_type": "Group", + "expressions": { + "CityNumber": { + "type": "initialValue", + "value": "$V{CityNumber} == null ? 1 : ($V{CityNumber} + 1)" + } + }, + "count": 1 + } + }, + { + "chunk_id": 5, + "chunk_type": "variables_group", + "human_description": "These are variable definitions for report 'ScriptletReport' (resetType=Group), total 1 variables. Variables: CityNumber(java.lang.Integer, System).", + "raw_xml": "\n\t\t$V{CityNumber} == null ? 1 : ($V{CityNumber} + 1)\n\t\n\t", + "context": "Report 'ScriptletReport' variable definitions (Group level reset)", + "metadata": { + "variable_names": [ + "CityNumber" + ], + "variable_types": { + "CityNumber": "java.lang.Integer" + }, + "variable_calculations": { + "CityNumber": "System" + }, + "reset_type": "Group", + "expressions": { + "CityNumber": { + "type": "initialValue", + "value": "$V{CityNumber} == null ? 1 : ($V{CityNumber} + 1)" + } + }, + "count": 1 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Scriptletvariable_definitions_(level_reset).json b/jrxml_chunker_output/per_file/Scriptletvariable_definitions_(level_reset).json new file mode 100644 index 0000000..387b9cb --- /dev/null +++ b/jrxml_chunker_output/per_file/Scriptletvariable_definitions_(level_reset).json @@ -0,0 +1,44 @@ +[ + { + "chunk_id": 5, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'ScriptletReport' (resetType=Report), total 1 variables. Variables: AllCities(java.lang.String, System).", + "raw_xml": "\n\t", + "context": "Report 'ScriptletReport' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "AllCities" + ], + "variable_types": { + "AllCities": "java.lang.String" + }, + "variable_calculations": { + "AllCities": "System" + }, + "reset_type": "Report", + "expressions": {}, + "count": 1 + } + }, + { + "chunk_id": 5, + "chunk_type": "variables_report", + "human_description": "These are variable definitions for report 'ScriptletReport' (resetType=Report), total 1 variables. Variables: AllCities(java.lang.String, System).", + "raw_xml": "\n\t", + "context": "Report 'ScriptletReport' variable definitions (Report level reset)", + "metadata": { + "variable_names": [ + "AllCities" + ], + "variable_types": { + "AllCities": "java.lang.String" + }, + "variable_calculations": { + "AllCities": "System" + }, + "reset_type": "Report", + "expressions": {}, + "count": 1 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Shapesdata_source_configuration.json b/jrxml_chunker_output/per_file/Shapesdata_source_configuration.json new file mode 100644 index 0000000..4d212d9 --- /dev/null +++ b/jrxml_chunker_output/per_file/Shapesdata_source_configuration.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'ShapesReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'ShapesReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + }, + { + "chunk_id": 1, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'ShapesReport'. Data adapter: One Empty Record.", + "raw_xml": "", + "context": "Report 'ShapesReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Shapesoverall_structure_overview.json b/jrxml_chunker_output/per_file/Shapesoverall_structure_overview.json new file mode 100644 index 0000000..2487a3c --- /dev/null +++ b/jrxml_chunker_output/per_file/Shapesoverall_structure_overview.json @@ -0,0 +1,84 @@ +[ + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'ShapesReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'ShapesReport' overall structure overview", + "metadata": { + "report_name": "ShapesReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "ShapesReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "whenNoDataType": "AllSectionsNoDetail", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "02560bcc-b1b2-464f-90a0-1e56616b66e1" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'ShapesReport'. Page size: 595 x 842 portrait. Contains 1 standard bands with content: title. Defines 0 fields: none. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.", + "raw_xml": "", + "context": "Report 'ShapesReport' overall structure overview", + "metadata": { + "report_name": "ShapesReport", + "bands": [ + "title" + ], + "field_count": 0, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 0, + "subreport_count": 0, + "datasource": { + "type": "DataAdapter", + "source": "One Empty Record", + "query_language": null, + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record" + } + }, + "attributes": { + "name": "ShapesReport", + "language": "java", + "pageWidth": "595", + "pageHeight": "842", + "whenNoDataType": "AllSectionsNoDetail", + "columnWidth": "555", + "leftMargin": "20", + "rightMargin": "20", + "topMargin": "30", + "bottomMargin": "30", + "uuid": "02560bcc-b1b2-464f-90a0-1e56616b66e1" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Shapestitle_band.json b/jrxml_chunker_output/per_file/Shapestitle_band.json new file mode 100644 index 0000000..2b5f5ae --- /dev/null +++ b/jrxml_chunker_output/per_file/Shapestitle_band.json @@ -0,0 +1,11022 @@ +[ + { + "chunk_id": 2, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 3, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 4, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 5, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 6, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 7, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 8, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 9, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 10, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 11, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 15, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 16, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 17, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 18, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 19, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 20, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 21, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 31, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 32, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 33, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 34, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 35, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 36, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 37, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 38, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 39, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 40, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 41, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 42, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 43, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 44, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 45, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 46, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 47, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 48, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 49, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 50, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 51, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 52, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 53, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 54, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 55, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 56, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 57, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 58, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 59, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 60, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 61, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 62, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 63, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 64, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 65, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 66, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 67, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 68, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 69, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 70, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 71, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 72, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 73, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 74, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 75, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 76, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 77, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 78, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 79, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 80, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 81, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 82, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 83, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 84, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 85, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 86, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 87, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 88, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 89, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 90, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 91, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 92, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 93, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 94, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 95, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 96, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 97, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 98, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 99, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 100, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 101, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 102, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 103, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 104, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 105, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 106, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 107, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 108, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 109, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 110, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 111, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 112, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 113, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 114, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 115, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 116, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 117, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 118, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 119, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 120, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 121, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 122, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 123, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 124, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 125, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 126, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 127, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 128, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 129, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 130, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 131, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 132, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 133, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 134, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 135, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 136, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 137, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 138, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 139, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 140, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 141, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 142, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 143, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 144, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 145, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 146, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 147, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 148, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 149, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 150, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 151, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 152, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 153, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 154, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 155, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 156, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 157, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 158, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 159, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 160, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 161, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 162, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 163, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 164, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 165, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 166, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 167, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 168, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 169, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 170, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 171, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 172, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 173, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 174, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 175, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 176, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 177, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 178, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 179, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 180, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 181, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 182, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 183, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 184, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 185, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 186, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 187, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 188, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 189, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 190, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 191, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 192, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 193, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 194, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 195, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 196, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 197, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 198, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 199, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 200, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 201, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 202, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 203, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 204, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 205, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 206, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 207, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 208, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 209, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 210, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 211, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 212, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 213, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 214, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 215, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 216, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 217, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 218, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 219, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 220, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 221, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 222, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 223, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 224, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 225, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 226, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 227, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 228, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 229, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 230, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 231, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 232, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 233, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 234, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 235, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 236, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 237, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 238, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 239, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 240, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 241, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 242, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 243, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 244, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 245, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 246, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 247, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 248, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 249, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 250, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 251, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 252, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 253, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 254, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 255, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 256, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 257, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 258, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 259, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 260, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 261, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 262, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 263, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 264, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 265, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 266, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 267, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 268, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 269, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 270, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 271, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 272, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 273, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 274, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 275, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 276, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 277, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 278, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 279, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 280, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 281, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 3, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 4, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 5, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 6, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 7, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 8, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 9, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 10, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 11, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 12, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 13, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 14, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 15, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 16, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 17, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 18, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 19, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 20, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 21, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 22, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 23, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 24, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 25, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 26, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 27, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 28, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 29, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 30, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 31, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 32, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 33, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 34, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 35, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 36, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 37, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 38, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 39, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 40, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 41, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 42, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 43, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 44, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 45, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 46, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 47, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 48, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 49, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 50, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 51, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 52, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 53, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 54, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 55, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 56, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 57, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 58, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 59, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 60, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 61, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 62, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 63, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 64, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 65, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 66, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 67, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 68, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 69, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 70, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 71, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 72, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 73, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 74, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 75, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 76, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 77, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 78, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 79, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 80, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 81, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 82, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 83, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 84, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 85, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 86, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 87, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 88, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 89, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 90, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 91, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 92, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 93, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 94, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 95, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 96, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 97, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 98, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 99, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 100, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 101, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 102, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 103, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 104, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 105, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 106, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 107, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 108, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 109, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 110, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 111, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 112, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 113, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 114, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 115, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 116, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 117, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 118, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 119, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 120, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 121, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 122, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 123, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 124, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 125, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 126, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 127, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 128, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 129, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 130, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 131, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 132, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 133, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 134, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 135, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 136, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 137, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 138, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 139, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 140, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 141, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 142, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 143, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 144, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 145, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 146, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 147, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 148, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 149, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 150, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 151, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 152, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 153, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 154, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 155, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 156, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 157, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 158, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 159, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 160, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 161, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 162, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 163, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 164, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 165, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 166, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 167, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 168, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 169, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 170, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 171, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 172, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 173, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 174, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 175, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 176, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 177, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 178, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 179, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 180, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 181, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 182, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 183, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 184, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 185, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 186, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 187, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 188, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 189, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 190, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 191, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 192, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 193, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 194, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 195, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 196, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 197, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 198, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 199, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 200, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 201, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 202, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 203, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 204, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 205, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 206, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 207, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 208, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 209, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 210, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 211, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 212, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 213, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 214, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 215, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 216, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 217, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 218, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 219, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 220, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 221, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 222, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 223, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 224, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 225, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 226, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 227, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 228, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 229, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 230, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 231, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 232, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 233, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 234, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 235, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 236, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 237, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 238, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 239, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 240, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 241, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 242, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 243, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 244, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 245, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 246, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 247, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 248, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 249, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 250, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 251, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 252, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 253, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 254, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 50), Size: 200x1.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "409fe65d-91f6-4e4d-aba2-a9dad8137acc", + "x": "0", + "y": "50", + "width": "200", + "height": "1" + } + } + }, + { + "chunk_id": 255, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"0\" y=\"50\" width=\"200\" height=\"0\"/></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4cb22491-9354-4668-a216-bcf300391ef1", + "x": "210", + "y": "50", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 256, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 100), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "7e389bc8-a8bb-458f-b290-ad67538857f8", + "x": "0", + "y": "100", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 257, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"TopDown\"><reportElement x=\"0\" y=\"100\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "47a5fc73-1466-4c66-aa68-102a3530a5f7", + "x": "210", + "y": "100", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 258, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (0, 150), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "862e5f68-d45a-4c40-a6d3-835a039b6a61", + "x": "0", + "y": "150", + "width": "200", + "height": "40", + "forecolor": "#00FF00", + "direction": "BottomUp" + } + } + }, + { + "chunk_id": 259, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line direction=\"BottomUp\"><reportElement x=\"0\" y=\"150\" width=\"200\" height=\"40\" forecolor=\"green\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "d02e6d0d-f499-49ac-9fec-8f2f88881f52", + "x": "210", + "y": "150", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 260, + "chunk_type": "element_line", + "human_description": "'title' band of report 'ShapesReport': line element, Position: (100, 200), Size: 1x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "line", + "attributes": { + "kind": "line", + "uuid": "b72ba1b1-ad13-471f-a9d3-ced9a2819641", + "x": "100", + "y": "200", + "width": "1", + "height": "40", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 261, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<line><reportElement x=\"100\" y=\"200\" width=\"0\" height=\"40\" forecolor=\"blue\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></line>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "7ff2655b-97d3-4f28-922d-a380c6ec24e3", + "x": "210", + "y": "200", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 262, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 250), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "88282a3b-af28-4518-a316-1f49bf2e6420", + "x": "0", + "y": "250", + "width": "200", + "height": "40", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 263, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"250\" width=\"200\" height=\"40\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"0\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca", + "x": "210", + "y": "250", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 264, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 300), Size: 200x40.", + "raw_xml": "\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "e2556436-be36-4b35-8439-2d536e018235", + "x": "0", + "y": "300", + "width": "200", + "height": "40" + } + } + }, + { + "chunk_id": 265, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"300\" width=\"200\" height=\"40\"/><graphicElement><pen lineWidth=\"1\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "f8f9cc57-71c2-474b-84f7-c7335baeddfc", + "x": "210", + "y": "300", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 266, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 350), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "86432e0c-bda7-4a01-8d62-669a09bbb6c1", + "x": "0", + "y": "350", + "width": "200", + "height": "40", + "backcolor": "#FFFF00", + "radius": "15" + } + } + }, + { + "chunk_id": 267, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle radius=\"15\"><reportElement x=\"0\" y=\"350\" width=\"200\" height=\"40\" backcolor=\"#FFFF00\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "4c945c5f-296f-4e84-ad3a-6ef73a85d066", + "x": "210", + "y": "350", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 268, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 400), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "22404d39-dacb-425e-b74b-cbfbcfec67a0", + "x": "0", + "y": "400", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#00FFFF" + } + } + }, + { + "chunk_id": 269, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"400\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#00FFFF\"/><graphicElement><pen lineWidth=\"4\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8", + "x": "210", + "y": "400", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 270, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 450), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "f7e584bf-dd59-4ad4-8058-87e3a01b4424", + "x": "0", + "y": "450", + "width": "200", + "height": "40", + "forecolor": "#FF00FF", + "backcolor": "#C0C0C0" + } + } + }, + { + "chunk_id": 271, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"0\" y=\"450\" width=\"200\" height=\"40\" forecolor=\"#FF00FF\" backcolor=\"#C0C0C0\"/><graphicElement><pen lineWidth=\"1\" lineStyle=\"Dashed\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "456f90a3-c28b-4ec1-aefc-d8d872657653", + "x": "210", + "y": "450", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 272, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 500), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "28f02797-c08d-48b1-af9c-01148d5eab2d", + "x": "0", + "y": "500", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 273, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 510), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "d1c1a829-97b3-4331-ba52-e14a74b5fdf1", + "x": "50", + "y": "510", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 274, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"510\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Opaque\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "10ffcc22-1a97-43e5-b721-1f0b7ddceb6a", + "x": "210", + "y": "500", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 275, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (0, 550), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "63cd0120-d0c4-434b-b456-b3f7840399be", + "x": "0", + "y": "550", + "width": "150", + "height": "30", + "backcolor": "#FFAABB" + } + } + }, + { + "chunk_id": 276, + "chunk_type": "element_rectangle", + "human_description": "'title' band of report 'ShapesReport': rectangle element, Position: (50, 560), Size: 150x30.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "rectangle", + "attributes": { + "kind": "rectangle", + "uuid": "cdcb8329-d89b-45e4-ac51-2d77f3bc0237", + "mode": "Transparent", + "x": "50", + "y": "560", + "width": "150", + "height": "30", + "forecolor": "#0000FF" + } + } + }, + { + "chunk_id": 277, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<rectangle><reportElement x=\"50\" y=\"560\" width=\"150\" height=\"30\" forecolor=\"blue\" mode=\"Transparent\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></rectangle>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10", + "x": "210", + "y": "550", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 278, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (0, 600), Size: 200x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "a20aa973-ef67-4101-8004-ef03b6574c36", + "x": "0", + "y": "600", + "width": "200", + "height": "40", + "forecolor": "#FF0000", + "backcolor": "#FFFF99" + } + } + }, + { + "chunk_id": 279, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"0\" y=\"600\" width=\"200\" height=\"40\" forecolor=\"red\" backcolor=\"#FFFF99\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "ff089b34-6810-4732-828d-bd47dac6e038", + "x": "210", + "y": "600", + "width": "340", + "height": "40" + } + } + }, + { + "chunk_id": 280, + "chunk_type": "element_ellipse", + "human_description": "'title' band of report 'ShapesReport': ellipse element, Position: (80, 650), Size: 40x40.", + "raw_xml": "\n\t\t\t\n\t\t\n\t\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "ellipse", + "attributes": { + "kind": "ellipse", + "uuid": "045857bd-fb35-458a-9fd0-baf26200707f", + "x": "80", + "y": "650", + "width": "40", + "height": "40", + "forecolor": "#009900", + "backcolor": "#99FFFF" + } + } + }, + { + "chunk_id": 281, + "chunk_type": "element_staticText", + "human_description": "'title' band of report 'ShapesReport': staticText element, Text: '\n\t\t\t<ellipse><reportElement x=\"80\" y=\"650\" width=\"40\" height=\"40\" forecolor=\"#009900\" backcolor=\"#99FFFF\"/><graphicElement><pen lineWidth=\"2\"/></graphicElement></ellipse>\n\t\t\n\t", + "context": "Report 'ShapesReport' title band", + "metadata": { + "band_name": "title", + "element_kind": "staticText", + "attributes": { + "kind": "staticText", + "uuid": "a113dbe9-5416-4f04-b832-93e753be60ea", + "x": "210", + "y": "650", + "width": "340", + "height": "40" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Shipmentscrosstab.json b/jrxml_chunker_output/per_file/Shipmentscrosstab.json new file mode 100644 index 0000000..10db6fb --- /dev/null +++ b/jrxml_chunker_output/per_file/Shipmentscrosstab.json @@ -0,0 +1,112 @@ +[ + { + "chunk_id": 16, + "chunk_type": "crosstab", + "human_description": "This is a crosstab element in report 'ShipmentsReport'. Row groups: 2 - Region, City. Column groups: 2 - ShipYear, ShipMonth. Measures: 1 - FreightSum.", + "raw_xml": "\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t", + "context": "Report 'ShipmentsReport' crosstab", + "metadata": { + "row_groups": [ + { + "name": "Region", + "width": "50", + "totalPosition": "End", + "bucket": "$F{ShipRegion}" + }, + { + "name": "City", + "width": "70", + "totalPosition": "End", + "bucket": "$F{ShipCity}" + } + ], + "column_groups": [ + { + "name": "ShipYear", + "height": "25", + "totalPosition": "End", + "bucket": "net.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})" + }, + { + "name": "ShipMonth", + "height": "25", + "totalPosition": "End", + "bucket": "net.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})" + } + ], + "measures": [ + { + "name": "FreightSum", + "calculation": "Sum", + "class": "java.lang.Float", + "expression": "$F{Freight}" + } + ], + "attributes": { + "kind": "crosstab", + "uuid": "12fcc3d0-f46e-4987-be7d-05226d019b24", + "x": "0", + "y": "20", + "width": "812", + "height": "20", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + }, + { + "chunk_id": 16, + "chunk_type": "crosstab", + "human_description": "This is a crosstab element in report 'ShipmentsReport'. Row groups: 2 - Region, City. Column groups: 2 - ShipYear, ShipMonth. Measures: 1 - FreightSum.", + "raw_xml": "\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t", + "context": "Report 'ShipmentsReport' crosstab", + "metadata": { + "row_groups": [ + { + "name": "Region", + "width": "50", + "totalPosition": "End", + "bucket": "$F{ShipRegion}" + }, + { + "name": "City", + "width": "70", + "totalPosition": "End", + "bucket": "$F{ShipCity}" + } + ], + "column_groups": [ + { + "name": "ShipYear", + "height": "25", + "totalPosition": "End", + "bucket": "net.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})" + }, + { + "name": "ShipMonth", + "height": "25", + "totalPosition": "End", + "bucket": "net.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})" + } + ], + "measures": [ + { + "name": "FreightSum", + "calculation": "Sum", + "class": "java.lang.Float", + "expression": "$F{Freight}" + } + ], + "attributes": { + "kind": "crosstab", + "uuid": "12fcc3d0-f46e-4987-be7d-05226d019b24", + "x": "0", + "y": "20", + "width": "812", + "height": "20", + "columnBreakOffset": "10", + "repeatColumnHeaders": "false" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Shipmentsdata_query.json b/jrxml_chunker_output/per_file/Shipmentsdata_query.json new file mode 100644 index 0000000..4d46b07 --- /dev/null +++ b/jrxml_chunker_output/per_file/Shipmentsdata_query.json @@ -0,0 +1,24 @@ +[ + { + "chunk_id": 3, + "chunk_type": "query", + "human_description": "This is the data query for report 'ShipmentsReport'. Language: SQL. Query: SELECT DISTINCT ShipCountry FROM Orders", + "raw_xml": "SELECT DISTINCT ShipCountry FROM Orders\n\t", + "context": "Report 'ShipmentsReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT DISTINCT ShipCountry FROM Orders" + } + }, + { + "chunk_id": 3, + "chunk_type": "query", + "human_description": "This is the data query for report 'ShipmentsReport'. Language: SQL. Query: SELECT DISTINCT ShipCountry FROM Orders", + "raw_xml": "SELECT DISTINCT ShipCountry FROM Orders\n\t", + "context": "Report 'ShipmentsReport' data query", + "metadata": { + "query_language": "sql", + "full_sql": "SELECT DISTINCT ShipCountry FROM Orders" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Shipmentsdata_source_configuration.json b/jrxml_chunker_output/per_file/Shipmentsdata_source_configuration.json new file mode 100644 index 0000000..95343d6 --- /dev/null +++ b/jrxml_chunker_output/per_file/Shipmentsdata_source_configuration.json @@ -0,0 +1,26 @@ +[ + { + "chunk_id": 2, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'ShipmentsReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'ShipmentsReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + }, + { + "chunk_id": 2, + "chunk_type": "datasource_config", + "human_description": "These are data source configuration properties for report 'ShipmentsReport'. Data adapter: Sample DB.", + "raw_xml": "", + "context": "Report 'ShipmentsReport' data source configuration", + "metadata": { + "properties": { + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Shipmentsdataset_Country_Orders.json b/jrxml_chunker_output/per_file/Shipmentsdataset_Country_Orders.json new file mode 100644 index 0000000..214a158 --- /dev/null +++ b/jrxml_chunker_output/per_file/Shipmentsdataset_Country_Orders.json @@ -0,0 +1,46 @@ +[ + { + "chunk_id": 1, + "chunk_type": "dataset", + "human_description": "This is dataset 'Country_Orders' definition for report 'ShipmentsReport'. Contains 4 fields: ShippedDate, ShipRegion, ShipCity, Freight. Contains 1 parameters: Country. Query (sql): SELECT ShippedDate, ShipRegion, ShipCity, Freight\n\t\t\tFROM Orders\n\t\t\tWHERE\n\t\t\t\tShipCountry = $P{Country} AND\n\t\t\t\tShippedDate IS NOT NULL", + "raw_xml": "\n\t\t\n\t\tSELECT ShippedDate, ShipRegion, ShipCity, Freight\n\t\t\tFROM Orders\n\t\t\tWHERE\n\t\t\t\tShipCountry = $P{Country} AND\n\t\t\t\tShippedDate IS NOT NULL\n\t\t\n\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'ShipmentsReport' dataset 'Country_Orders'", + "metadata": { + "dataset_name": "Country_Orders", + "field_names": [ + "ShippedDate", + "ShipRegion", + "ShipCity", + "Freight" + ], + "parameter_names": [ + "Country" + ], + "query": "SELECT ShippedDate, ShipRegion, ShipCity, Freight\n\t\t\tFROM Orders\n\t\t\tWHERE\n\t\t\t\tShipCountry = $P{Country} AND\n\t\t\t\tShippedDate IS NOT NULL", + "query_language": "sql", + "properties": {} + } + }, + { + "chunk_id": 1, + "chunk_type": "dataset", + "human_description": "This is dataset 'Country_Orders' definition for report 'ShipmentsReport'. Contains 4 fields: ShippedDate, ShipRegion, ShipCity, Freight. Contains 1 parameters: Country. Query (sql): SELECT ShippedDate, ShipRegion, ShipCity, Freight\n\t\t\tFROM Orders\n\t\t\tWHERE\n\t\t\t\tShipCountry = $P{Country} AND\n\t\t\t\tShippedDate IS NOT NULL", + "raw_xml": "\n\t\t\n\t\tSELECT ShippedDate, ShipRegion, ShipCity, Freight\n\t\t\tFROM Orders\n\t\t\tWHERE\n\t\t\t\tShipCountry = $P{Country} AND\n\t\t\t\tShippedDate IS NOT NULL\n\t\t\n\t\t\n\t\t\n\t\t\n\t\n\t", + "context": "Report 'ShipmentsReport' dataset 'Country_Orders'", + "metadata": { + "dataset_name": "Country_Orders", + "field_names": [ + "ShippedDate", + "ShipRegion", + "ShipCity", + "Freight" + ], + "parameter_names": [ + "Country" + ], + "query": "SELECT ShippedDate, ShipRegion, ShipCity, Freight\n\t\t\tFROM Orders\n\t\t\tWHERE\n\t\t\t\tShipCountry = $P{Country} AND\n\t\t\t\tShippedDate IS NOT NULL", + "query_language": "sql", + "properties": {} + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Shipmentsdetail_band.json b/jrxml_chunker_output/per_file/Shipmentsdetail_band.json new file mode 100644 index 0000000..c69e0ed --- /dev/null +++ b/jrxml_chunker_output/per_file/Shipmentsdetail_band.json @@ -0,0 +1,242 @@ +[ + { + "chunk_id": 6, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 7, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 8, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 9, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 10, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 11, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 12, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 13, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 14, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 15, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 6, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 7, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 8, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 9, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 10, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 11, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 12, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 13, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 14, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + }, + { + "chunk_id": 15, + "chunk_type": "nested_band", + "human_description": "'detail' band of report 'ShipmentsReport': nested band element, Height: 50.", + "raw_xml": "\n\t\t\t\n\t\t\t\t\"Shipments to \" + $F{ShipCountry}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tShipments total freight\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipRegion}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{Region} == null ? \"No region\" : $V{Region}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$P{Country} + \" Total\"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t$F{ShipCity}\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{City}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToYear($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipYear}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tTotal\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tnet.sf.jasperreports.samples.crosstabs.CrosstabApp.truncateToMonth($F{ShippedDate})\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{ShipMonth}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"{0,date,yyyy} Total\", $V{ShipYear})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t$F{Freight}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t$V{FreightSum}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmsg(\"({0,number,percent})\", $V{FreightSum} / $V{FreightSum_ShipYear_ALL})\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t$F{ShipCountry}\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t", + "context": "Report 'ShipmentsReport' detail band", + "metadata": { + "band_name": "detail", + "nested_height": "50", + "element_tag": "band" + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Shipmentsfield_definitions.json b/jrxml_chunker_output/per_file/Shipmentsfield_definitions.json new file mode 100644 index 0000000..9353f73 --- /dev/null +++ b/jrxml_chunker_output/per_file/Shipmentsfield_definitions.json @@ -0,0 +1,36 @@ +[ + { + "chunk_id": 4, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'ShipmentsReport', total 1 fields. Fields: ShipCountry(java.lang.String).", + "raw_xml": "\n\t", + "context": "Report 'ShipmentsReport' field definitions", + "metadata": { + "field_names": [ + "ShipCountry" + ], + "field_types": { + "ShipCountry": "java.lang.String" + }, + "field_expressions": {}, + "count": 1 + } + }, + { + "chunk_id": 4, + "chunk_type": "fields", + "human_description": "These are all field definitions for report 'ShipmentsReport', total 1 fields. Fields: ShipCountry(java.lang.String).", + "raw_xml": "\n\t", + "context": "Report 'ShipmentsReport' field definitions", + "metadata": { + "field_names": [ + "ShipCountry" + ], + "field_types": { + "ShipCountry": "java.lang.String" + }, + "field_expressions": {}, + "count": 1 + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Shipmentsoverall_structure_overview.json b/jrxml_chunker_output/per_file/Shipmentsoverall_structure_overview.json new file mode 100644 index 0000000..08cdba9 --- /dev/null +++ b/jrxml_chunker_output/per_file/Shipmentsoverall_structure_overview.json @@ -0,0 +1,88 @@ +[ + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'ShipmentsReport'. Page size: 842 x 595 Landscape. Contains 1 standard bands with content: detail. Defines 1 fields: ShipCountry. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 1 crosstabs.", + "raw_xml": "", + "context": "Report 'ShipmentsReport' overall structure overview", + "metadata": { + "report_name": "ShipmentsReport", + "bands": [ + "detail" + ], + "field_count": 1, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 1, + "subreport_count": 0, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "net.sf.jasperreports.export.pdf.tagged": "true", + "net.sf.jasperreports.export.pdf.tag.language": "EN-US", + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + }, + "attributes": { + "name": "ShipmentsReport", + "language": "java", + "pageWidth": "842", + "pageHeight": "595", + "orientation": "Landscape", + "columnWidth": "812", + "leftMargin": "15", + "rightMargin": "15", + "topMargin": "10", + "bottomMargin": "10", + "uuid": "488fc4c0-8d4e-4bd3-8f28-3497b7349729" + } + } + }, + { + "chunk_id": 0, + "chunk_type": "report_overview", + "human_description": "This is a JasperReports template overview for report 'ShipmentsReport'. Page size: 842 x 595 Landscape. Contains 1 standard bands with content: detail. Defines 1 fields: ShipCountry. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 1 crosstabs.", + "raw_xml": "", + "context": "Report 'ShipmentsReport' overall structure overview", + "metadata": { + "report_name": "ShipmentsReport", + "bands": [ + "detail" + ], + "field_count": 1, + "parameter_count": 0, + "variable_count": 0, + "group_count": 0, + "chart_count": 0, + "crosstab_count": 1, + "subreport_count": 0, + "datasource": { + "type": "JDBC/SQL", + "source": "Sample DB", + "query_language": "sql", + "properties": { + "net.sf.jasperreports.export.pdf.tagged": "true", + "net.sf.jasperreports.export.pdf.tag.language": "EN-US", + "com.jaspersoft.studio.data.defaultdataadapter": "Sample DB" + } + }, + "attributes": { + "name": "ShipmentsReport", + "language": "java", + "pageWidth": "842", + "pageHeight": "595", + "orientation": "Landscape", + "columnWidth": "812", + "leftMargin": "15", + "rightMargin": "15", + "topMargin": "10", + "bottomMargin": "10", + "uuid": "488fc4c0-8d4e-4bd3-8f28-3497b7349729" + } + } + } +] \ No newline at end of file diff --git a/jrxml_chunker_output/per_file/Shipmentsstyle_definitions.json b/jrxml_chunker_output/per_file/Shipmentsstyle_definitions.json new file mode 100644 index 0000000..4c24c81 --- /dev/null +++ b/jrxml_chunker_output/per_file/Shipmentsstyle_definitions.json @@ -0,0 +1,36 @@ +[ + { + "chunk_id": 5, + "chunk_type": "styles", + "human_description": "These are style definitions for report 'ShipmentsReport', total 3 styles. Styles: Sans_Normal, Sans_Large, Sans_Bold. Default style: Sans_Normal.", + "raw_xml": "\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  • Fruit
    1. Apples
    2. Bananas
    3. Pears
  • Vegetables
    1. Cucumber
    2. Lettuce
    3. Tomatoes
  • "]]>
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + + + + + +
    + + + + +
    + + + +
    + + + + + +
    + + + + +
    + + + +
    + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + + + + + +
    + + + + +
    + + + +
    + + + + + +
    + + + + +
    + + + +
    + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    diff --git a/jrxml_source/AddressReport.jrxml b/jrxml_source/AddressReport.jrxml new file mode 100644 index 0000000..0094004 --- /dev/null +++ b/jrxml_source/AddressReport.jrxml @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <element kind="staticText" uuid="efe3afc1-067c-456d-8287-a6cf41a9f6d8" x="0" y="0" width="555" height="40" fontSize="20.0" bold="true" hTextAlign="Center" vTextAlign="Middle"> + <text><![CDATA[Date Range Report]]></text> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + </element> + <element kind="staticText" uuid="417edd63-2939-4f63-a4f4-7859bc00bd65" x="0" y="60" width="555" height="30" fontSize="16.0" bold="true" vTextAlign="Middle"> + <text><![CDATA[1. Relative Date Ranges]]></text> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + </element> + <element kind="staticText" uuid="b5437590-6926-4e90-ac8d-e2526769259e" mode="Opaque" x="0" y="100" width="100" height="20" backcolor="#CCCCCC" bold="true" hTextAlign="Left" vTextAlign="Middle"> + <text><![CDATA[Date Range]]></text> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + </element> + <element kind="staticText" uuid="d76e4d8a-b6d1-4a11-ae8f-d11d217576b9" mode="Opaque" x="100" y="100" width="95" height="20" backcolor="#CCCCCC" bold="true" hTextAlign="Left" vTextAlign="Middle"> + <text><![CDATA[Expression]]></text> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + </element> + <element kind="staticText" uuid="a0f5da29-800d-476e-b80c-7aa3d837744b" mode="Opaque" x="195" y="100" width="180" height="20" backcolor="#CCCCCC" bold="true" hTextAlign="Left" vTextAlign="Middle"> + <text><![CDATA[Date Range Start]]></text> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + </element> + <element kind="staticText" uuid="9623bd43-5ef1-43ff-8317-d3c385688389" mode="Opaque" x="375" y="100" width="180" height="20" backcolor="#CCCCCC" bold="true" hTextAlign="Left" vTextAlign="Middle"> + <text><![CDATA[Date Range End]]></text> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + </element> + <element kind="textField" uuid="ec9ae446-8437-4f82-89f2-c67563100b65" mode="Transparent" x="100" y="120" width="95" height="20" backcolor="#EEEEEE" pattern="" vTextAlign="Middle"> + <expression><![CDATA["\"DAY\""]]></expression> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + </element> + <element kind="staticText" uuid="a629e246-6b0d-455a-bbe7-8379e6443120" mode="Transparent" x="0" y="120" width="100" height="20" backcolor="#EEEEEE" hTextAlign="Left" vTextAlign="Middle"> + <text><![CDATA[today]]></text> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + </element> + <element kind="textField" uuid="da63a638-5bc6-4a71-915f-cb5ea3c9d3a6" mode="Transparent" x="195" y="120" width="180" height="20" backcolor="#EEEEEE" pattern="EEE, MMM d, yyyy HH:mm:ss" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("DAY").getStart()]]></expression> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + </element> + <element kind="textField" uuid="7fb693e9-2b12-47cf-8c0e-dc6c2f3c6bc2" mode="Transparent" x="375" y="120" width="180" height="20" backcolor="#EEEEEE" pattern="EEE, MMM d, yyyy HH:mm:ss" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("DAY").getEnd()]]></expression> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + </element> + <element kind="staticText" uuid="0232c581-2a0c-4939-8bd5-95eebb02b077" mode="Opaque" x="0" y="140" width="100" height="20" backcolor="#EEEEEE" hTextAlign="Left" vTextAlign="Middle"> + <text><![CDATA[3 days ago]]></text> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + </element> + <element kind="textField" uuid="711fa621-b354-4558-b883-d54fdd6c5192" mode="Opaque" x="100" y="140" width="95" height="20" backcolor="#EEEEEE" pattern="" vTextAlign="Middle"> + <expression><![CDATA["\"DAY-3\""]]></expression> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + </element> + <element kind="textField" uuid="443d6099-c0fc-479d-89ba-7efbff6b9be3" mode="Opaque" x="195" y="140" width="180" height="20" backcolor="#EEEEEE" pattern="EEE, MMM d, yyyy HH:mm:ss" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("DAY-3").getStart()]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + </element> + <element kind="textField" uuid="0d8e362a-507f-4350-978b-02357736591e" mode="Opaque" x="375" y="140" width="180" height="20" backcolor="#EEEEEE" pattern="EEE, MMM d, yyyy HH:mm:ss" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("DAY-3").getEnd()]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + </element> + <element kind="staticText" uuid="2706e048-8d07-48c1-b798-9d0c20ededb6" mode="Transparent" x="0" y="160" width="100" height="20" backcolor="#EEEEEE" hTextAlign="Left" vTextAlign="Middle"> + <text><![CDATA[3 days later]]></text> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + </element> + <element kind="textField" uuid="767eb648-e824-45ed-b080-40e63856986e" mode="Transparent" x="100" y="160" width="95" height="20" backcolor="#EEEEEE" pattern="" vTextAlign="Middle"> + <expression><![CDATA["\"DAY+3\""]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + </element> + <element kind="textField" uuid="2f21ebac-e3e7-49be-b6a3-6c19e315a216" mode="Transparent" x="195" y="160" width="180" height="20" backcolor="#EEEEEE" pattern="EEE, MMM d, yyyy HH:mm:ss" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("DAY+3").getStart()]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + </element> + <element kind="textField" uuid="d689df50-8a3c-44e0-ac83-0e27abf0379d" mode="Transparent" x="375" y="160" width="180" height="20" backcolor="#EEEEEE" pattern="EEE, MMM d, yyyy HH:mm:ss" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("DAY+3").getEnd()]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + </element> + <element kind="staticText" uuid="98347e9b-bd0a-479c-81e9-b114e3ef1935" mode="Opaque" x="0" y="180" width="100" height="20" backcolor="#EEEEEE" hTextAlign="Left" vTextAlign="Middle"> + <text><![CDATA[next week]]></text> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + </element> + <element kind="textField" uuid="88a3c617-01b4-417c-84c8-eba5ea522a86" mode="Opaque" x="100" y="180" width="95" height="20" backcolor="#EEEEEE" pattern="" vTextAlign="Middle"> + <expression><![CDATA["\"WEEK+1\""]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + </element> + <element kind="textField" uuid="cf82b282-f0fe-4aec-aab8-5f71af80f727" mode="Opaque" x="195" y="180" width="180" height="20" backcolor="#EEEEEE" pattern="EEE, MMM d, yyyy HH:mm:ss" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("WEEK+1").getStart()]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + </element> + <element kind="textField" uuid="aff2b4c6-e3a3-4d07-8a68-68c9ad960b14" mode="Opaque" x="375" y="180" width="180" height="20" backcolor="#EEEEEE" pattern="EEE, MMM d, yyyy HH:mm:ss" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("WEEK+1").getEnd()]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + </element> + <element kind="staticText" uuid="a8de9137-7788-4c33-8207-c8cda28d5d04" mode="Transparent" x="0" y="200" width="100" height="20" backcolor="#EEEEEE" hTextAlign="Left" vTextAlign="Middle"> + <text><![CDATA[this year]]></text> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + </element> + <element kind="textField" uuid="5adff42d-f03e-44b0-8a3d-fd60031b31a0" mode="Transparent" x="100" y="200" width="95" height="20" backcolor="#EEEEEE" pattern="" vTextAlign="Middle"> + <expression><![CDATA["\"YEAR\""]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + </element> + <element kind="textField" uuid="8397152f-7d01-4e47-ac56-2fba48b16146" mode="Transparent" x="195" y="200" width="180" height="20" backcolor="#EEEEEE" pattern="EEE, MMM d, yyyy HH:mm:ss" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("YEAR").getStart()]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + </element> + <element kind="textField" uuid="2687a4f5-dacc-4fc0-94a1-80bd01c928a2" mode="Transparent" x="375" y="200" width="180" height="20" backcolor="#EEEEEE" pattern="EEE, MMM d, yyyy HH:mm:ss" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("YEAR").getEnd()]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + </element> + <element kind="staticText" uuid="51c840d5-82e8-4b43-8d2c-d6525113f5c5" mode="Opaque" x="0" y="220" width="100" height="20" backcolor="#EEEEEE" hTextAlign="Left" vTextAlign="Middle"> + <text><![CDATA[last month]]></text> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + </element> + <element kind="textField" uuid="7b26215d-4d73-4adc-81e0-f0421749431a" mode="Opaque" x="100" y="220" width="95" height="20" backcolor="#EEEEEE" pattern="" vTextAlign="Middle"> + <expression><![CDATA["\"MONTH-1\""]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + </element> + <element kind="textField" uuid="27726ba2-b18b-42b9-a3ae-cc61b74fd8b8" mode="Opaque" x="195" y="220" width="180" height="20" backcolor="#EEEEEE" pattern="EEE, MMM d, yyyy HH:mm:ss" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("MONTH-1").getStart()]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + </element> + <element kind="textField" uuid="837d42b0-ee53-4383-a528-cd2039852cd5" mode="Opaque" x="375" y="220" width="180" height="20" backcolor="#EEEEEE" pattern="EEE, MMM d, yyyy HH:mm:ss" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("MONTH-1").getEnd()]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + </element> + <element kind="staticText" uuid="6753bc83-e017-46bb-af0c-0ca3c27b4d57" mode="Transparent" x="0" y="240" width="100" height="20" backcolor="#EEEEEE" hTextAlign="Left" vTextAlign="Middle"> + <text><![CDATA[next quarter]]></text> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + </element> + <element kind="textField" uuid="f145f054-d42c-45b4-a2db-5bbe18bda049" mode="Transparent" x="100" y="240" width="95" height="20" backcolor="#EEEEEE" pattern="" vTextAlign="Middle"> + <expression><![CDATA["\"QUARTER+1\""]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + </element> + <element kind="textField" uuid="99ff2c8f-ce1b-45dd-b738-f246aa97e63f" mode="Transparent" x="195" y="240" width="180" height="20" backcolor="#EEEEEE" pattern="EEE, MMM d, yyyy HH:mm:ss" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("QUARTER+1").getStart()]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + </element> + <element kind="textField" uuid="f5d04922-5329-4366-98d1-a51ed6b758f1" mode="Transparent" x="375" y="240" width="180" height="20" backcolor="#EEEEEE" pattern="EEE, MMM d, yyyy HH:mm:ss" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("QUARTER+1").getEnd()]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + </element> + <element kind="staticText" uuid="e667d8d6-56c2-4c60-a9f1-80cd68455172" mode="Opaque" x="0" y="260" width="100" height="20" backcolor="#EEEEEE" hTextAlign="Left" vTextAlign="Middle"> + <text><![CDATA[3 semesters ago]]></text> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + </element> + <element kind="textField" uuid="c9b24fbd-32f8-41b8-a6ea-7dccd7c539b0" mode="Opaque" x="100" y="260" width="95" height="20" backcolor="#EEEEEE" pattern="" vTextAlign="Middle"> + <expression><![CDATA["\"SEMI-3\""]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + </element> + <element kind="textField" uuid="6f91f1c6-1bbf-4426-9757-790325f5890d" mode="Opaque" x="195" y="260" width="180" height="20" backcolor="#EEEEEE" pattern="EEE, MMM d, yyyy HH:mm:ss" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("SEMI-3").getStart()]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + </element> + <element kind="textField" uuid="dea71ffe-0e56-4d43-9de7-96035eb6643f" mode="Opaque" x="375" y="260" width="180" height="20" backcolor="#EEEEEE" pattern="EEE, MMM d, yyyy HH:mm:ss" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("SEMI-3").getEnd()]]></expression> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + </element> + <element kind="staticText" uuid="19a61274-0bd4-46bf-9f31-211b9b4f4f89" x="0" y="300" width="555" height="30" fontSize="16.0" bold="true" vTextAlign="Middle"> + <text><![CDATA[2. Fixed Date and Timestamp with Report Timezone]]></text> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + </element> + <element kind="staticText" uuid="9cbd56c9-6ce9-4087-9bf0-1faefd95b76c" mode="Opaque" x="0" y="340" width="195" height="20" backcolor="#CCCCCC" bold="true" hTextAlign="Left" vTextAlign="Middle"> + <text><![CDATA[Date/Time]]></text> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + </element> + <element kind="staticText" uuid="1ea4e353-910e-4e2f-9ab4-4b3a68d90edb" mode="Opaque" x="195" y="340" width="180" height="20" backcolor="#CCCCCC" bold="true" hTextAlign="Left" vTextAlign="Middle"> + <text><![CDATA[Expression]]></text> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + </element> + <element kind="staticText" uuid="50b03487-23d8-4f56-a188-97b4984a2958" mode="Opaque" x="375" y="340" width="180" height="20" backcolor="#CCCCCC" bold="true" hTextAlign="Left" vTextAlign="Middle"> + <text><![CDATA[Date Range Start/End]]></text> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + </element> + <element kind="staticText" uuid="7ba3fa7d-3eee-44a9-84ea-fc3aea25aade" mode="Transparent" x="0" y="360" width="195" height="20" backcolor="#EEEEEE" hTextAlign="Left" vTextAlign="Middle"> + <text><![CDATA[May 1, 2017]]></text> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + </element> + <element kind="textField" uuid="83d69fbe-3b8b-4c40-a67f-2f5655b0f83f" mode="Transparent" x="195" y="360" width="180" height="20" backcolor="#EEEEEE" pattern="" vTextAlign="Middle"> + <expression><![CDATA["\"2017-05-01\""]]></expression> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + </element> + <element kind="textField" uuid="c3cc02d9-f3c3-4c1b-9545-b6be16c4b5d7" mode="Transparent" x="375" y="360" width="180" height="20" backcolor="#EEEEEE" pattern="EEE, MMM d, yyyy HH:mm:ss z" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("2017-05-01+3").getStart()]]></expression> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + </element> + <element kind="textField" uuid="ca84eecd-d1f6-4e9e-852d-fac232e95099" stretchType="ElementGroupHeight" mode="Opaque" x="195" y="380" width="180" height="20" backcolor="#EEEEEE" textAdjust="StretchHeight" pattern="" vTextAlign="Middle"> + <expression><![CDATA["\"2017-05-01 14:25:48\""]]></expression> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + </element> + <element kind="textField" uuid="4e307c90-3897-4ae3-a909-f66017abec41" stretchType="ElementGroupHeight" mode="Opaque" x="375" y="380" width="180" height="20" backcolor="#EEEEEE" textAdjust="StretchHeight" pattern="EEE, MMM d, yyyy HH:mm:ss z" vTextAlign="Middle"> + <expression><![CDATA[DATERANGE("2017-05-01 14:25:48").getEnd()]]></expression> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="net.sf.jasperreports.export.xls.pattern" value="ddd, MMM d, yyyy HH:mm:ss"/> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + </element> + <element kind="staticText" uuid="f573b087-f5b7-4b86-b6c5-f78699ac98f0" mode="Opaque" x="0" y="380" width="195" height="20" backcolor="#EEEEEE" hTextAlign="Left" vTextAlign="Middle"> + <text><![CDATA[May 1, 2017 2:25:48 PM]]></text> + <property name="com.jaspersoft.studio.unit.y" value="pixel"/> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + </element> + <element kind="staticText" uuid="526d23d5-a2b4-43af-aefe-7339889be7d4" x="0" y="422" width="555" height="30" fontSize="16.0" bold="true" vTextAlign="Middle"> + <text><![CDATA[3. Orders Newer than Sep 1, 1996]]></text> + <property name="com.jaspersoft.studio.unit.x" value="pixel"/> + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> + </element> + <property name="com.jaspersoft.studio.unit.height" value="pixel"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jrxml_source/DocumentsReport.jrxml b/jrxml_source/DocumentsReport.jrxml new file mode 100644 index 0000000..7473ca4 --- /dev/null +++ b/jrxml_source/DocumentsReport.jrxml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5]]> + + + + + + + + + <element kind="elementGroup"> + <element kind="line" uuid="585f4d7d-90c0-4cea-83e7-c8487105cfe4" x="0" y="0" width="555" height="1"/> + <element kind="image" uuid="a16a2532-d0b4-436c-b004-6928225490f2" key="TransparentImage" x="0" y="5" width="165" height="40" scaleImage="Clip"> + <expression><![CDATA["jasperreports.png"]]></expression> + <hyperlinkTooltipExpression><![CDATA["The JasperReports Logo"]]></hyperlinkTooltipExpression> + </element> + </element> + <element kind="textField" uuid="2daee644-131d-47a5-8d4b-4921486e7db0" x="180" y="5" width="375" height="35" fontSize="22.0" blankWhenNull="true" hTextAlign="Right" style="Serif_Bold"> + <expression><![CDATA[$P{ReportTitle}]]></expression> + </element> + <element kind="staticText" uuid="9f64142a-f431-4f4d-ac96-972a818e2d1d" x="180" y="40" width="375" height="15" fontSize="12.0" hTextAlign="Right" style="Sans_Italic"> + <text><![CDATA[(c)2001-2023 by teodord]]></text> + </element> + <element kind="textField" uuid="62a6e8cf-c7b3-4831-a77c-a14c5bbec0ee" x="255" y="55" width="100" height="40" evaluationTime="Report" hTextAlign="Justified"> + <expression><![CDATA[msg("There are {0,number,integer} orders on this report, with a total freight of {1,number,0.00}", $V{REPORT_COUNT}, $V{FreightSumReport})]]></expression> + </element> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jrxml_source/FontsReport.jrxml b/jrxml_source/FontsReport.jrxml new file mode 100644 index 0000000..dd50fda --- /dev/null +++ b/jrxml_source/FontsReport.jrxml @@ -0,0 +1,79 @@ + + + + + + <element kind="staticText" uuid="67cc85d2-1691-441c-8ed6-b65c59f98fbc" x="0" y="50" width="150" height="40"> + <text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text> + </element> + <element kind="staticText" uuid="e0d254ad-1e47-4792-b380-f7afc5e4faa5" x="160" y="50" width="390" height="40"> + <text><![CDATA[<staticText><reportElement x="0" y="50" width="150" height="40"/><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text> + </element> + <element kind="staticText" uuid="3c5505db-55e9-4aca-ad3a-ae92898ba1bb" x="0" y="100" width="150" height="40" fontSize="12.0"> + <text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text> + </element> + <element kind="staticText" uuid="7d953de8-7629-4138-a296-dfe463cba691" x="160" y="100" width="390" height="40"> + <text><![CDATA[<staticText><reportElement x="0" y="100" width="150" height="40"/><textElement><font size="14"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text> + </element> + <element kind="staticText" uuid="2a2117f5-ea77-409f-a44c-9fd0551f8862" x="0" y="150" width="150" height="40" fontName="Lobster Two" fontSize="12.0"> + <text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text> + </element> + <element kind="staticText" uuid="39ce42dd-d5fa-43dd-a0de-de90b9e4b977" x="160" y="150" width="390" height="40"> + <text><![CDATA[<staticText><reportElement x="0" y="150" width="150" height="40"/><textElement><font fontName="Lobster Two" size="12"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text> + </element> + <element kind="staticText" uuid="3828a320-c835-4eed-98d2-e6cb0324817b" x="0" y="200" width="150" height="40" fontName="Lobster Two" fontSize="12.0" bold="true" italic="true"> + <text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text> + </element> + <element kind="staticText" uuid="441f2d58-78bf-413b-bc9b-dd7d1713c1a6" x="160" y="200" width="390" height="40"> + <text><![CDATA[<staticText><reportElement x="0" y="200" width="150" height="40"/><textElement><font fontName="Lobster Two" size="12" isBold="true" isItalic="true"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text> + </element> + <element kind="staticText" uuid="f96f1263-2d31-4eef-951e-2e39ada33878" x="0" y="250" width="150" height="40" fontName="DejaVu Serif" fontSize="12.0" bold="false"> + <text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text> + </element> + <element kind="staticText" uuid="08fb0715-b6ff-4ea3-ab20-0d4db2be8d77" x="160" y="250" width="390" height="40"> + <text><![CDATA[<staticText><reportElement x="0" y="250" width="150" height="40"/><textElement><font fontName="DejaVu Serif" size="12" isBold="false"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text> + </element> + <element kind="staticText" uuid="2fda67e5-3953-44a0-9f88-f0d3dc6d8910" x="0" y="300" width="150" height="40" fontName="DejaVu Serif" fontSize="12.0" bold="true"> + <text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text> + </element> + <element kind="staticText" uuid="69138007-8118-4689-831a-840627dcd7b6" x="160" y="300" width="390" height="40"> + <text><![CDATA[<staticText><reportElement x="0" y="300" width="150" height="40"/><textElement><font fontName="DejaVu Serif" size="12" isBold="true"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text> + </element> + <element kind="staticText" uuid="447870d2-5f05-4764-ad5e-4d3cdf11084b" x="0" y="350" width="150" height="40" fontName="Monospaced" fontSize="12.0" pdfFontName="Courier-Oblique" underline="true" italic="true"> + <text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text> + </element> + <element kind="staticText" uuid="38702e0b-0a84-4a47-896f-361c02ea944e" x="160" y="350" width="390" height="40"> + <text><![CDATA[<staticText><reportElement x="0" y="350" width="150" height="40"/><textElement><font fontName="Monospaced" size="12" isItalic="true" isUnderline="true" pdfFontName="Courier-Oblique"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text> + </element> + <element kind="staticText" uuid="9fcbe261-51f6-43b1-8752-11ffc10cc328" x="0" y="400" width="150" height="40" fontName="Monospaced" fontSize="12.0" pdfFontName="Courier-Bold" strikeThrough="true" bold="true"> + <text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text> + </element> + <element kind="staticText" uuid="dbdf1aa0-5a2e-4c19-a84c-cce0438e7896" x="160" y="400" width="390" height="40"> + <text><![CDATA[<staticText><reportElement x="0" y="400" width="150" height="40"/><textElement><font fontName="Monospaced" size="12" isBold="true" isStrikeThrough="true" pdfFontName="Courier-Bold"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text> + </element> + <element kind="staticText" uuid="348534b1-c588-4b7a-83b0-957a5332a13a" x="0" y="450" width="150" height="40" forecolor="#FF0000" fontSize="14.0"> + <text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text> + </element> + <element kind="staticText" uuid="b9386ce9-aa44-4594-8559-3dcbb279a5f3" x="160" y="450" width="390" height="40"> + <text><![CDATA[<staticText><reportElement x="0" y="450" width="150" height="40" forecolor="red"/><textElement><font size="14"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text> + </element> + <element kind="staticText" uuid="ba8b385e-a4e5-4059-9555-d416774e87c4" mode="Opaque" x="0" y="500" width="150" height="40" forecolor="#00FF00" backcolor="#FFFF00" fontName="Serif" fontSize="12.0" pdfFontName="Times-Bold" bold="true"> + <text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text> + </element> + <element kind="staticText" uuid="72ad7c1c-35c8-40ec-b1b8-78527db92baa" x="160" y="500" width="390" height="40"> + <text><![CDATA[<staticText><reportElement x="0" y="500" width="150" height="40" forecolor="green" backcolor="#FFFF00" mode="Opaque"/><textElement><font fontName="Serif" size="12" isBold="true" pdfFontName="Times-Bold"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text> + </element> + <element kind="staticText" uuid="dbce8c34-546e-4351-893a-c1905e5a068e" mode="Opaque" x="0" y="550" width="150" height="90" forecolor="#0000FF" backcolor="#FFDD99" fontName="SansSerif" fontSize="12.0" pdfFontName="Sans.Slanted" pdfEmbedded="true" bold="false" italic="true" hTextAlign="Center" vTextAlign="Middle"> + <text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text> + </element> + <element kind="staticText" uuid="44f1dc5e-d435-4475-8274-48eb7bc9fead" x="160" y="550" width="390" height="90"> + <text><![CDATA[<staticText><reportElement x="0" y="550" width="150" height="90" forecolor="blue" backcolor="#FFDD99" mode="Opaque"/><textElement textAlignment="Center" verticalAlignment="Middle"><font fontName="SansSerif" size="12" isBold="false" pdfFontName="Sans.Slanted" isPdfEmbedded="true"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text> + </element> + <element kind="staticText" uuid="e5c5b52a-7beb-4381-bd5b-83d8bc848ba3" mode="Opaque" x="0" y="650" width="150" height="90" forecolor="#FF0000" backcolor="#99DDFF" fontName="SansSerif" fontSize="12.0" pdfFontName="DejaVu Sans Bold" pdfEmbedded="true" bold="true" hTextAlign="Right" vTextAlign="Bottom"> + <text><![CDATA[The quick brown fox jumps over the lazy dog.]]></text> + </element> + <element kind="staticText" uuid="31894e18-5a34-4419-a66c-c0148dd8bc60" x="160" y="650" width="390" height="90"> + <text><![CDATA[<staticText><reportElement x="0" y="650" width="150" height="90" forecolor="red" backcolor="#99DDFF" mode="Opaque"/><textElement textAlignment="Right" verticalAlignment="Bottom"><font fontName="SansSerif" size="12" isBold="true" pdfFontName="DejaVu Sans Bold" isPdfEmbedded="true"/></textElement><text>The quick brown fox jumps over the lazy dog.</text></staticText>]]></text> + </element> + + diff --git a/jrxml_source/FormatPatternsMap.jrxml b/jrxml_source/FormatPatternsMap.jrxml new file mode 100644 index 0000000..5b5fdfe --- /dev/null +++ b/jrxml_source/FormatPatternsMap.jrxml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jrxml_source/ImagesReport.jrxml b/jrxml_source/ImagesReport.jrxml new file mode 100644 index 0000000..52989e1 --- /dev/null +++ b/jrxml_source/ImagesReport.jrxml @@ -0,0 +1,257 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jrxml_source/JFreeChartReport.jrxml b/jrxml_source/JFreeChartReport.jrxml new file mode 100644 index 0000000..a4ef8e9 --- /dev/null +++ b/jrxml_source/JFreeChartReport.jrxml @@ -0,0 +1,17 @@ + + + + + <element kind="line" uuid="ecfc3fd6-6f15-4efa-a0f6-79df7fa995c9" x="0" y="0" width="515" height="1"/> + <element kind="staticText" uuid="f7a0e274-009b-4a5e-831a-70bcb920bae6" x="0" y="10" width="515" height="30" fontSize="22.0" hTextAlign="Center"> + <text><![CDATA[JFreeChart Sample]]></text> + </element> + <element kind="textField" uuid="4ebce177-ccb0-4b6e-abca-d5d9a50c7e81" x="0" y="50" width="515" height="50" fontSize="12.0" hTextAlign="Center"> + <expression><![CDATA["This sample uses JFreeChart Version 1.0.0-pre2\n" + "Written by David Gilbert (david.gilbert@object-refinery.com) and others.\n" + "(C)opyright 2000-2004, by Object Refinery Limited and Contributors."]]></expression> + </element> + <element kind="image" uuid="8c98f0e7-182b-44c6-abfc-24abec46bb15" x="0" y="110" width="515" height="300" scaleImage="Clip" linkType="Reference" hImageAlign="Center"> + <expression><![CDATA[$V{Chart}]]></expression> + <hyperlinkReferenceExpression><![CDATA["http://www.jfree.org/jfreechart"]]></hyperlinkReferenceExpression> + </element> + + diff --git a/jrxml_source/JavaScriptReport.jrxml b/jrxml_source/JavaScriptReport.jrxml new file mode 100644 index 0000000..d4c0f13 --- /dev/null +++ b/jrxml_source/JavaScriptReport.jrxml @@ -0,0 +1,33 @@ + + + + + + + + + + <element kind="line" uuid="d7f34daf-9399-4685-bd09-3822528b8bac" x="0" y="0" width="515" height="1"/> + <element kind="staticText" uuid="579698b9-4fb7-4c83-981b-2b8ee74fa007" x="0" y="10" width="515" height="30" fontSize="22.0" hTextAlign="Center"> + <text><![CDATA[JavaScript Sample]]></text> + </element> + <element kind="staticText" uuid="fae829a7-88b1-45cc-a75d-61a43de86079" positionType="Float" x="0" y="150" width="259" height="35" fontSize="24.0" hTextAlign="Right"> + <text><![CDATA[A =]]></text> + </element> + <element kind="textField" uuid="fcd695e0-78b1-4ccb-81ca-4de3b380708a" x="280" y="150" width="200" height="35" fontSize="24.0"> + <expression><![CDATA[$P{A}]]></expression> + </element> + <element kind="staticText" uuid="592f0f5d-7dcf-452a-9c41-dd075876d058" positionType="Float" x="0" y="190" width="259" height="35" fontSize="24.0" hTextAlign="Right"> + <text><![CDATA[B =]]></text> + </element> + <element kind="textField" uuid="0b4ec720-f78c-4cdd-8d9e-023ab209d8bb" x="280" y="190" width="200" height="35" fontSize="24.0"> + <expression><![CDATA[$P{B}]]></expression> + </element> + <element kind="staticText" uuid="5171008e-24c8-4515-bbe5-952a65015217" positionType="Float" x="0" y="240" width="259" height="35" fontSize="24.0" hTextAlign="Right"> + <text><![CDATA[A + B =]]></text> + </element> + <element kind="textField" uuid="4d3a5016-b734-4ecd-b795-9ec91755a0f7" x="280" y="240" width="200" height="35" forecolor="#008000" fontSize="24.0"> + <expression><![CDATA[$P{A} + $P{B}]]></expression> + </element> + + diff --git a/jrxml_source/JsonCustomersReport.jrxml b/jrxml_source/JsonCustomersReport.jrxml new file mode 100644 index 0000000..c300c94 --- /dev/null +++ b/jrxml_source/JsonCustomersReport.jrxml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + <element kind="staticText" uuid="9e2f3dcb-8fc2-4123-944c-0c36d2a75770" x="0" y="0" width="555" height="20" hTextAlign="Center" vTextAlign="Middle" style="Title"> + <text><![CDATA[Shipped Orders]]></text> + </element> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + +
    + + + + + + + + +
    + + + + +
    + + + + + + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    diff --git a/jrxml_source/LineChartReport.jrxml b/jrxml_source/LineChartReport.jrxml new file mode 100644 index 0000000..fa9845f --- /dev/null +++ b/jrxml_source/LineChartReport.jrxml @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + <element kind="line" uuid="9275bf56-e377-46d2-937b-9f338a41eb06" x="0" y="0" width="515" height="1"/> + <element kind="staticText" uuid="26fc2f4f-de0f-411a-b386-e67caf96f441" x="0" y="10" width="515" height="30" fontSize="22.0" hTextAlign="Center" style="Sans_Normal"> + <text><![CDATA[Addresses Report]]></text> + </element> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jrxml_source/MacroReport.jrxml b/jrxml_source/MacroReport.jrxml new file mode 100644 index 0000000..ce05a7b --- /dev/null +++ b/jrxml_source/MacroReport.jrxml @@ -0,0 +1,162 @@ + + + + + + + + element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .]]> + + + + + + + + + diff --git a/jrxml_source/MasterReport.jrxml b/jrxml_source/MasterReport.jrxml new file mode 100644 index 0000000..b37ba95 --- /dev/null +++ b/jrxml_source/MasterReport.jrxml @@ -0,0 +1,68 @@ + + + + + + + + + + + <element kind="textField" uuid="0ff7d2dc-699e-403a-844d-b36186325f6c" x="0" y="0" width="782" height="35" fontSize="12.0" bookmarkLevel="1" vTextAlign="Middle" style="Sans_Bold"> + <expression><![CDATA["Number of orders and latest order date by country and freight range"]]></expression> + <anchorNameExpression><![CDATA["Orders crosstab"]]></anchorNameExpression> + </element> + + + + + + + + + +
    + + + + + + +
    + + + + + + + + +
    + + + + +
    + + + + + + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    diff --git a/jrxml_source/OrdersReport_1.jrxml b/jrxml_source/OrdersReport_1.jrxml new file mode 100644 index 0000000..7700e58 --- /dev/null +++ b/jrxml_source/OrdersReport_1.jrxml @@ -0,0 +1,141 @@ + + + + + + + + + + <element kind="staticText" uuid="0ff7d2dc-699e-403a-844d-b36186325f6c" x="0" y="0" width="782" height="35" fontSize="12.0" vTextAlign="Middle" style="Sans_Bold"> + <text><![CDATA[Number of orders and latest order date by country and freight range. +Countries are ordered by number of orders.]]></text> + </element> + + + + + + + + + +
    + + + + + + +
    + + + + + + + + +
    + + + + +
    + + + + + + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    diff --git a/jrxml_source/OrdersReport_2.jrxml b/jrxml_source/OrdersReport_2.jrxml new file mode 100644 index 0000000..b13c54c --- /dev/null +++ b/jrxml_source/OrdersReport_2.jrxml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + Text field element using default tab stop width of 40 pixels. The following names are tab stop aligned to the left, while the overall text alignment is also left:\n\tpig \tchicken \tsheep \thorse \tgoat \n\tlion\tgiraffe\thippopotamus\tleopard\telephant\thyena\n\tparis\tlondon\trome\tamsterdam\toslo"]]> + + + + + + Text field element using default tab stop width of 40 pixels. The following names are tab stop aligned to the left, while the overall text alignment is right:\n\tpig \tchicken \tsheep \thorse \tgoat \n\tlion\tgiraffe\thippopotamus\tleopard\telephant\thyena\n\tparis\tlondon\trome\tamsterdam\toslo"]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Text field element using a custom tab stop centered at position 33. The rest of the names are tab stop aligned to the left, while the overall text alignment is also left:\n\tpig \tchicken \tsheep \thorse \tgoat \n\tlion\tgiraffe\thippopotamus\tleopard\telephant\thyena\n\tparis\tlondon\trome\tamsterdam\toslo"]]> + + + + + + + + + Text field element using a custom tab stop centered at position 33. The rest of the names are tab stop aligned to the left, while the overall text alignment is right:\n\tpig \tchicken \tsheep \thorse \tgoat \n\tlion\tgiraffe\thippopotamus\tleopard\telephant\thyena\n\tparis\tlondon\trome\tamsterdam\toslo"]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Text field element using custom tab stops right aligned and 40 pixels apart. The overall text alignment is left:\n\tpig \tchicken \tsheep \thorse \tgoat \n\tlion\tgiraffe\thippopotamus\tleopard\telephant\thyena\n\tparis\tlondon\trome\tamsterdam\toslo"]]> + + + + + + + + + + + + + Text field element using custom tab stops right aligned and 40 pixels apart. The overall text alignment is also right:\n\tpig \tchicken \tsheep \thorse \tgoat \n\tlion\tgiraffe\thippopotamus\tleopard\telephant\thyena\n\tparis\tlondon\trome\tamsterdam\toslo"]]> + + + + + + + + + + + + + + A\n\tB\t\tB2\tB3 thisisalongwordnotfittinginoneline\n\t\tC\tC2\nD\tD2\tD3"]]> + + + A\n\tB\t\tB2\tB3 thisisalongwordnotfittinginoneline\n\t\tC\tC2\nD\tD2\tD3"]]> + + + + + + + + + + + + + + A\n\tB\t\tB2\tB3_thisisalongwordnotfittinginoneline\n\t\tC\tC2\nD\tD2\tD3"]]> + + + A\n\tB\t\tB2\tB3_thisisalongwordnotfittinginoneline\n\t\tC\tC2\nD\tD2\tD3"]]> + + + + + diff --git a/jrxml_source/PdfEncryptReport.jrxml b/jrxml_source/PdfEncryptReport.jrxml new file mode 100644 index 0000000..37e7bd6 --- /dev/null +++ b/jrxml_source/PdfEncryptReport.jrxml @@ -0,0 +1,10 @@ + + + + <element kind="staticText" uuid="739f6943-af78-4e02-b23d-ef8516028089" positionType="Float" x="0" y="0" width="555" height="100" fontSize="14.0" hTextAlign="Center"> + <text><![CDATA[The generated PDF document is encrypted using a 128 bit key. +User password: jasper +Owner password: reports]]></text> + </element> + + diff --git a/jrxml_source/Pie3DChartReport.jrxml b/jrxml_source/Pie3DChartReport.jrxml new file mode 100644 index 0000000..9df89b2 --- /dev/null +++ b/jrxml_source/Pie3DChartReport.jrxml @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <element kind="line" uuid="14f55481-a7d7-4970-8c4f-aee5534f1f1b" x="0" y="0" width="515" height="1"/> + <element kind="textField" uuid="bc8ccb47-1c16-417b-94a0-1eec36e37b36" x="0" y="10" width="515" height="30" fontSize="22.0" blankWhenNull="true" hTextAlign="Center" style="Sans_Normal"> + <expression><![CDATA[$P{ReportTitle}]]></expression> + </element> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jrxml_source/ShapesReport.jrxml b/jrxml_source/ShapesReport.jrxml new file mode 100644 index 0000000..c2da1bf --- /dev/null +++ b/jrxml_source/ShapesReport.jrxml @@ -0,0 +1,85 @@ + + + + <element kind="line" uuid="409fe65d-91f6-4e4d-aba2-a9dad8137acc" x="0" y="50" width="200" height="1"/> + <element kind="staticText" uuid="4cb22491-9354-4668-a216-bcf300391ef1" x="210" y="50" width="340" height="40"> + <text><![CDATA[<line><reportElement x="0" y="50" width="200" height="0"/></line>]]></text> + </element> + <element kind="line" uuid="7e389bc8-a8bb-458f-b290-ad67538857f8" x="0" y="100" width="200" height="40"> + <pen lineWidth="2.0"/> + </element> + <element kind="staticText" uuid="47a5fc73-1466-4c66-aa68-102a3530a5f7" x="210" y="100" width="340" height="40"> + <text><![CDATA[<line direction="TopDown"><reportElement x="0" y="100" width="200" height="40"/><graphicElement><pen lineWidth="2"/></graphicElement></line>]]></text> + </element> + <element kind="line" uuid="862e5f68-d45a-4c40-a6d3-835a039b6a61" x="0" y="150" width="200" height="40" forecolor="#00FF00" direction="BottomUp"> + <pen lineWidth="4.0"/> + </element> + <element kind="staticText" uuid="d02e6d0d-f499-49ac-9fec-8f2f88881f52" x="210" y="150" width="340" height="40"> + <text><![CDATA[<line direction="BottomUp"><reportElement x="0" y="150" width="200" height="40" forecolor="green"/><graphicElement><pen lineWidth="4"/></graphicElement></line>]]></text> + </element> + <element kind="line" uuid="b72ba1b1-ad13-471f-a9d3-ced9a2819641" x="100" y="200" width="1" height="40" forecolor="#0000FF"> + <pen lineWidth="1.0" lineStyle="Dashed"/> + </element> + <element kind="staticText" uuid="7ff2655b-97d3-4f28-922d-a380c6ec24e3" x="210" y="200" width="340" height="40"> + <text><![CDATA[<line><reportElement x="100" y="200" width="0" height="40" forecolor="blue"/><graphicElement><pen lineWidth="1" lineStyle="Dashed"/></graphicElement></line>]]></text> + </element> + <element kind="rectangle" uuid="88282a3b-af28-4518-a316-1f49bf2e6420" x="0" y="250" width="200" height="40" backcolor="#FFFF99"> + <pen lineWidth="0.0"/> + </element> + <element kind="staticText" uuid="8644ce9d-d2d0-47bc-9e29-1a9c8f29c5ca" x="210" y="250" width="340" height="40"> + <text><![CDATA[<rectangle><reportElement x="0" y="250" width="200" height="40" backcolor="#FFFF99"/><graphicElement><pen lineWidth="0"/></graphicElement></rectangle>]]></text> + </element> + <element kind="rectangle" uuid="e2556436-be36-4b35-8439-2d536e018235" x="0" y="300" width="200" height="40"/> + <element kind="staticText" uuid="f8f9cc57-71c2-474b-84f7-c7335baeddfc" x="210" y="300" width="340" height="40"> + <text><![CDATA[<rectangle><reportElement x="0" y="300" width="200" height="40"/><graphicElement><pen lineWidth="1"/></graphicElement></rectangle>]]></text> + </element> + <element kind="rectangle" uuid="86432e0c-bda7-4a01-8d62-669a09bbb6c1" x="0" y="350" width="200" height="40" backcolor="#FFFF00" radius="15"> + <pen lineWidth="2.0"/> + </element> + <element kind="staticText" uuid="4c945c5f-296f-4e84-ad3a-6ef73a85d066" x="210" y="350" width="340" height="40"> + <text><![CDATA[<rectangle radius="15"><reportElement x="0" y="350" width="200" height="40" backcolor="#FFFF00"/><graphicElement><pen lineWidth="2"/></graphicElement></rectangle>]]></text> + </element> + <element kind="rectangle" uuid="22404d39-dacb-425e-b74b-cbfbcfec67a0" x="0" y="400" width="200" height="40" forecolor="#FF0000" backcolor="#00FFFF"> + <pen lineWidth="4.0"/> + </element> + <element kind="staticText" uuid="0e0858c2-8a5a-4bf1-b71e-524d2b66f4f8" x="210" y="400" width="340" height="40"> + <text><![CDATA[<rectangle><reportElement x="0" y="400" width="200" height="40" forecolor="red" backcolor="#00FFFF"/><graphicElement><pen lineWidth="4"/></graphicElement></rectangle>]]></text> + </element> + <element kind="rectangle" uuid="f7e584bf-dd59-4ad4-8058-87e3a01b4424" x="0" y="450" width="200" height="40" forecolor="#FF00FF" backcolor="#C0C0C0"> + <pen lineWidth="1.0" lineStyle="Dashed"/> + </element> + <element kind="staticText" uuid="456f90a3-c28b-4ec1-aefc-d8d872657653" x="210" y="450" width="340" height="40"> + <text><![CDATA[<rectangle><reportElement x="0" y="450" width="200" height="40" forecolor="#FF00FF" backcolor="#C0C0C0"/><graphicElement><pen lineWidth="1" lineStyle="Dashed"/></graphicElement></rectangle>]]></text> + </element> + <element kind="rectangle" uuid="28f02797-c08d-48b1-af9c-01148d5eab2d" x="0" y="500" width="150" height="30" backcolor="#FFAABB"> + <pen lineWidth="2.0"/> + </element> + <element kind="rectangle" uuid="d1c1a829-97b3-4331-ba52-e14a74b5fdf1" x="50" y="510" width="150" height="30" forecolor="#0000FF"> + <pen lineWidth="2.0"/> + </element> + <element kind="staticText" uuid="10ffcc22-1a97-43e5-b721-1f0b7ddceb6a" x="210" y="500" width="340" height="40"> + <text><![CDATA[<rectangle><reportElement x="50" y="510" width="150" height="30" forecolor="blue" mode="Opaque"/><graphicElement><pen lineWidth="2"/></graphicElement></rectangle>]]></text> + </element> + <element kind="rectangle" uuid="63cd0120-d0c4-434b-b456-b3f7840399be" x="0" y="550" width="150" height="30" backcolor="#FFAABB"> + <pen lineWidth="2.0"/> + </element> + <element kind="rectangle" uuid="cdcb8329-d89b-45e4-ac51-2d77f3bc0237" mode="Transparent" x="50" y="560" width="150" height="30" forecolor="#0000FF"> + <pen lineWidth="2.0"/> + </element> + <element kind="staticText" uuid="1bb8255a-d2e4-4b0c-9e4f-1d3d1d3bfb10" x="210" y="550" width="340" height="40"> + <text><![CDATA[<rectangle><reportElement x="50" y="560" width="150" height="30" forecolor="blue" mode="Transparent"/><graphicElement><pen lineWidth="2"/></graphicElement></rectangle>]]></text> + </element> + <element kind="ellipse" uuid="a20aa973-ef67-4101-8004-ef03b6574c36" x="0" y="600" width="200" height="40" forecolor="#FF0000" backcolor="#FFFF99"> + <pen lineWidth="2.0"/> + </element> + <element kind="staticText" uuid="ff089b34-6810-4732-828d-bd47dac6e038" x="210" y="600" width="340" height="40"> + <text><![CDATA[<ellipse><reportElement x="0" y="600" width="200" height="40" forecolor="red" backcolor="#FFFF99"/><graphicElement><pen lineWidth="2"/></graphicElement></ellipse>]]></text> + </element> + <element kind="ellipse" uuid="045857bd-fb35-458a-9fd0-baf26200707f" x="80" y="650" width="40" height="40" forecolor="#009900" backcolor="#99FFFF"> + <pen lineWidth="2.0"/> + </element> + <element kind="staticText" uuid="a113dbe9-5416-4f04-b832-93e753be60ea" x="210" y="650" width="340" height="40"> + <text><![CDATA[<ellipse><reportElement x="80" y="650" width="40" height="40" forecolor="#009900" backcolor="#99FFFF"/><graphicElement><pen lineWidth="2"/></graphicElement></ellipse>]]></text> + </element> + + diff --git a/jrxml_source/ShipmentsReport.jrxml b/jrxml_source/ShipmentsReport.jrxml new file mode 100644 index 0000000..c2c9fea --- /dev/null +++ b/jrxml_source/ShipmentsReport.jrxml @@ -0,0 +1,238 @@ + + + + + element containing styled text. elements are introduced by setting the attribute available for the tag to and by formatting the text content using nested tags and simple HTML tags, including .]]> + + + ^ logo and some superscript text and subscript text."]]> + + + style tag used to format the text content inside a styled text element: + +fontName + + + + + +pdfFontName +pdfEncoding +isPdfEmbedded + +]]> + + + <font size="12"> +<font color="red"> +<font face="DejaVu Serif"> +bold <b> italic <i> underlined <u> +an empty line follows (<br/>): +
    +<sup> and <sub> +
    +A bulleted list: +
  • item 1 <li>
  • +
    +<a href="http://www.google.com"> +]]>
    +
    + + + + + + + + 1\n\n\n\n\n"]]> + + +
    diff --git a/jrxml_source/StylesReport.jrxml b/jrxml_source/StylesReport.jrxml new file mode 100644 index 0000000..1655a32 --- /dev/null +++ b/jrxml_source/StylesReport.jrxml @@ -0,0 +1,45 @@ + + + + , centered, border"]]> + + + + + + diff --git a/jrxml_source/SubDatasetChartReport.jrxml b/jrxml_source/SubDatasetChartReport.jrxml new file mode 100644 index 0000000..bfad59f --- /dev/null +++ b/jrxml_source/SubDatasetChartReport.jrxml @@ -0,0 +1,81 @@ + + + + + + + + + +