Report Form
Report Form
I am designing my application to load report mrt files on demand much like a plug in interface. I am allowing users to create report options using the report form (stiForm).
1. Is there a way to add a value to start mode that will show the stiform at report start but leave the stiform open for report modification?
2. Is there a way to obtain source code for the prerelease versions?
1. Is there a way to add a value to start mode that will show the stiform at report start but leave the stiform open for report modification?
2. Is there a way to obtain source code for the prerelease versions?
Report Form
Please, explain more details this task.1. Is there a way to add a value to start mode that will show the stiform at report start but leave the stiform open for report modification?
Code: Select all
2. Is there a way to obtain source code for the prerelease versions?
Thank you.
Report Form
I am attempting to use Stimulsoft reports as a plug in so that users can create custom reports.Vital wrote:Please, explain more details this task.1. Is there a way to add a value to start mode that will show the stiform at report start but leave the stiform open for report modification?
Thank you.
I am using a stiForm that is displayed before the report which allows the user to select report crieteria.
The stiForm then feeds the correct sql to the report.
This works fine except,
The stiForm needs to stay loaded with state information as the user will change the report parameters and re-run the report.
Report Form
If I understand you in the correct way, the following code will help to achieve your goal:
also you need to set the property of the SqlBasedDataSource:
SqlBasedDataSource.ConnectOnStart = false in the Property Editor.
Thank you.
Code: Select all
// Connects the SqlBasedDataSource to the Data
// after setting the correct SQL in the StiForm of the report.
SqlBasedDataSource.Connect();
SqlBasedDataSource.ConnectOnStart = false in the Property Editor.
Thank you.
Report Form
We will update our code to release this feature. We inform you in this topic about progress.
Thank you.
Thank you.
Report Form
Do you have an estimate?Vital wrote:We will update our code to release this feature. We inform you in this topic about progress.
Thank you.
Day, Weeks, Months?
Report Form
Our estimate is 1-2 weeks.rchabot wrote:Do you have an estimate?
Day, Weeks, Months?
Thank you.
Report Form
Our estimate is 1-2 weeks.rchabot wrote:Do you have an estimate?
Day, Weeks, Months?
We will inform you in that topic when a solution will be ready.
Thank you.
Report Form
We have finished our work on new mode of dialogs. You can enable this mode at property StartMode of report form. Set this property to value OnPreview. Take in care, property DialogResult of buttons. If property equal to Cancel then when clicking on this button form preview will be closed. If property equal to Ok, than report will be rerender in preview window.
Thank you.
Thank you.
Report Form
Is this in version StimulReport.Net 2007.02.16 R2005?Vital wrote:We have finished our work on new mode of dialogs. You can enable this mode at property StartMode of report form. Set this property to value OnPreview. Take in care, property DialogResult of buttons. If property equal to Cancel then when clicking on this button form preview will be closed. If property equal to Ok, than report will be rerender in preview window.
Thank you.
If not which downloadable version contains the new code?