Load Report as string and Rebind in asp.net

Stimulsoft Reports.WEB discussion
Post Reply
hitesh1
Posts: 1
Joined: Fri Feb 17, 2017 5:08 am

Load Report as string and Rebind in asp.net

Post by hitesh1 »

Hi All,

I am using reports.web, i am able to save the reports as string as XML and then save it in Database. But when i try to rebind from database i am getting some error. can you please let me know what needs to be done or what i am missing.

Note: I am using Asp.Net and not MVC.
Sample code:

string _jSonText = GetData(); // Retrieves as XML from database
StiReport strReport = new StiReport();
DataSet ds = new DataSet();
ds.ReadXml(xmlValue); // Invalid URI: The Uri scheme is too long.
strReport.RegData(ds);

Thanks in advance
Hitesh S.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Load Report as string and Rebind in asp.net

Post by Alex K. »

Hello,

Please send us a simple project which reproduces the issue for analysis.

Thank you.
Post Reply