What Is EngineV2 ?

Stimulsoft Reports.NET discussion
Post Reply
alharbi
Posts: 45
Joined: Wed Sep 05, 2007 1:56 pm
Location: KSA

What Is EngineV2 ?

Post by alharbi »

hi
in this release >>> Stimulsoft Reports.Net 2008.06.08 R2003_EngineV2 .

thank you.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

What Is EngineV2 ?

Post by Edward »

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.
alharbi
Posts: 45
Joined: Wed Sep 05, 2007 1:56 pm
Location: KSA

What Is EngineV2 ?

Post by alharbi »

thank you very much.
Pilgrim
Posts: 29
Joined: Fri Aug 03, 2007 7:57 am
Location: Cape Town

What Is EngineV2 ?

Post by Pilgrim »

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.
Edward, does the v2 engine load the current reports or do we need to rebuild or convert our reports to run on v2?

I am thinking long term here, not right now.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

What Is EngineV2 ?

Post by Edward »

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.

User avatar
Fabio Pagano
Posts: 355
Joined: Mon Apr 16, 2007 12:38 pm
Location: Bari (Italy)

What Is EngineV2 ?

Post by Fabio Pagano »

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)
User avatar
Fabio Pagano
Posts: 355
Joined: Mon Apr 16, 2007 12:38 pm
Location: Bari (Italy)

What Is EngineV2 ?

Post by Fabio Pagano »

Sorry, now it works, was a mistake with gac.

Thanks.
User avatar
Fabio Pagano
Posts: 355
Joined: Mon Apr 16, 2007 12:38 pm
Location: Bari (Italy)

What Is EngineV2 ?

Post by Fabio Pagano »

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:

Code: Select all

rpt.EngineVersion = Stimulsoft.Report.Engine.StiEngineVersion.EngineV2
But i thought it was automatic.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

What Is EngineV2 ?

Post by Edward »

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