print and print preview problem in ie 11
Posted: Thu Jan 22, 2015 3:38 am
when see a report with scrollbars on ,change the page to whole report.
in ie 11,can see the tables that display the data in each page are not same width.
but in html source code,the html table width is always fixed with 538pt,but the ie display the table width is not same.
if i add a css style
table,tr{display:block;}
then the ie display the same width.
but the print window i can't add the custom css
how can i add the css style to the print html code?
stimulsoft report web 2014.2
asp.net mvc 5 in visual studio 2013.1
ie 11
in ie 11,can see the tables that display the data in each page are not same width.
but in html source code,the html table width is always fixed with 538pt,but the ie display the table width is not same.
if i add a css style
table,tr{display:block;}
then the ie display the same width.
but the print window i can't add the custom css
how can i add the css style to the print html code?
stimulsoft report web 2014.2
asp.net mvc 5 in visual studio 2013.1
ie 11