Reports for WPF
IsC1PrintDocumentType メソッド (Utils)

C1.WPF.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > Utils クラス : IsC1PrintDocumentType メソッド
テストするタイプ。
指定したタイプのオブジェクトを C1PrintDocument として表すことができるかどうかをテストします。
シンタックス
'宣言
 
Public Shared Function IsC1PrintDocumentType( _
   ByVal type As System.Type _
) As System.Boolean
public static System.bool IsC1PrintDocumentType( 
   System.Type type
)

パラメータ

type
テストするタイプ。

戻り値の型

指定したタイプを C1PrintDocument として表すことができる場合は true、 その他の場合は false
参照

Utils クラス
Utils メンバ