ReportViewer for ASP.NET Web Forms
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 メンバ