FlexReport for WPF
AssignFrom メソッド (DocumentInfo)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > DocumentInfo クラス : AssignFrom メソッド
プロパティのコピー元のオブジェクト。
プロパティを別の DocumentInfo から現在のオブジェクトに割り当てます(コピーします)。
シンタックス
'宣言
 
Public Sub AssignFrom( _
   ByVal source As DocumentInfo _
) 
'使用法
 
Dim instance As DocumentInfo
Dim source As DocumentInfo
 
instance.AssignFrom(source)
public void AssignFrom( 
   DocumentInfo source
)

パラメータ

source
プロパティのコピー元のオブジェクト。
参照

DocumentInfo クラス
DocumentInfo メンバ