Click to See Complete Forum and Search --> : CrystalReport and C# object


DavidFirst
April 29th, 2009, 11:26 AM
I'm using in visual studio 2008 as IDE. in the report page, in "Database Expert" window,
there an option named ".net object", By clicking on this option, I can choose a class in my c# code to be the field of the report.
the problem is that I can choose only the classes that exist in EXE project, but not those that exist in DLL Projects.
How can I solve this problem?

thanks.