[]
        
(Showing Draft Content)

C1.C1Preview.Forms.ProgressForm.DoExport

DoExport Method

DoExport(Exporter, string)

Performs export to a disk file, using a new instance of ProgressForm to show operation progress.

Declaration
public static void DoExport(Exporter exporter, string fileName)
Parameters
Type Name Description
Exporter exporter

The exporter to use.

string fileName

The output file name.

DoExport(Exporter, Stream)

Performs export to a stream, using a new instance of ProgressForm to show operation progress.

Declaration
public static void DoExport(Exporter exporter, Stream stream)
Parameters
Type Name Description
Exporter exporter

The exporter to use.

Stream stream

The output stream.