[]
        
(Showing Draft Content)

C1.Report.Rendering.RequestedSplitPosition

RequestedSplitPosition Struct

Represents the split position where object should be break. ATTENTION!!! Real split position calculated in the FindSplitPosition(...) can differ from requested.

Namespace: C1.Report.Rendering
Assembly: C1.FlexReport.dll
Syntax
public struct RequestedSplitPosition

Constructors

Name Description
RequestedSplitPosition(Break, double)
RequestedSplitPosition(double, double)

Fields

Name Description
AfterPosition

Space after split position which can be used.

Break

Indicates whether the split request was caused by the hard-coded break, for example some of nested objects contains ForcePageBreak != ForcePageBreakEnum.None.

Position

Position relative to top/left of the object.