| 名前 | 解説 | |
|---|---|---|
![]() | AssignFrom | 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. |
![]() | Clone | Creates copy of this object uses CreateSame and AssignFrom. |
![]() | CreateSame | Creates a new instance of the same class as this one. |
![]() | HBuildBreaks | Build list of horizontal hard breaks within this BrickBase. |
![]() | HFindSplitPosition | Searches a position where brick could be split horizontally. |
![]() | HSplit | Performs horizontal splitting of the brick at specified position, position was calculated during HFindSplitPosition() method. |
![]() | SetBorder | |
![]() | VBuildBreaks | Build list of vertical hard breaks within this BrickBase. |
![]() | VFindSplitPosition | Searches a position where brick could be split vertically. |
![]() | VSplit | Performs vertical splitting of the brick at specified position, position was calculated during VFindSplitPosition() method. |

