FlexReport for WinForms
AssignFrom メソッド (Group)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > Group クラス : AssignFrom メソッド
The source object to copy properties from.
Indicates whether the name of the object should be copied.
Assigns (copies) properties from another Group to the current object.
シンタックス
'宣言
 
Public Overrides Sub AssignFrom( _
   ByVal source As ReportObject, _
   ByVal assignName As System.Boolean _
) 
'使用法
 
Dim instance As Group
Dim source As ReportObject
Dim assignName As System.Boolean
 
instance.AssignFrom(source, assignName)
public override void AssignFrom( 
   ReportObject source,
   System.bool assignName
)

パラメータ

source
The source object to copy properties from.
assignName
Indicates whether the name of the object should be copied.
参照

参照

Group クラス
Group メンバ