Bind custom entities from another assembly

Stimulsoft Reports.NET discussion
Post Reply
Claudio Maccari
Posts: 12
Joined: Fri Jun 09, 2006 11:53 am
Location: Italy

Bind custom entities from another assembly

Post by Claudio Maccari »

I've just started using StimulSoft with Visual Studio 2005.
My winform application has separate tiers for the UI, Business, Data Layer etc and i'm using custom entities and collections ( using the Generic List object ) to pass data.
If I bind an object defined in an another assembly a I get an "missing assembly reference" error?
How can I work around this error?
Thk
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Bind custom entities from another assembly

Post by Vital »


Open report properties in panel "Properties" (you can do it with ComboBox placed at top of properties panel).
Find property "Referenced Assemblies". Add to list of assemblies your assembly name.
Post Reply