views:

97

answers:

1

I made a crystal report using c#.net, we can add only the objects that exist on the project that contains crystal report, is there any way to add .net objects from my business layer to my report and how?

A: 

As I know - not in CR or MS Reporting (also I have not found posibility of native working with BO in DevExpress). It is possible in other reporting tools (FastReport.Net for example :) ). See here: http://dotnet.fast-report.com/Default.aspx example "Business Objects".

This report demonstrates how to use application business objects. - register the list of business objects using the Report.RegisterData method. The list must be of IEnumerable type.

Merl