Page 3 of 3
problem with StiWebDesigner1_GetPreviewDataSet
Posted: Mon Dec 19, 2011 7:44 am
by Vladimir
Hello,
We have fixed the error, the update will be available in the next prerelease build.
Thank you.
problem with StiWebDesigner1_GetPreviewDataSet
Posted: Wed Dec 21, 2011 10:38 am
by sofiane
Ivan wrote:Hello,
Please modify your report: write the following code in the BeginRender event of the DataBand1 component:
Code: Select all
Portfolio.Projet.Tache.OwnerBand = DataBand1;
and write the following code in the BeginRender event of the Data component:
Code: Select all
Portfolio.Projet.Tache.OwnerBand = Data;
Also please set the EngineVersion property of the report to EngineV2.
Thank you.
I have retested the report wih StimulsoftReports.Web_2011.3 but I have problem :
I can not display delivrables in the componenent Data
The problem is the same when component have two children the report display only the first component
Thank in advance for your response
problem with StiWebDesigner1_GetPreviewDataSet
Posted: Mon Dec 26, 2011 7:05 am
by HighAley
Hello.
Sorry for the delay with response. We need some additional time to prepare the answer for you.
Thank you.
problem with StiWebDesigner1_GetPreviewDataSet
Posted: Tue Dec 27, 2011 7:22 am
by HighAley
Hello.
Please check the attached report template.
If there is still any problem, please, send us detailed guide how to reproduce your issue with screen-shots and versions of our product.
Please, clarify what did you mean in this phrase: 'component have two children'
Thank you.
problem with StiWebDesigner1_GetPreviewDataSet
Posted: Mon Jan 02, 2012 5:38 am
by sofiane
Hello Thanks For your repsonse,
I'm using the 22/12 version
'component has two children' means that this component is Considered as Master Component of two "or more then two" other Compoenents (which I called Chikldren)
In the last version of attached report The component DataBand2 is master Component of DataBand1 and Data. So these two compoenents "DataBand1 and Data" are considered as children of DataBand2.
I have tested The report with StiWebViewerFx component and It's Work without Problem
But When I'm using StiWebDesigner there are problems
The Editor Opened the Report But when we clik on Preview there are firstly exception "Flash error" and secondly error message
The first error means its imposible to access to the properties or method of the reference of an object having null values
the second error means that the format of xml is incorrect !!!!
problem with StiWebDesigner1_GetPreviewDataSet
Posted: Tue Jan 03, 2012 7:55 am
by Vladimir
Hello,
We have improved the work of Preview tab, it will more accurately determine where the error occurs. The update will be available in the next prerelease build.
Also please try to increase the timeout response using the following options:
StiWebDesignerOptions.Connection.ClientRequestTimeout = 20; // seconds, 10 by default
If this does not help, follow these steps:
1. Set the StiWebDesignerOptions.Connection.EnableDataLogger option to True.
2. After the error message select the 'Save Log File' from the designer main menu.
3. This file will contain all of the sent and received data, please send it to us for analysis.
Thank you.