Print in the last page using event
Posted: Mon Oct 19, 2015 8:31 pm
Dear, Good afternoon!
I am using the following expression at the event before printing, so that the Panel component will appear only on the last page:
But validation is not going perfectly, the component is printed on all pages of the report. (File 1)
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!
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!