alpineguy
Member
Ive gotten my report to do its thing with an ADO.NET DataSet, however...
I have a stored procedure that may or may not come back with data to fill the DataSet. If it doesnt come back with data, it breaks the schema and the report wont run. Is there any way to dynamically see if theres data coming back and just fill in a blank element? Or, maybe I should ask if theres an elegant way.
Any help is appreciated.
/cc
I have a stored procedure that may or may not come back with data to fill the DataSet. If it doesnt come back with data, it breaks the schema and the report wont run. Is there any way to dynamically see if theres data coming back and just fill in a blank element? Or, maybe I should ask if theres an elegant way.
Any help is appreciated.
/cc