How to use dialog page (Form) in designer

Stimulsoft Reports.NET discussion
Post Reply
mgorgin
Posts: 27
Joined: Wed Jun 18, 2008 2:06 am

How to use dialog page (Form) in designer

Post by mgorgin »

Hello,

I will use from dialog page in designer for get value from user and show in report.
If right click on top of tabs , show a context menu that has a New Form item , by click on it , add a new form to reprt designer. When run report , first appear form1 but don't show report page.

Please help me.
I can not find refrence for Form(dialog page);

Thank you.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

How to use dialog page (Form) in designer

Post by Ivan »

Hello,

Forms are used to enter the initial data, so they are always shown before rendering a report.
Please place a new "Ok" button on your form and set the DialogResult property for this button to OK.
Now when the Ok button will be pressed, the form will be closed and report rendering begins.
Please check the report sample in attachment.

Thank you.
Attachments
1101.ReportArguments.zip
(4.18 KiB) Downloaded 473 times
mgorgin
Posts: 27
Joined: Wed Jun 18, 2008 2:06 am

How to use dialog page (Form) in designer

Post by mgorgin »

Hello,

I can not download attached file .
(Please do not link directly to this resource. You must have a session in the forum.)

Thank you.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

How to use dialog page (Form) in designer

Post by Andrew »

Hello,

Could you, please clarify why are you not able to download this file.
Please download it at http://www.stimulsoft.com/images/ReportArguments.zip .

Thank you.
Post Reply