Interface EnumDSSXMLWidthScenario


  • public interface EnumDSSXMLWidthScenario
    Width scenario for grid columns and rows.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DssXmlWidthFitToContent
      Specifies that the column widths should be expanded to fill the entire amount of space present in the page.
      static int DssXmlWidthFitToDisplay
      Specifies that the column widths should be automatically determined and as small as possible based on the content present in the report grid.
      static int DssXmlWidthFixed
      Allows for specific column widths to be set using the WebGridWidths interface and related interfaces.
    • Field Detail

      • DssXmlWidthFitToDisplay

        static final int DssXmlWidthFitToDisplay
        Specifies that the column widths should be automatically determined and as small as possible based on the content present in the report grid. Minimizes the amount of space filled by report grid on page.
        See Also:
        Constant Field Values
      • DssXmlWidthFitToContent

        static final int DssXmlWidthFitToContent
        Specifies that the column widths should be expanded to fill the entire amount of space present in the page.
        See Also:
        Constant Field Values
      • DssXmlWidthFixed

        static final int DssXmlWidthFixed
        Allows for specific column widths to be set using the WebGridWidths interface and related interfaces.
        See Also:
        Constant Field Values