Assigns all from another
BrickBase object. Note! This method is intended to support repeated headers / footers in subreport, it does not copy:
BrickBase.Outline,
BrickBase.CommonInfo,
BrickBase.LX,
BrickBase.LY. Note!
BrickBase.Parent should be assigned in
BrickBase.AssignFrom of parent brick. Note!
BrickBase.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.
参照