Skip to content

ID

The section ID is an integer value that can be set by a report developer

to be used at integration level where it is one of the parameters passed to the OnReportPreviewClick event.

The section ID can be a static or a dynamic value. The dynamic value can be set via a function defined with the section attribute. Such a function can return any integer value. It could be a function returning a static number, but it is more likely a value set via a parameter or a numeric database field such as a customer number or product ID, which can be used to find the row in the table.

As an example of a function:

return {customer.customer_number}