MultiFile Property (Exporter)
In This Topic
Gets a value indicating whether multiple files were generated during export. If multiple files were generated, and the
UseZipForMultipleFiles property is true, the output (stream or file) will be a zipped archive containing the generated files. The list of actual files can be retrieved via
OutputFiles property.
Syntax
'Declaration
Public ReadOnly Property MultiFile As Boolean
public bool MultiFile {get;}
See Also