PrintDocument for WinForms
AssignFrom メソッド (Query)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > Query クラス : AssignFrom メソッド
The source object to copy properties from.
Assigns (copies) properties from another Query to the current object.
シンタックス
'宣言
 
Public Sub AssignFrom( _
   ByVal source As Query _
) 
'使用法
 
Dim instance As Query
Dim source As Query
 
instance.AssignFrom(source)
public void AssignFrom( 
   Query source
)

パラメータ

source
The source object to copy properties from.
参照

Query クラス
Query メンバ