Reports for WPF
AsC1Document メソッド (Utils)

C1.WPF.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > Utils クラス : AsC1Document メソッド
テスト/変換するドキュメント。
渡されたオブジェクトを表す IC1Document を取得します。 渡されたドキュメントが C1PrintDocument または C1MultiDocument の場合、そのオブジェクトを返します。 その他の場合、渡されたドキュメントが C1.C1Report.C1Report の場合は、 そのレポートの C1.C1Report.C1Report.C1Document プロパティを返します。 それ以外の場合は、null を返します。
シンタックス
'宣言
 
Public Shared Function AsC1Document( _
   ByVal o As System.Object _
) As IC1Document
public static IC1Document AsC1Document( 
   System.object o
)

パラメータ

o
テスト/変換するドキュメント。

戻り値の型

渡されたオブジェクトを表す IC1Document、または null
参照

Utils クラス
Utils メンバ