Visual Basic (Declaration) | |
---|---|
Public Enum LayoutAction Inherits System.Enum |
C# | |
---|---|
public enum LayoutAction : System.Enum |
Member | 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. |
The following table shows the results for setting different LayoutAction combinations.
PrintSection | MoveLayout | NextRecord | (Default) Move to the next print location, get the next record, and print data. |
PrintSection | MoveLayout | Move to the next print location, don't advance to the next record, but print the data (repeats the same record). |
NextRecord | Skip a record without leaving a blank space on the page. |
MoveLayout | NextRecord | Skip a record and leave a blank space on the page. |
MoveLayout | Leave a blank space without skipping a record. |
PrintSection | NextRecord | Print the next record on top of the current record (UnderlayNext). |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.LayoutAction
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
GrapeCity.ActiveReports NamespaceGrapeCity.ActiveReports.v8~GrapeCity.ActiveReports~LayoutAction