Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export.Ssrs Namespace / ImageExporter Class / MultiFile Property

In This Topic
    MultiFile Property (ImageExporter)
    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 retrived via OutputFiles property.
    Syntax
    'Declaration
     
    Public ReadOnly Property MultiFile As Boolean
    public bool MultiFile {get;}
    See Also