Hi ,
I am creating dynamic reports columns based on the filter parameters. so its width not fixed.
I have to put logo on the right top corner of the report.so if i get the width of the report i can fix the location for logo image.
i am using picture box for logo and report has enabled with "SetViewModeInteractive()".so that reports shown in one page with scroll bars.
manually i tried to find out the width of the report its around 12 to 13 inch.but the this.report.width is returning 7.135 inch.so now logo shows in mid of the report.
How can i get the report width for dynamically changing reports?
Thanks in Advance.
I am creating dynamic reports columns based on the filter parameters. so its width not fixed.
I have to put logo on the right top corner of the report.so if i get the width of the report i can fix the location for logo image.
i am using picture box for logo and report has enabled with "SetViewModeInteractive()".so that reports shown in one page with scroll bars.
manually i tried to find out the width of the report its around 12 to 13 inch.but the this.report.width is returning 7.135 inch.so now logo shows in mid of the report.
How can i get the report width for dynamically changing reports?
Thanks in Advance.