2
Answers

Data table returns blank when execute

Pooran Bansal

Pooran Bansal

9y
490
1
I am generating a report in rdlc, so i am executing a stored procedure in which i have to update rdlc's XML with that report code
 i am using thw code
dt.Load(Connection.EMRDatabase.ExecuteReader(EMRDBCommand));
 
but dt returns blank because the length of XML is too large,so how can i execute that RDLC ?
 
 
Answers (2)