Hi there
I need to set the paper source for the LAST page. Page 1 to n - 1 have the same paper source and page n has a different source. Is it possible to do that?
Thank you for your help!
Cya Grazi
Set paper source for last page
Set paper source for last page
Hi Cya Grazi,
Yes, this is possible.
Please add the following code into the Report.EndRender event handler:
Thank you.
Yes, this is possible.
Please add the following code into the Report.EndRender event handler:
Code: Select all
this.RenderedPages[this.RenderedPages.Count - 1].PaperSourceOfOtherPages = "mypapersource";
Set paper source for last page
Great!
Thank you for your help!!
cya Grazi
Thank you for your help!!
cya Grazi
Set paper source for last page
Hi
You are welcome.
Please let us know if you need any help.
Than you.
You are welcome.
Please let us know if you need any help.
Than you.