ObservableCollection doesn't work

Stimulsoft Reports.WPF discussion
Post Reply
harald
Posts: 5
Joined: Mon Sep 24, 2012 11:27 am

ObservableCollection doesn't work

Post by harald »

Hello,
i have used the trail version of the Ultimate version to create some reports with classes published
from a wcf Service. In the configuration of the WCF Service I set the "List-Datatype" from Arrays to
ObservableCollection(setting.png). So .. in the Trail version everything works fine ...
Now we have bought the Ultimate version and ObservableCollection no longer work ...
In the designer everything is fine even the preview works, but if i want to show
the report it crashes -> Unbenannt.png
StiReport report = GetNewStiReport();
report.Load(this.Data.SelectedChoose.FilePath);
report.RegData(_DataStoreName, _data);
report.ShowWithWpfRibbonGUI();
//report.Show();

thats annoying because the trail version works!
So I tried to set the List-Datatype to Generic.List and it works ... but all my reports are broken now and I have
to rebuild those :cry:
Attachments
setting.PNG
setting.PNG (48.31 KiB) Viewed 1195 times
Unbenannt.PNG
Unbenannt.PNG (135.7 KiB) Viewed 1195 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: ObservableCollection doesn't work

Post by Alex K. »

Hello,

Please download the new version again. For technical reason the new version has been reloaded. Sorry.
If it is does not help please send us a sample project which reproduces the issue for analysis.

Thank you.
Post Reply