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 ?