Creates an instance of a PDF AutoTable
Member of PRIM_PDF (PRIM_PDF)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | PRIM_PDF.AutoTable | Reference to the new AutoTable instance |
Creates an instance of a PDF AutoTable.
Adding a createAutoTable
Define_Com Class(#PRIM_PDF) Name(#pdf) Define_Com Class(#PRIM_PDF.AutoTable) Name(#Table) Reference(*DYNAMIC) Theme(Striped) Columncount(3) #pdf.start * Create AutoTable #Table <= #pdf.CreateAutoTable
LANSA Version 15, April 2020