I am using the following expression at the event before printing, so that the Panel component will appear only on the last page:
Code: Select all
if ( PageNumber != TotalPageCount )
{
this.Panel5.Enabled = false;
}
I'm not using the functionality to print only on the last page, because the component fills the page with an empty space. (File 2)
Please find attached the quoted report layout.
Thank you for your attention!