StimulReport Preview Control.?
StimulReport Preview Control.?
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....
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.?
Hello.
Please send a project to support[at]stimulsoft.com for reproducing the issue on our side.
Thank you.
Please send a project to support[at]stimulsoft.com for reproducing the issue on our side.
Thank you.
StimulReport Preview Control.?
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????
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.?
Hi.
Yes, it is possible. Please set Dock property of the PreviewControl in 'Fill'.
Thank you.
Yes, it is possible. Please set Dock property of the PreviewControl in 'Fill'.
Thank you.
StimulReport Preview Control.?
ok its working now...But i wanted the font size to automatically become bigger once it is maximized.....
Is it possible??????
Thanks....
Is it possible??????
Thanks....
StimulReport Preview Control.?
Hi.
Please call the following command once for your StiViewerControl:
Thank you.
Please call the following command once for your StiViewerControl:
Code: Select all
stiViewerControl1.SetZoomPageWidth();
StimulReport Preview Control.?
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?????
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.?
Please call it in ResizeEnd event of the Form with that preview control.
Thank you.
Thank you.