Save a report
Posted: Wed Aug 15, 2012 7:27 pm
Greetings,
I have created an event handler for the saveReport event of the StiDesignerFx component.
I am wanting to open an existing report, edit it and save it. Must be the same file name.
So far, no luck.
protected function stidesignerfx1_saveReportHandler(event:StiDesignerEvent):void
{
report.saveReportToString();
}
I am sure I have missed something basic. would appreciate any help/guidance. The developers FAQ
is a little thin in places.
I have created an event handler for the saveReport event of the StiDesignerFx component.
I am wanting to open an existing report, edit it and save it. Must be the same file name.
So far, no luck.
protected function stidesignerfx1_saveReportHandler(event:StiDesignerEvent):void
{
report.saveReportToString();
}
I am sure I have missed something basic. would appreciate any help/guidance. The developers FAQ
is a little thin in places.