Creates an instance of the OutputRangeForm or derived type.

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

Syntax

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

Parameters

customType
Type: System..::..Type
Custom form type or null.
defaultType
Type: System..::..Type
Default form type.

Return Value

The newly created OutputRangeForm.

See Also