ComponentOne FlexReport for WinForms
CreateForm Method (ExportOptionsFormBase)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document.Export Namespace > ExportOptionsFormBase Class : CreateForm Method
The exporter to use.
The custom form type.
The default form type.
Creates a new instance of a ExportOptionsFormBase-derived class.
Syntax
'Declaration
 
Public Shared Function CreateForm( _
   ByVal exporter As ExportFilter, _
   ByVal customType As System.Type, _
   ByVal defaultType As System.Type _
) As ExportOptionsFormBase
public static ExportOptionsFormBase CreateForm( 
   ExportFilter exporter,
   System.Type customType,
   System.Type defaultType
)

Parameters

exporter
The exporter to use.
customType
The custom form type.
defaultType
The default form type.
See Also

Reference

ExportOptionsFormBase Class
ExportOptionsFormBase Members