What Is EngineV2 ?
What Is EngineV2 ?
hi
in this release >>> Stimulsoft Reports.Net 2008.06.08 R2003_EngineV2 .
thank you.
in this release >>> Stimulsoft Reports.Net 2008.06.08 R2003_EngineV2 .
thank you.
What Is EngineV2 ?
This new prerelease build contains new version of the report engine which is now in beta-testing stage as well as the current version which was available until today.
As this is just a beta version, full list of changes will be available a bit later. Build also contains old version of the report engine and that is why all reports created in previous versions of the Stimulsoft Reports.Net will work in the same environment, we believe that it will be without any surprises, but it is still a beta version.
Thank you.
As this is just a beta version, full list of changes will be available a bit later. Build also contains old version of the report engine and that is why all reports created in previous versions of the Stimulsoft Reports.Net will work in the same environment, we believe that it will be without any surprises, but it is still a beta version.
Thank you.
What Is EngineV2 ?
thank you very much.
What Is EngineV2 ?
Edward, does the v2 engine load the current reports or do we need to rebuild or convert our reports to run on v2?Edward wrote:This new prerelease build contains new version of the report engine which is now in beta-testing stage as well as the current version which was available until today.
As this is just a beta version, full list of changes will be available a bit later. Build also contains old version of the report engine and that is why all reports created in previous versions of the Stimulsoft Reports.Net will work in the same environment, we believe that it will be without any surprises, but it is still a beta version.
Thank you.
I am thinking long term here, not right now.
What Is EngineV2 ?
There is no need of converting of the existing reports. Report engine loads all reports in new and in old format automatically.
Version of the report engine is being detected automatically when the report is being loaded into Designer.
Report object in the Designer has property EngineVersion. This property allows you to enable new features of the EngineV2. Format of the report will be changed automatically after saving it and when it is being loaded next time, it contains information about engine version inside of the report.
Thank you.
Version of the report engine is being detected automatically when the report is being loaded into Designer.
Report object in the Designer has property EngineVersion. This property allows you to enable new features of the EngineV2. Format of the report will be changed automatically after saving it and when it is being loaded next time, it contains information about engine version inside of the report.
Thank you.
- Fabio Pagano
- Posts: 355
- Joined: Mon Apr 16, 2007 12:38 pm
- Location: Bari (Italy)
What Is EngineV2 ?
I've updated with new dlls 08/06/08 Engine V2. This code throws the error "Cannot find the method 'Stimulsoft.Report.Engine.StiEngineVersion Stimulsoft.Report.StiReport.get_EngineVersion()'.":
Code: Select all
Dim rpt As New Stimulsoft.Report.StiReport
MessageBox.Show(rpt.EngineVersion.ToString)
- Fabio Pagano
- Posts: 355
- Joined: Mon Apr 16, 2007 12:38 pm
- Location: Bari (Italy)
What Is EngineV2 ?
Sorry, now it works, was a mistake with gac.
Thanks.
Thanks.
- Fabio Pagano
- Posts: 355
- Joined: Mon Apr 16, 2007 12:38 pm
- Location: Bari (Italy)
What Is EngineV2 ?
How do i set that an existing report is now in engine v2? In designer i don't see anything that could change engine. I could do this in code:
But i thought it was automatic.
Code: Select all
rpt.EngineVersion = Stimulsoft.Report.Engine.StiEngineVersion.EngineV2
What Is EngineV2 ?
Hello, Fabio.
Yes, the Designer has an option for this.
Click in any place outside the page in the Designer. There is the Report object will be selected in the Property Editor.
Report has this property available for changing.
If you want to move to the EngineV2 than you must set this property in the Designer, otherwise your report would work as before with EngineV1.
Thank you.
Yes, the Designer has an option for this.
Click in any place outside the page in the Designer. There is the Report object will be selected in the Property Editor.
Report has this property available for changing.
If you want to move to the EngineV2 than you must set this property in the Designer, otherwise your report would work as before with EngineV1.
Thank you.