[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Layout.GroupOptions

GroupOptions Struct

Options for group layout combiner.

Namespace: GrapeCity.ActiveReports.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct GroupOptions

Fields

Name Description
ParallelismDegree

The parallelism degree.

PreventOrphanStepback

The space to step back in attempt to prevent orphans.

PreventOrphanedFooter

Option to prevent orphaned footer.

PreventOrphanedHeader

Option to prevent orphaned header.

PrintFooterAtBottom

Option to print footer at bottom.

RepeatFooter

Option to repeat footer.

RepeatHeader

Option to repeat header.

Properties

Name Description
OptimismEnabled

This property is used for 'RepeatHeader' option and defines the behavior when header+body doesn't fit in its place. True means lets try the next page and we'll be lucky.

Extension Methods