Interface EnumWebElementSourceType


  • public interface EnumWebElementSourceType
    This Enumeration specifies the different types of WebElementSource objects that exist in the Web Objects.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int WebElementSourceDocumentDataset
      Specifies an element source that obtains elements from the dataset of a report services document.
      static int WebElementSourceProject
      Specifies an element source that obtains elements from the project.
      static int WebElementSourceWorkingSet
      Specifies an element source that obtains elements from the working set of a report.
    • Field Detail

      • WebElementSourceProject

        static final int WebElementSourceProject
        Specifies an element source that obtains elements from the project.
        See Also:
        Constant Field Values
      • WebElementSourceWorkingSet

        static final int WebElementSourceWorkingSet
        Specifies an element source that obtains elements from the working set of a report.
        See Also:
        Constant Field Values
      • WebElementSourceDocumentDataset

        static final int WebElementSourceDocumentDataset
        Specifies an element source that obtains elements from the dataset of a report services document.
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values