I have a bmp to print. How to implement IEmbeddedVisualPaginator to print the bmp in multiple pages?
Hello,
Were you able to resolve your issue?
Sincerely,ValerieDeveloper Support Engineer Infragisticswww.infragistics.com/support
Thanks. I will try it.
You can create a data template which contains the image and a content presenter to hold the report, and then you can set the report’s PageContentTemplate to this data template which will result in the image being printed on each page as specified in the data template. See attached sample.