FlexReport for WinForms
CreateForm メソッド (DocumentInfoForm)


C1.Win.C1Document.4.5.2 アセンブリ > C1.Win.C1Document.Forms 名前空間 > DocumentInfoForm クラス : CreateForm メソッド
カスタムフォーム型。 DocumentInfoFormまたはその派生型である必要があります。
デフォルトのフォーム型。 customTypenullの場合に使用されます。 DocumentInfoFormまたはその派生型である必要があります。
新しい DocumentInfoFormフォーム または DocumentInfoFormの派生型のフォームを作成します。
シンタックス
'宣言
 
Public Shared Function CreateForm( _
   ByVal customType As System.Type, _
   ByVal defaultType As System.Type _
) As DocumentInfoForm
'使用法
 
Dim customType As System.Type
Dim defaultType As System.Type
Dim value As DocumentInfoForm
 
value = DocumentInfoForm.CreateForm(customType, defaultType)
public static DocumentInfoForm CreateForm( 
   System.Type customType,
   System.Type defaultType
)

パラメータ

customType
カスタムフォーム型。 DocumentInfoFormまたはその派生型である必要があります。
defaultType
デフォルトのフォーム型。 customTypenullの場合に使用されます。 DocumentInfoFormまたはその派生型である必要があります。

戻り値の型

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

DocumentInfoForm クラス
DocumentInfoForm メンバ