MvcDesigner saving problem
Posted: Thu Jul 19, 2012 10:03 am
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