When the option Export to PDF is used, does all columns in the KPI display in a single page?
PDF file is created using itext Framework. If the number of columns is more, then the column data gets split into the next page with improper alignment. Hence, we are restricting the number of columns to 10 per page in the PDF report. If the column gets split to next page, the static columns (Code and Description) will not be repeated in the next page, but if the rows are continued in the next page then it will display the static columns.