Interface EnumReportPageType


  • public interface EnumReportPageType
    This interface defines two constants differentiating two types of ReportPageInfo: absolute page info and relative page info.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ReportPageAbsolute
      This enumeration stands for an absolute report info which should be synchronized with the Report Instance (and result window) on the parent bean.
      static int ReportPageRelative
      This enumeration stands for an relative report info which is derived of an absolute page info on a bean.
    • Field Detail

      • ReportPageAbsolute

        static final int ReportPageAbsolute
        This enumeration stands for an absolute report info which should be synchronized with the Report Instance (and result window) on the parent bean.
        See Also:
        Constant Field Values
      • ReportPageRelative

        static final int ReportPageRelative
        This enumeration stands for an relative report info which is derived of an absolute page info on a bean. The main purpose is to be able to obtain a derived bean from a given bean by chopping its absolute page info further into relative page infos.
        See Also:
        Constant Field Values