Home
PHP
Application
Php Manual
Pictures
GuestBook
 
 
  Introduction Dlog Aprint SpTpl 
  Yap Xml2Array

 

 

 
 
 
Tag Index

<!ELEMENT report (pagesize, margin, beginreport, openpage, block, newpage, row, closepage, closereport)>

The main report definition tag. Below this tag there are all tag in charge of setting the report layout

 

Parent:

template
 

Childs:

pagesize
margin
beginreport
openpage
block
newpage
row
closepage
closereport
 

Attributes:

 

Note:

Only one report tag is allowed per template.
Inside the report you may put many block or row tag (even mixed), they will be printed in the same order they are located under the report.
<report>
     <row>...</row>
     <block>...</block>
     <block>...</block>
     ...
  </report>

 

Copyright © 2003-2008 Darvin Andrioli, last change 08/09/2003