Hi all,
I want to connect my datareport to a dataenvironment programatically .
And i m using this code for this purpose but it does not working with an error.
error is in line 1
Thanx all
I want to connect my datareport to a dataenvironment programatically .
And i m using this code for this purpose but it does not working with an error.
Code:
DR.DataSource = "DE" DR.DataMember = "Command1"
Thanx all
Comment