[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.LayoutAction

LayoutAction Enum

Specifies the action to be performed after a section is formatted.

Namespace: GrapeCity.ActiveReports
Assembly: MESCIUS.ActiveReports.dll
Syntax
[Flags]
public enum LayoutAction

Fields

Name Description
MoveLayout

The layout position will move to the next printing location on the page.

NextRecord

The data navigation will advance to the next record.

PrintSection

The section will be printed.

Extension Methods