Search the Wiki

Viewing 22 to 24 of 408 items

REST Server Tutorial

ReportBuilder REST Services allows for the simple creation of a report REST server that may be accessed via any mobile device using the mobile client components. This article gives an overview of the REST Services components, how they are used, as well as a simple tutorial. The ReportBuilder REST Service components are installed into the  Full Article…

Comments Off on REST Server Tutorial

TableGrid Fundamentals

Overview The TableGrid component is used to print a table in a report. A table consists of rows and columns that define a grid of cells. Cells may contain objects such as Label, DBText, Memo, Image etc. Simply drag-and-drop the object to the Cell. The Cell by default manages the child object’s boundary based on the  Full Article…

Comments Off on TableGrid Fundamentals

How To…Customize PDF/A Metadata

Question “How can I alter the default metadata when exporting to PDF/A?” Solution Use the TppPDFDevice.OnGetPDFMetadata event to retrieve the default metadata and alter it to meet your specific needs.  All metadata is in XML format so it is beneficial to use the Delphi built-in XML classes to edit the data. The following example shows how  Full Article…

Comments Off on How To…Customize PDF/A Metadata