Export format with multiple files using memorystream

edited October 2011 in FastReport .NET
Hi, i'm exporting reports using memorystreams. If the export format generates multiple files, how are generated in memory? Can i retrieve all memory generated files?
Thank you

EDIT:
exporting into memorystream in a format that generates multiple files (images) an exception is raised (Filename cannot be empty), this is the stacktrace:

at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at FastReport.Export.Image.ImageExport.SaveImage(Image image, String suffix)
at FastReport.Export.Image.ImageExport.ExportPage(Int32 pageNo)
at FastReport.Export.ExportBase.Export(Report report, Stream stream)

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.