[]
        
(Showing Draft Content)

C1.Report.Rendering.SubSectionBrick.AssignFrom

AssignFrom Method

AssignFrom(BrickBase)

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(BrickBase) of parent brick. Note! RenderObject NOT cloned, copied as reference.

Declaration
public override void AssignFrom(BrickBase source)
Parameters
Type Name Description
BrickBase source

The source object.

Overrides