Creates a multi-file report for the current execution.
The name of the report. Does not need to be unique.
A zip file containing the contents of the report.
The path to a file in stream that will be shown as the default page when viewing this report.
The path to a file in stream to be used as a preview. May be null (Nothing in Visual Basic) for no preview file.
System.ArgumentNullException |
name, stream, or indexFile is null (Nothing in Visual Basic) or empty. |
System.ArgumentException |
indexFile or previewFile contain an invalid filename character. |
System.IO.InvalidDataException |
stream is not a valid zip file. |