Page 1 of 1

Preview without border and shadow

Posted: Wed Oct 16, 2013 12:29 pm
by samueldearaujo
Hi!
I need to see a report in an area of my program, without open it in viewer of the Stimulsoft. I tried to use the StiViewerControl and a pictureBox. I want to see if is there a way to remove the border from report’s page and its shadow.
Border in gold color.

(Runtime)
borda1.PNG
borda1.PNG (4.45 KiB) Viewed 1794 times


And, if is there also way to remove the border of the stiViewerControl. I was try to set the 'BorderStyle = none' for this stiViewerControl, but nothing happening.
(Runtime)
2.PNG
2.PNG (6.98 KiB) Viewed 1794 times
(Design)
3.PNG
3.PNG (8.59 KiB) Viewed 1794 times
4.PNG
4.PNG (6.14 KiB) Viewed 1794 times
Finaly, like I don’t have sucess before, I tried to get a image from report for show it in pictureBox Control. But I getting a thumbnail of report, not the report in image format.
Is this possible?
(Code)
7.PNG
7.PNG (16.9 KiB) Viewed 1794 times
(Desing)
6.PNG
6.PNG (50.89 KiB) Viewed 1794 times
(Runtime)
8.PNG
8.PNG (11.82 KiB) Viewed 1794 times

Re: Preview without border and shadow

Posted: Thu Oct 17, 2013 7:57 am
by HighAley
Hello.
samueldearaujo wrote:I need to see a report in an area of my program, without open it in viewer of the Stimulsoft. I tried to use the StiViewerControl and a pictureBox. I want to see if is there a way to remove the border from report’s page and its shadow.
Border in gold color.
You could change the Color of the Page Border using next static option: StiOptions.Viewer.Windows.ActivePageBorderColor.
samueldearaujo wrote:Finaly, like I don’t have sucess before, I tried to get a image from report for show it in pictureBox Control. But I getting a thumbnail of report, not the report in image format.
Is this possible?
You could export report to any format. Read more detailes in our Programming Manual.

Thank you.

Re: Preview without border and shadow

Posted: Mon Oct 21, 2013 1:28 pm
by samueldearaujo
Hi!
Problem solved, i used the option of export to image.
I found more easy. rs..
looked like this:
Capture.PNG
Capture.PNG (29 KiB) Viewed 1785 times
Thanks

Re: Preview without border and shadow

Posted: Mon Oct 21, 2013 1:49 pm
by Alex K.
Hello,

Ok.
Let us know if you need any additional help.