Hello !
I have an ISV report data provider class that I want to use in my report.
The ISV is installed as binary package.
The problem is that in visual studio, in the report designer, if I browse for data providers I can't see any data provider from this package.
I can see only standard data providers, nothing from my ISV binary package
This data provider is completely new , is not an extension of the standard one it is designed from scratch: public class SalesInvoiceDP_xx extends SrsReportDataProviderPreProcess
Do I need to refresh something ?

