MvcDesigner saving problem
- Buknoy Palaboy
- Posts: 48
- Joined: Fri Jun 22, 2012 1:34 am
- Location: Philippines
MvcDesigner saving problem
Hi Stimulsoft Team,
I think I found a bug during saving of MvcDesigner. I have my original report and load it to MvcDesigner on the browser. I have this line of code:
<Interaction Ref="45" type="Stimulsoft.Report.Components.StiBandInteraction" isKey="true">
<CollapsingEnabled>True</CollapsingEnabled>
<SortingEnabled>False</SortingEnabled>
</Interaction>
<KeepChildTogether>True</KeepChildTogether>
<KeepDetailsTogether>True</KeepDetailsTogether>
<Name>DataBand1</Name>
Now without changing anything on the report, I click on the Save As menuitem and save the report on a new filename. Referencing on the above code, I now have this line of code:
<Interaction Ref="45" type="Stimulsoft.Report.Components.StiInteraction" isKey="true">
<SortingEnabled>False</SortingEnabled>
</Interaction>
<KeepChildTogether>True</KeepChildTogether>
<KeepDetailsTogether>True</KeepDetailsTogether>
<Name>DataBand1</Name>
How come the code change? With that change, I now encounter this error:
Unable to cast object of type 'Stimulsoft.Report.Components.StiInteraction' to type 'Stimulsoft.Report.Components.StiBandInteraction'.
Please help.
Regards and Thanks,
Buknoy
I think I found a bug during saving of MvcDesigner. I have my original report and load it to MvcDesigner on the browser. I have this line of code:
<Interaction Ref="45" type="Stimulsoft.Report.Components.StiBandInteraction" isKey="true">
<CollapsingEnabled>True</CollapsingEnabled>
<SortingEnabled>False</SortingEnabled>
</Interaction>
<KeepChildTogether>True</KeepChildTogether>
<KeepDetailsTogether>True</KeepDetailsTogether>
<Name>DataBand1</Name>
Now without changing anything on the report, I click on the Save As menuitem and save the report on a new filename. Referencing on the above code, I now have this line of code:
<Interaction Ref="45" type="Stimulsoft.Report.Components.StiInteraction" isKey="true">
<SortingEnabled>False</SortingEnabled>
</Interaction>
<KeepChildTogether>True</KeepChildTogether>
<KeepDetailsTogether>True</KeepDetailsTogether>
<Name>DataBand1</Name>
How come the code change? With that change, I now encounter this error:
Unable to cast object of type 'Stimulsoft.Report.Components.StiInteraction' to type 'Stimulsoft.Report.Components.StiBandInteraction'.
Please help.
Regards and Thanks,
Buknoy
Re: MvcDesigner saving problem
Hello.
Which version do you use?
Thank you.
Which version do you use?
Thank you.
- Buknoy Palaboy
- Posts: 48
- Joined: Fri Jun 22, 2012 1:34 am
- Location: Philippines
Re: MvcDesigner saving problem
Hi Aleksey,
I'm using Stimulsoft Reports.Web for MVC 2012.1 for Visual Studio 2005 - 2010.
Regards and Thanks,
Buknoy
I'm using Stimulsoft Reports.Web for MVC 2012.1 for Visual Studio 2005 - 2010.
Regards and Thanks,
Buknoy
Re: MvcDesigner saving problem
Hello.
Please, try to check our latest prerelease build.
Thank you.
There were several improvements.Buknoy Palaboy wrote:I'm using Stimulsoft Reports.Web for MVC 2012.1 for Visual Studio 2005 - 2010.
Please, try to check our latest prerelease build.
Thank you.
- Buknoy Palaboy
- Posts: 48
- Joined: Fri Jun 22, 2012 1:34 am
- Location: Philippines
Re: MvcDesigner saving problem
Hi Aleksey,
I am now using the pre-release version and it works just fine.
More power to you and your team. Great work!
Regards and Thanks,
Buknoy
I am now using the pre-release version and it works just fine.
More power to you and your team. Great work!
Regards and Thanks,
Buknoy
Re: MvcDesigner saving problem
Hello.
That's good.
Stay always updated.
Thank you.
That's good.
Stay always updated.
Thank you.