Specifies when page breaks are applied.
[Visual Basic]
Public Enum PrintInfo+PageBreaksEnum
[C#]
public enum PrintInfo+PageBreaksEnum
[Delphi]
type PrintInfo+PageBreaksEnum = (ClipInArea, FitIntoArea, OnColumn, OnSplit);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
|
Member name |
Description |
|
ClipInArea |
Clip columns. |
|
FitIntoArea |
Fit all columns in one page. |
|
OnColumn |
Breaks on any column that doesn't fit. |
|
OnSplit |
Breaks on a new split or any column that doesn't fit. |
See Also
|
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |