Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bounding recordset to Data report at run time

Status
Not open for further replies.

ragpark

Programmer
Jun 19, 2001
7
IN

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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top