Page 1 of 1
StimulReport Preview Control.?
Posted: Wed Oct 29, 2008 12:37 am
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....
StimulReport Preview Control.?
Posted: Wed Oct 29, 2008 12:57 pm
by Edward
Hello.
Please send a project to support[at]stimulsoft.com for reproducing the issue on our side.
Thank you.
StimulReport Preview Control.?
Posted: Thu Oct 30, 2008 12:16 am
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????
StimulReport Preview Control.?
Posted: Thu Oct 30, 2008 7:59 am
by Edward
Hi.
Yes, it is possible. Please set Dock property of the PreviewControl in 'Fill'.
Thank you.
StimulReport Preview Control.?
Posted: Fri Oct 31, 2008 1:38 am
by abhi0410
ok its working now...But i wanted the font size to automatically become bigger once it is maximized.....
Is it possible??????
Thanks....
StimulReport Preview Control.?
Posted: Sun Nov 02, 2008 11:09 am
by Edward
Hi.
Please call the following command once for your StiViewerControl:
Code: Select all
stiViewerControl1.SetZoomPageWidth();
Thank you.
StimulReport Preview Control.?
Posted: Mon Nov 03, 2008 12:28 am
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?????
StimulReport Preview Control.?
Posted: Mon Nov 03, 2008 4:02 am
by Edward
Please call it in ResizeEnd event of the Form with that preview control.
Thank you.