Page 1 of 1

Save report

Posted: Sun Jul 12, 2009 5:06 pm
by ytheaudin
Hi

is it possible to save the report directly into the database,
with a standard Save command to Db


best regards:shame:

Save report

Posted: Sun Jul 12, 2009 5:26 pm
by Brendan
You can save a report to a string and then save that string to your DB.

Code: Select all

StiReport report = new StiReport();
string reportString = report.SaveToString();