Page 1 of 1

MvcDesigner saving problem

Posted: Thu Jul 19, 2012 10:03 am
by Buknoy Palaboy
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

Re: MvcDesigner saving problem

Posted: Fri Jul 20, 2012 6:08 am
by HighAley
Hello.

Which version do you use?

Thank you.

Re: MvcDesigner saving problem

Posted: Fri Jul 20, 2012 7:27 am
by Buknoy Palaboy
Hi Aleksey,

I'm using Stimulsoft Reports.Web for MVC 2012.1 for Visual Studio 2005 - 2010.

Regards and Thanks,
Buknoy

Re: MvcDesigner saving problem

Posted: Fri Jul 20, 2012 9:46 am
by HighAley
Hello.
Buknoy Palaboy wrote:I'm using Stimulsoft Reports.Web for MVC 2012.1 for Visual Studio 2005 - 2010.
There were several improvements.
Please, try to check our latest prerelease build.

Thank you.

Re: MvcDesigner saving problem

Posted: Tue Jul 24, 2012 5:47 am
by Buknoy Palaboy
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

Re: MvcDesigner saving problem

Posted: Tue Jul 24, 2012 9:32 am
by HighAley
Hello.

That's good.
Stay always updated.

Thank you.