Interface EnumPrintEvents


  • public interface EnumPrintEvents
    Defines the common events of Print bean.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • WebEventDisplayPrintBlock

        static final int WebEventDisplayPrintBlock
        Event to display print block.
        See Also:
        Constant Field Values
      • WebEventArgumentStartRow

        static final int WebEventArgumentStartRow
        Start row for the printing block to display.
        Used for incremental fetch on printing determined by maximum number of cells per block and maximum number of graphs per block preferences.
        See Also:
        Constant Field Values
      • WebEventArgumentPageByOrdinal

        static final int WebEventArgumentPageByOrdinal
        Current pageby ordinal to display.
        Used for expand al page-by fields when printing.
        See Also:
        Constant Field Values