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