MvcDesigner saving problem

Stimulsoft Reports.WEB discussion
Post Reply
User avatar
Buknoy Palaboy
Posts: 48
Joined: Fri Jun 22, 2012 1:34 am
Location: Philippines

MvcDesigner saving problem

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: MvcDesigner saving problem

Post by HighAley »

Hello.

Which version do you use?

Thank you.
User avatar
Buknoy Palaboy
Posts: 48
Joined: Fri Jun 22, 2012 1:34 am
Location: Philippines

Re: MvcDesigner saving problem

Post by Buknoy Palaboy »

Hi Aleksey,

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

Regards and Thanks,
Buknoy
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: MvcDesigner saving problem

Post 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.
User avatar
Buknoy Palaboy
Posts: 48
Joined: Fri Jun 22, 2012 1:34 am
Location: Philippines

Re: MvcDesigner saving problem

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: MvcDesigner saving problem

Post by HighAley »

Hello.

That's good.
Stay always updated.

Thank you.
Post Reply