On this page you can read about how to add images and attachments to special reports. Special reports are on both the sales and purchasing side and include invoices, order confirmations and delivery notes.
Open the old report, including bank statements.
Use the image component to insert these two images into the "DetailTransactions" ribbon. The images here are 48*48 in size.
Under expressions in properties, select [Link to invoice] and [Mobilepay link], respectively, in the "Navigation URL" field - see image below.
To prevent these icons from appearing on Primo records, under expressions in properties, insert the code Iif([Text]='Primo', false, true) in the visible field.
Save the report and test it by sending a bank statement to yourself.

Attachments in reports
It is possible to include attachments in special reports. If you select a new report, links to Photo, URL and Links will automatically appear in the reports, on the lines for each item.Invoice and MobilePay link in the report
In bank statements, reminders and interest notes, we can insert a link to the invoices listed in these reports as well as a link to MobilePay, so the customer can pay via this. Note: MobilePay must be created in Company/Company details in the "Mobile Pay" field under the Bank accounts box The field containing the invoice link is called: [ ViewInvoiceLink] in English The field containing the MobilPay link is called: [Mobilepay link] in English: [MobilePayLink] The fields are located under "DebtorInfo/Transactions/" in the "Field List" in the report generator. These fields contain a link to either invoice or MobilPay. The new reports will automatically include these links, whereas reports created before version 87 will need to be updated manually. Create links with logos in old reports The logos used in the Uniconta reports can be viewed and downloaded below. Right-click on the logo and select "Save image as..." Save the image on your PC and these can be used in the reports.



Insert product images in reports
- Insert an image on the report e.g. under the item lines on an invoice
- Assign the image component the image value from the inventory
- Select the small arrow next to the image
- In the Expression field, select PhotoBuffer
- Insert an image on the report
- Select the small arrow next to the image
- Select one of the sizing methods at the bottom of the menu that pops up
- See examples of the different sizes here: https://docs.devexpress.com/XtraReports/DevExpress.XtraReports.UI.XRPictureBox
