Create New Report during runtime designer but DataSource are gone

Stimulsoft Reports.WEB discussion
Post Reply
seekianshim
Posts: 31
Joined: Mon Jun 07, 2010 7:55 am
Location: Malaysia

Create New Report during runtime designer but DataSource are gone

Post by seekianshim »

Hi, I'm encounter the following issues as above,
I'm write down the steps as below,


1. Create one report with Connection & Data Source.
2. View it in asp.net
3. Open it with Designer in runtime, StiWebDesigner1.Design(report);
4. Click on Create new Report with Wizard
5. Open the Data Source properties, deleted all the column in dataSource
6. Write a valid SQL statement in Query window, Select * from Customer.
7. Click on 'Retrieve Column', all column belong to Customer will listed under Columns List
8. Close the Edit DataSource Window.
9. Remove all the field in Report, re-add the new fields from Customer.
10. Click on the DataBand, re-assign the DataSource to Customer.
11. Drag some field from Customer and place under DataBand
12. Save as New Report Name as 'Report01.mrt'.
13. Close the designer and exit web application.

14. Open Stimulsoft Designer in my workstation.
15. Select the newly created report, 'Report01.mrt'.
16. Observed, those fields from Customer are placed correctly under DataBand
17. Observed, DataBand DataSource properties are gone, become 'Unassigned'
18. Click on the dictionary Window, did not found any DataSource there.


Can you please help me on this? Or I've miss some steps ?
Fyi, I'm doing the evaluation for Stimulsoft Ultimate 2010 version 2010.1.700


Thanks.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Create New Report during runtime designer but DataSource are gone

Post by Vladimir »

Hello,

Very strange error. We were unable to reproduce this error on the latest version of the web designer. Please send us the file you saved 'Report01.mrt' for analysis.

Thank you.
seekianshim
Posts: 31
Joined: Mon Jun 07, 2010 7:55 am
Location: Malaysia

Create New Report during runtime designer but DataSource are gone

Post by seekianshim »

Hi, I'm unable reproduced this error after repeated same process few times.
The Data Source are showing there after saved now.
But before I'm able to get the correct result, I've save the file to Compiled Report instead of 'mrt'.
After that, I'm repeated the process again and saved into 'mrt', and it work for me.
It's really very strange.

This error unable to reproduced anymore after I saved as 'Compiled Report'. It's unable to reproduced anymore after that.

Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Create New Report during runtime designer but DataSource are gone

Post by Andrew »

Hello,

Please let us know if you have some additional information regarding the issue.
We are glad to help you.

Thank you.
hadisaadat_du
Posts: 35
Joined: Tue Nov 09, 2010 2:43 pm
Location: iran

Create New Report during runtime designer but DataSource are gone

Post by hadisaadat_du »

Hi every body.
I sea allmost all topic in forum and seem int all of them posit that we know what is our tables and columns in dataset of our reportbut allways not thus
1-sometime we may want to edit the report in webdesigner that we dont know any thing about its data set but we sure it works with our data base , so befor call the design() function we pass what data set to our report via regdata(//what_dataset) ??
2- or we may want to set full access to data base to one user to create the every report that need to design well we pass a full data base to designer dictionary and he/she design every report by every columns in every tables or viwes in database and save it , in viwe report mode namely after load our report and we want to pass it to stiwebviewer we pass what data set to it since we cant pass all data base to our report ??!
Post Reply