Crystal Report Database Fields Do Not Display Classes from Reference Project

I created a website and a class library project. The website has a link to a class library.

I added a new Crystal Report element to the website (CrystalReport.rpt) and on the database expert screen in the Database Fields section I need to select the fields that are members of the classes in the class library (link to the project). Only web classes are displayed in the list sites.

Is there any way to do this?

Thanks.

+4
source share
1 answer

I had this problem before, to see the fields of the database, I had to create an XSD, even if I had to fill in the data set and pass it once during development (debugging). Try this before adding the rpt file.

0
source

Source: https://habr.com/ru/post/1345532/


All Articles