I have designed a local ssrs report with the following sizes which I'm trying to display from a C# application:The report body size is as follows 9.86657in, 7.04374in The report size is as follows - InteractiveSize=w:11.69in, h:8.27in - Margins=0.3in, 0.3in, 0.3in, 0.3in - PageSize=w:11.69in, h:8.27inWhen I load the report in C# and try to get the page sizes using GetDefaultPageSettings why is it set to w=8.27in and h=11.69in?Is there another way to the size of the report?
↧