19 lines
842 B
XML
19 lines
842 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<report:Report xmlns:rtl="http://www.4js.com/2004/RTL" xmlns:report="http://www.4js.com/2007/REPORT" xmlns="http://www.4js.com/2004/PXML" version="3.01">
|
|
<report:Settings RWPageWidth="letterwidth" RWPageLength="letterlength" RWLeftMargin="0.5inch" RWTopMargin="0.5inch" RWRightMargin="0.5inch" RWBottomMargin="0.5inch">
|
|
<report:FormatList>
|
|
<report:Format-SVG/>
|
|
<report:Format-PDF/>
|
|
<report:Format-image/>
|
|
</report:FormatList>
|
|
</report:Settings>
|
|
<report:Data/>
|
|
<rtl:stylesheet>
|
|
<PXML>
|
|
<MINIPAGE name="Page Root" width="max" length="max">
|
|
<MINIPAGE name="MiniPage" width="min" length="max" layoutDirection="leftToRight"/>
|
|
</MINIPAGE>
|
|
</PXML>
|
|
</rtl:stylesheet>
|
|
</report:Report>
|