Question 1: The issue is that when we convert the report to Html file , The content of the converted html is in the left of the page .But We want to put the converted html in the middle of the page.What should I set the properties to solve the problem? Or write any code to solve the problem?
the converted html file like:
Question 2:The converted html contains blank area between pages .How to remove the blank area?
Demo Code :
Looking forward to your quick reply!Thanks!
how to put the converted html in the middle of the page
Re: how to put the converted html in the middle of the page
Hello.
Please, try to set the StiHtmlExportSettings.PageHorAlignment property to StiHorAlignment.Center.
Thank you.
Please, try to set the StiHtmlExportSettings.PageHorAlignment property to StiHorAlignment.Center.
Thank you.