Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / Export Method / Export(Stream,ExportProvider,Boolean) Method
The destination stream.
The export provider. Use any of the static export providers available on the C1.C1Preview.Export.ExportProviders class.
Flag indicating whether to show the progress dialog.

In This Topic
    Export(Stream,ExportProvider,Boolean) Method
    In This Topic
    Exports the current multi-document to a stream.
    Syntax
    'Declaration
     
    Public Overloads Sub Export( _
       ByVal stream As Stream, _
       ByVal exportProvider As ExportProvider, _
       ByVal showProgress As Boolean _
    ) 
    public void Export( 
       Stream stream,
       ExportProvider exportProvider,
       bool showProgress
    )

    Parameters

    stream
    The destination stream.
    exportProvider
    The export provider. Use any of the static export providers available on the C1.C1Preview.Export.ExportProviders class.
    showProgress
    Flag indicating whether to show the progress dialog.
    See Also