HTMLReport
- image
- Exemplos
- GetHTMLReport()
- Retorna o objeto HTMLReport intrínseco ao módulo.
- CreateHTMLReport()
- Cria um novo objeto HTMLReport.
- EndTable()
- Finaliza a geração do código HTML, gerando as tags <tr> e <td> para a linha atual, fechando a tabela com um </table> e imprimindo o Footer, caso o mesmo tenha sido informado.
- CellSpacing()
- Define o espaçamento entre as células da tabela.
- CellPadding()
- Define a margem interna das células da tabela.
- Métodos do objeto HTMLReport
- Métodos do objeto HTMLReportCells
- ShowHorizontalGridLines (HTMLReport)
- ShowVerticalGridLines (HTMLReport)
- RowClass (HTMLReport)
- LineBreak (HTMLReport)
- AlternateStop (HTMLReport)
- AlternateRowStyle (HTMLReport)
- GridColor (HTMLReport)
- TableClass (HTMLReport)
- Hyperlink (HTMLReport)
- HorizontalLine (HTMLReport)
- NewCell (HTMLReport)
- CellClass (HTMLReport)
- CellStyle (HTMLReport)
- AlternateRowClass (HTMLReport)
- PageHeight (HTMLReport)
- TableStyle (HTMLReport)
- RowStyle (HTMLReport)
- Text (HTMLReport)
- TextLine (HTMLReport)
- Footer (HTMLReport)
- HeaderClass (HTMLReport)
- Header (HTMLReport)
- FooterClass (HTMLReport)
- ShowGridLines (HTMLReport)
- ShowNoGridLines (HTMLReport)
- NewRow (HTMLReport)
- NewClass (HTMLReport)
- HeaderStyle (HTMLReport)
- FooterStyle (HTMLReport)
- NewPage (HTMLReport)
- StartDocument (HTMLReport)
- EndDocument (HTMLReport)
- TableAttribute (HTMLReport)
- RowAttribute (HTMLReport)
- HeaderAttribute (HTMLReport)
- FooterAttribute (HTMLReport)
- NewScript (HTMLReport)
- RowHeight (HTMLReport)
- NewLink (HTMLReport)
- Image (HTMLReport)
- HTMLIdentation (HTMLReport)
- AlternateCellStyle (HTMLReport)
- AlternateCellClass (HTMLReport)
- AlternateCellAttribute (HTMLReport)
- AlternateRowAttribute (HTMLReport)
- CellAttribute (HTMLReport)
- HeaderHeight (HTMLReport)
- FooterHeight (HTMLReport)
- ClearRows (HTMLReport)
- Alternate (HTMLReport)
- BeginTable (HTMLReport)
- NewChildTable (HTMLReport)
- Utilizamos o NewRow() e NewCell() para criarmos a tabela "pai", e dentro da célula criada inserimos uma nova tabela através do NewChildTable()
- Métodos do HTMLReportCells
