Hi All,
Before debugging the RDP class >> i did below points
1. Table type = Regular ( Instead of TempDB )
2. Created by and Created Transaction Id = Yes
3. RDP class - SrsReportDataProviderPreProcess ( instead of SrsReportDataProviderPreProcessTempDB )
4. add below code -- in method()
salesInvoiceTmp.setConnection(this.parmUserConnection());
salesInvoiceHeaderFooterTmp.setConnection(this.parmUserConnection());
5. putting breakpoint
when run the report got below error --
how to resolve this issue? anything i am missing ?
please give me more shed on this.