FlexReport for WPF
C1LinkTarget コンストラクタ


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > C1LinkTarget クラス : C1LinkTarget コンストラクタ
実行する C1DocumentAction オブジェクト。
ドキュメント内のブックマークを定義する文字列。
C1LinkTarget クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal documentAction As C1DocumentAction, _
   ByVal bookmark As System.String _
)
'使用法
 
Dim documentAction As C1DocumentAction
Dim bookmark As System.String
 
Dim instance As New C1LinkTarget(documentAction, bookmark)
public C1LinkTarget( 
   C1DocumentAction documentAction,
   System.string bookmark
)

パラメータ

documentAction
実行する C1DocumentAction オブジェクト。
bookmark
ドキュメント内のブックマークを定義する文字列。
参照

C1LinkTarget クラス
C1LinkTarget メンバ