problem with StiWebDesigner1_GetPreviewDataSet
problem with StiWebDesigner1_GetPreviewDataSet
Hello,
We have fixed the error, the update will be available in the next prerelease build.
Thank you.
We have fixed the error, the update will be available in the next prerelease build.
Thank you.
problem with StiWebDesigner1_GetPreviewDataSet
I have retested the report wih StimulsoftReports.Web_2011.3 but I have problem :Ivan wrote:Hello,
Please modify your report: write the following code in the BeginRender event of the DataBand1 component:
and write the following code in the BeginRender event of the Data component:Code: Select all
Portfolio.Projet.Tache.OwnerBand = DataBand1;
Also please set the EngineVersion property of the report to EngineV2.Code: Select all
Portfolio.Projet.Tache.OwnerBand = Data;
Thank you.
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
Hello.
Sorry for the delay with response. We need some additional time to prepare the answer for you.
Thank you.
Sorry for the delay with response. We need some additional time to prepare the answer for you.
Thank you.
problem with StiWebDesigner1_GetPreviewDataSet
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.
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.
- Attachments
-
- 1531.report.mrt
- (526.61 KiB) Downloaded 320 times
problem with StiWebDesigner1_GetPreviewDataSet
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 !!!!

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
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.
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.