Packagestimulsoft.report.components.enums
Classpublic class StiPrintOnType
InheritanceStiPrintOnType Inheritance Object



Public Constants
 ConstantDefined By
  AllPages : int = 0
[static]
StiPrintOnType
  ExceptFirstAndLastPage : int = 3
[static]
StiPrintOnType
  ExceptFirstPage : int = 1
[static]
StiPrintOnType
  ExceptLastPage : int = 2
[static]
StiPrintOnType
  OnlyFirstAndLastPage : int = 12
[static]
StiPrintOnType
  OnlyFirstPage : int = 4
[static]
StiPrintOnType
  OnlyLastPage : int = 8
[static]
StiPrintOnType
Constant Detail
AllPagesConstant
public static const AllPages:int = 0

ExceptFirstAndLastPageConstant 
public static const ExceptFirstAndLastPage:int = 3

ExceptFirstPageConstant 
public static const ExceptFirstPage:int = 1

ExceptLastPageConstant 
public static const ExceptLastPage:int = 2

OnlyFirstAndLastPageConstant 
public static const OnlyFirstAndLastPage:int = 12

OnlyFirstPageConstant 
public static const OnlyFirstPage:int = 4

OnlyLastPageConstant 
public static const OnlyLastPage:int = 8