Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi everyone
I saved a Stimulsoft report (containing some variables and a table) to a string using this method:

string s = report1.savetostring();

When I reload this report in other Stimulsoft report, all data in the second report comes except the table data:

report2.loadfromstring(s);

What is wrong here?
Posted
Comments
ZurdoDev 3-Jan-15 11:29am    
Need a lot more information.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900