Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<reports ......>
 <declarations>
   <chartFormat id="chartFormat1"> ....    </chartFormat>
   <summaryFormat id="formatStatusMap"> ....    </summaryFormat>
   <htmlTableFormat id="htmlTableFormat1NL" tableStyle="tableStyle1"> ....    </htmlTableFormat>
   <dateFormat id="dateFormat1"> ...  </dateFormat>
   <numberFormat id="numberFormat1"> ... </numberFormat>
   <generatePdf>true</generatePdf>
   <templateDir>$REPORT_TEMPLATE_DIR$</templateDir>
   <reportsRootDir>$REPORT_ROOT_DIR$</reportsRootDir>
   <reportsRootSubDir>nl/fluvial</reportsRootSubDir>
   <sendToLocalFileSystem>false</sendToLocalFileSystem>
   <timeZone>
     <timeZoneName>CET</timeZoneName>
   </timeZone>
   <locale id="Dutch">
     <language>nl</language>
     <country>NL</country>
   </locale>
 </declarations>

...