I am trying to design a report for a custom DotNetNuke module that I am developing. How would one go about designing a report that connects to a Business Object. Do I have to create a Dataset in order to design the report?
1 Answer, 1 is accepted
0
Chavdar
Telerik team
answered on 30 Jan 2008, 03:24 PM
Hello Afrim,
If the business object is defined in the web site's App_Code folder then try to move it to a separate class library. Reference it from the web site and start the Data Source Configuration Wizard from the DataSource property of the report. After selecting the Business Object option you should be able to see and select the business object from the next screen. Finally the behavior is the same as if selecting a database data source.
Hope this helps. Let me know if you have any additional questions.