PlaceHolders

The empty elements, such as <ReportHeader/> and <TableCells/>, in TmpRpt_listing_<type>.xml are placeholders. When Vector HelpDesk generates a report, it replaces these placeholders with report-specific data.

    <ColumnHeaders/> is a placeholder for the field titles.

The file CaptionCell_listing_<type>.xml contains the HTML template for a field title, where <CellWidth /> and <CaptionCell /> are the width and title from the Report Editor.

    <TableCells/> is a placeholder for the field values.

The file ValueCell_listing_<type>.xml contains the HTML template for a field value.

    <ReportCaption /> is the name given to the report in the Report Editor.

    <ReportHeader /> is the title text from the Page Editor. <ReportHeaderCSS /> is the formatting applied to the title text.

    <PageHeader /> is the header text from the Page Editor. <PageHeaderCSS /> is the formatting applied to the header text.

    <PageFooter /> is the footer text from the Page Editor. <PageFooterCSS /> is the formatting applied to title text.

Notes

To see the generated HTML, open a report in a Web view and then view the page source.

Related Topics

About HTML Reports

Changing the CSS Styles