Packagestimulsoft.report.components.enums
Classpublic class StiProcessAt
InheritanceStiProcessAt Inheritance Object

A modes of the text processing.



Public Constants
 ConstantDefined By
  EndOfPage : int = 2
[static] Process text component at end of the page rendering.
StiProcessAt
  EndOfReport : int = 1
[static] Process text component at end of the report rendering.
StiProcessAt
  None : int = 0
[static] No special text processing.
StiProcessAt
Constant Detail
EndOfPageConstant
public static const EndOfPage:int = 2

Process text component at end of the page rendering.

EndOfReportConstant 
public static const EndOfReport:int = 1

Process text component at end of the report rendering.

NoneConstant 
public static const None:int = 0

No special text processing.