Hi
is it possible to save the report directly into the database,
with a standard Save command to Db
best regards:shame:
Save report
Save report
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();