Provides mode for the grid header.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration HeaderMode |
C# |
---|
public enum HeaderMode |
Visual C++ |
---|
public enum class HeaderMode |
JavaScript |
---|
Greatis.PrintSuite.Providers.HeaderMode = function(); Greatis.PrintSuite.Providers.HeaderMode.createEnum('Greatis.PrintSuite.Providers.HeaderMode', false); |
Members
Member name | Description | |
---|---|---|
None |
Grid has not header.
| |
Grid |
Header is printed once in the begin of the grid.
| |
Page |
Header is printed on each page.
|