[]
        
(Showing Draft Content)

C1.Report.Rendering.SubSectionBrick

SubSectionBrick Class

Inheritance
SubSectionBrick
Namespace: C1.Report.Rendering
Assembly: C1.FlexReport.dll
Syntax
public class SubSectionBrick : ContainerBrickBase

Constructors

Name Description
SubSectionBrick(SubSection)

Fields

Name Description
GrowShrinkMode
SplitBehavior
SubSection

Properties

Name Description
Children
Fields
HasChildren
HasFields
PrintAtPageBottom

Methods

Name Description
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.

CreateSame()

Creates a new instance of the same class as this one.

HFindSplitPosition(RequestedSplitPosition, SplitContext)

Searches a position where brick could be split horizontally.

HSplitInt(SplitPositionBase)
VBuildBreaks(FlexReport, Breaks, double, double, double, double)

Build list of vertical hard breaks within this BrickBase.

VFindSplitPosition(RequestedSplitPosition, SplitContext)

Searches a position where brick could be split vertically.

VSplitInt(SplitPositionBase)