Define a paginated report view manually
Define a paginated report view manually
Technologies > Business Process Owner Views > Paginated Reports > Report with Data Band
A basic paginated report view contains a
<report/>
element, data source, and panel with type
paginatedReport
. This baseline Rooms report contains a single data band panel with format
table
and role
data
:
<view version="2.0">
<designInfo type="paginated" pattern="ab-viewdef-paginated" isAlterable="true"/>
<title>Report with Data Band - Rooms</title>
<report />
<dataSource id="ds_abExRmRpt_data">
<table name="rm" role="main"/>
<field table="rm" name="bl_id"/>
<field table="rm" name="fl_id"/>
<field table="rm" name="rm_id"/>
<field table="rm" name="name"/>
<field table="rm" name="rm_type"/>
<field table="rm" name="area"/>
<field table="rm" name="dv_id"/>
<field table="rm" name="dp_id"/>
</dataSource>
<panel id="panel_abExRmRpt_data"
type="paginatedReport"
format="table" role="data"
dataSource="ds_abExRmRpt_data">
<title translatable="true">Rooms</title>
</panel>
</view>
File: schema/ab-products/solutions/parts/pagereports/ab-ex-rm-rpt.axvw
Any data source may be used with a paginated report view. For example,
Use summary fields in a paginated report
See also "Create paginated reports using the View Definition Wizard"
Load report: http://localhost:8080/archibus/pagereports/ab-ex-rm-rpt.axvw