Hi,
My data is a datareader can this be done ?
report.RegData("Account", dr)
But I am getting the error " Specified method is not supported"
Can RegData to DataReader ?
Can RegData to DataReader ?
Sorry, but DataReader can't be used for converting into DataSource of the report with RegData.
Thank you.
Thank you.
Can RegData to DataReader ?
Sorry, this feature is not supported.
Please copy your data to DataTable and then register it via RegData method.
Thank you.
Please copy your data to DataTable and then register it via RegData method.
Thank you.