FlexReport for WinForms
AssignFrom メソッド (BrickBase)


C1.Report アセンブリ > C1.Report.Rendering 名前空間 > BrickBase クラス : AssignFrom メソッド
The source object.
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 source As BrickBase _
) 
'使用法
 
Dim instance As BrickBase
Dim source As BrickBase
 
instance.AssignFrom(source)
public virtual void AssignFrom( 
   BrickBase source
)

パラメータ

source
The source object.
参照

参照

BrickBase クラス
BrickBase メンバ