Package | stimulsoft.report.components.enums |
Class | public class StiProcessAt |
Inheritance | StiProcessAt ![]() |
Constant | Defined 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 |
EndOfPage | Constant |
public static const EndOfPage:int = 2
Process text component at end of the page rendering.
EndOfReport | Constant |
public static const EndOfReport:int = 1
Process text component at end of the report rendering.
None | Constant |
public static const None:int = 0
No special text processing.