StimulReport Preview Control.?

Stimulsoft Reports.NET discussion
Post Reply
abhi0410
Posts: 47
Joined: Fri Sep 26, 2008 12:42 pm
Location: bombay

StimulReport Preview Control.?

Post by abhi0410 »

I am using StimulReport Preview Control to show the report....

Now the problem is when i make my window size maximize mode then the Preview control doesn't resize to the window.....

Is there anyway to solve this????

Thanks....
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

StimulReport Preview Control.?

Post by Edward »

Hello.

Please send a project to support[at]stimulsoft.com for reproducing the issue on our side.

Thank you.
abhi0410
Posts: 47
Joined: Fri Sep 26, 2008 12:42 pm
Location: bombay

StimulReport Preview Control.?

Post by abhi0410 »

Should i make an sample and send it????

i have made a form and i have placed the stimulreport preview control in that form.....

Now when i maximize the window form then i wanted the preview control to be maxmized to the form size....is it possible????
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

StimulReport Preview Control.?

Post by Edward »

Hi.

Yes, it is possible. Please set Dock property of the PreviewControl in 'Fill'.

Thank you.
abhi0410
Posts: 47
Joined: Fri Sep 26, 2008 12:42 pm
Location: bombay

StimulReport Preview Control.?

Post by abhi0410 »

ok its working now...But i wanted the font size to automatically become bigger once it is maximized.....

Is it possible??????

Thanks....
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

StimulReport Preview Control.?

Post by Edward »

Hi.

Please call the following command once for your StiViewerControl:

Code: Select all

stiViewerControl1.SetZoomPageWidth();
Thank you.
abhi0410
Posts: 47
Joined: Fri Sep 26, 2008 12:42 pm
Location: bombay

StimulReport Preview Control.?

Post by abhi0410 »

where do i have to call????

n its not working...Suppose i set the zoom size to 50% and close my application n again run the application then second time the zoom size is set to 50% only....

How to over come this problem?????
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

StimulReport Preview Control.?

Post by Edward »

Please call it in ResizeEnd event of the Form with that preview control.

Thank you.
Post Reply