com.microstrategy.webapi.EnumDSSXMLWidthScenario |
Width scenario for grid columns and rows.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlWidthFitToContent | Specifies that the column widths should be expanded to fill the entire amount of space present in the page. | |||||||||
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. | |||||||||
int | DssXmlWidthFixed | Allows for specific column widths to be set using the WebGridWidths interface and related interfaces. |
Specifies that the column widths should be expanded to fill the entire amount of space present in the page.
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.
Allows for specific column widths to be set using the WebGridWidths interface and related interfaces.