|
FlexCel Studio for VCL/LCL
|
Occurs before the report is saved to a stream, once for each of the file formats generated.
property OnGetOutStream: TOnGetOutStreamEvent;
__property TOnGetOutStreamEvent OnGetOutStream;
Use this event to save the report to a stream instead of a file. If you assign OnGetOutStream, FlexCel won't generate a file, it doesn't matter if you define filenameUCustomFlexCelReport.TCustomFlexCelReport.FileName or not. Instead, the results will be saved to the stream you specify on this event, by setting the variable OutStream.
Note that is normally easier to call TCustomFlexCelReport.SaveToStream directly, and not using this event.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|