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)
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)
(Design)
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)
(Desing)
(Runtime)
Preview without border and shadow
-
- Posts: 10
- Joined: Tue Oct 15, 2013 7:49 pm
- Location: Itaúna, Minas Gerais, Brasil
Re: Preview without border and shadow
Hello.
Thank you.
You could change the Color of the Page Border using next static option: StiOptions.Viewer.Windows.ActivePageBorderColor.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 export report to any format. Read more detailes in our Programming Manual.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?
Thank you.
-
- Posts: 10
- Joined: Tue Oct 15, 2013 7:49 pm
- Location: Itaúna, Minas Gerais, Brasil
Re: Preview without border and shadow
Hi!
Problem solved, i used the option of export to image.
I found more easy. rs..
looked like this: Thanks
Problem solved, i used the option of export to image.
I found more easy. rs..
looked like this: Thanks
Re: Preview without border and shadow
Hello,
Ok.
Let us know if you need any additional help.
Ok.
Let us know if you need any additional help.