I'm using RDC with an ADO Active Data.
When displays my RS in viewer i set:
Report.Database.SetDataSource rs
and it works perfect.
If i whant to insert a sub report, that i had set it's source as ADO Active data and set:
SubReport.DataBase.DataSource sbRS, viewer return:
"File not found"
why ?
When displays my RS in viewer i set:
Report.Database.SetDataSource rs
and it works perfect.
If i whant to insert a sub report, that i had set it's source as ADO Active data and set:
SubReport.DataBase.DataSource sbRS, viewer return:
"File not found"
why ?