Preview without border and shadow

Stimulsoft Reports.NET discussion
Post Reply
samueldearaujo
Posts: 10
Joined: Tue Oct 15, 2013 7:49 pm
Location: Itaúna, Minas Gerais, Brasil

Preview without border and shadow

Post 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 1789 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 1789 times
(Design)
3.PNG
3.PNG (8.59 KiB) Viewed 1789 times
4.PNG
4.PNG (6.14 KiB) Viewed 1789 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 1789 times
(Desing)
6.PNG
6.PNG (50.89 KiB) Viewed 1789 times
(Runtime)
8.PNG
8.PNG (11.82 KiB) Viewed 1789 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Preview without border and shadow

Post 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.
samueldearaujo
Posts: 10
Joined: Tue Oct 15, 2013 7:49 pm
Location: Itaúna, Minas Gerais, Brasil

Re: Preview without border and shadow

Post 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 1780 times
Thanks
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Preview without border and shadow

Post by Alex K. »

Hello,

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