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