Reports for WinForms
CreateForm メソッド (DocumentInfoForm)

C1.C1Report.4 アセンブリ > C1.C1Preview.Forms 名前空間 > DocumentInfoForm クラス : CreateForm メソッド
カスタムフォームタイプ( DocumentInfoFormまたはその派生であること)。
デフォルトフォームタイプ( customTypenullの場合に使用。 DocumentInfoFormまたは派生であること)。
新しい DocumentInfoFormフォーム、または DocumentInfoFormから派生したタイプのフォームを作成します。
シンタックス
'宣言
 
Public Shared Function CreateForm( _
   ByVal customType As System.Type, _
   ByVal defaultType As System.Type _
) As DocumentInfoForm
public static DocumentInfoForm CreateForm( 
   System.Type customType,
   System.Type defaultType
)

パラメータ

customType
カスタムフォームタイプ( DocumentInfoFormまたはその派生であること)。
defaultType
デフォルトフォームタイプ( customTypenullの場合に使用。 DocumentInfoFormまたは派生であること)。

戻り値の型

新しく作成されたフォーム。
参照

DocumentInfoForm クラス
DocumentInfoForm メンバ