ComponentOne FlexReport for WinForms
CreateForm Method (OutputRangeForm)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document.Forms Namespace > OutputRangeForm Class : CreateForm Method
Custom form type or null.
Default form type.
Creates an instance of the OutputRangeForm or derived type.
Syntax
'Declaration
 
Public Shared Function CreateForm( _
   ByVal customType As System.Type, _
   ByVal defaultType As System.Type _
) As OutputRangeForm
public static OutputRangeForm CreateForm( 
   System.Type customType,
   System.Type defaultType
)

Parameters

customType
Custom form type or null.
defaultType
Default form type.

Return Value

The newly created OutputRangeForm.
See Also

Reference

OutputRangeForm Class
OutputRangeForm Members