Assigns all from another
BrickBase object. Note! This method is intended to support repeated headers / footers in subreport, it does not copy:
Outline,
CommonInfo,
LX,
LY. Note!
Parent should be assigned in
AssignFrom of parent brick. Note!
RenderObject NOT cloned, copied as reference.
シンタックス
'宣言
Public Overridable Sub AssignFrom( _
ByVal As BrickBase _
)
'使用法
Dim instance As BrickBase
Dim source As BrickBase
instance.AssignFrom(source)
public virtual void AssignFrom(
BrickBase
)
パラメータ
- source
- The source object.
参照