How to bound a ADO Recordset to VB Data report ?
Till now I have not worked with VB Data reports
I have tried using fallowing code but I am getting
only a Empty report. "I donot want create Data Environment".
Dim rptData As New DataReport1
set rptData.DataSource = rec
'rec is ADO Disconnected recordset.
rptData.show
Above code showing a blank report.
Please help me.............
Regards
Raghavendra K