Introducing AD FastReporter 2023!
READ MORE

AD FastReporter - Online manual

Options - Export


Tools-->Options-->Export

AD FastReporter Pro enables you to customize HTML export files.

AD FastReporter export options

1. Default

Use the built-in HTML export style.

2. Use custom internal style sheet

Internal styles are defined within the <style> element, inside the <head> section of an HTML page.

3. Internal style sheet

Your custom style sheet content.

4. Use custom HTML template

Use HTML template file with placeholder for report data. Placeholder - <!--AD FastReporter-->.

5. HTML template path

The HTML template file path that will be used in a report exporting as a template.

All report data will be exported in the <table></table> tags.
Example:

<table>
  <thead>
    <tr>
      <th>First Name</th>
      <th>Last Name</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Bill</td>
      <td>Brenson</td>
    </tr>
    <tr>
      <td>Stewort</td>
      <td>Robbans</td>
    </tr>
  </tbody>
</table>


Use of this site constitutes acceptance of our Privacy Policy and EULA. Copyright © Albus Bit SIA