Creates a new instance of a ExportOptionsFormBase-derived class.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static ExportOptionsFormBase CreateForm(
	Exporter exporter,
	Type customType,
	Type defaultType
)
Visual Basic
Public Shared Function CreateForm ( _
	exporter As Exporter, _
	customType As Type, _
	defaultType As Type _
) As ExportOptionsFormBase

Parameters

exporter
Type: C1.C1Preview.Export..::..Exporter
The exporter to use.
customType
Type: System..::..Type
The custom form type.
defaultType
Type: System..::..Type
The default form type.

Return Value

See Also