Hi,
We are in the process of migrating from 2006 to 2009.
We met,
1. startnewpage
2. In Databand keepheadertogether, keepfootertogether,... properties are not working.
3. Even if we change the property, existing code like startnewpage is still residing.
4. In Text Component, condition property e.Value is not working.
Still getting errors and doing workaround.
If anyone in similar work, pls post and suggest solutions here.
Regards
Kamaraj.P
migrating from 2006 to 2009
migrating from 2006 to 2009
Hello Kamaraj,
Thank you.
Really you upgrade from your reports from EngineV1 to EngineV2. So you need use some new properties:We are in the process of migrating from 2006 to 2009.
Please use NewPageBefore, NewPageAfter, NewColumnBefore and NewColumnAfter properties.1. startnewpage
All this properties in EngineV2 moved to HeaderBand, FooterBand and etc. Please check it.2. In Databand keepheadertogether, keepfootertogether,... properties are not working.
Sorry i don't understand your request. Please explain it in more details.3. Even if we change the property, existing code like startnewpage is still residing.
Sorry you can't use e.Value property in conditions. This is not documented feature in version 2006.4.4. In Text Component, condition property e.Value is not working.
Thank you.
migrating from 2006 to 2009
HI,
If we are not passing value of a Variable, its just displaying "" empty quotes.
In Some reports if we try to save as pdf, xls, dbf,... its saving empty file.
startnewpage property is removed in V2, but in my mrt, the code having startnewpage.
Its not removed in coding, scripting part.
If anyother people are in same migration process, pls post it here.
Regards
Kamaraj.P :biggrin:
If we are not passing value of a Variable, its just displaying "" empty quotes.
In Some reports if we try to save as pdf, xls, dbf,... its saving empty file.
startnewpage property is removed in V2, but in my mrt, the code having startnewpage.
Its not removed in coding, scripting part.
If anyother people are in same migration process, pls post it here.
Regards
Kamaraj.P :biggrin:
migrating from 2006 to 2009
Hi,
rptobject.Load(mrtFile)
rptobject.RegData(dsreport)
If Not DelPageIndex Is Nothing Then
If DelPageIndex.Count 0 Then
Dim i As Integer
For i = 0 To DelPageIndex.Count - 1
rptobject.Pages(DelPageIndex(i)).Enabled = False
Next
End If
End If
rptobject.Compile()
compilation is necessary?
Also, On what ways we can improve the speed of report and rendering?
mrt as a DLL and NGEN will help?
Regards
Kamaraj.P
rptobject.Load(mrtFile)
rptobject.RegData(dsreport)
If Not DelPageIndex Is Nothing Then
If DelPageIndex.Count 0 Then
Dim i As Integer
For i = 0 To DelPageIndex.Count - 1
rptobject.Pages(DelPageIndex(i)).Enabled = False
Next
End If
End If
rptobject.Compile()
compilation is necessary?
Also, On what ways we can improve the speed of report and rendering?
mrt as a DLL and NGEN will help?
Regards
Kamaraj.P
migrating from 2006 to 2009
Hello Kamaraj,
Thank you.
It depend from type of this variable and from method which you are use for assigning values. Please provide more details.If we are not passing value of a Variable, its just displaying "" empty quotes.
Please send mdc file for reports with this problem to support@stimulsoft.com. Please include link to this topic into EMail.In Some reports if we try to save as pdf, xls, dbf,... its saving empty file.
It depend from engine version. If you report used EngineV1 then you can continue work with EngineV1.startnewpage property is removed in V2, but in my mrt, the code having startnewpage.
Its not removed in coding, scripting part.
Thank you.