Sets whether the size of the PivotTable, Table, Chart, or Card is automatically adjusted or not.
Generators: .NET, .NET Framework, Java
Controls: QueryViewer
This property is valid only when the Type property of the QueryViewer control is set to PivotTable, Table, Chart, or Card.
Its default value is False. However, it may be necessary to automatically adjust the size of the PivotTable, Table, Chart, or Card to show all the data without scrollbars and without wasting empty space because you need that space for other controls or objects.
Values
False |
The control will take the space determined by the Width and Height properties. This is the default value. |
True |
The control will adjust the container to the minimum size required to show all the data. If the container is larger than that, the container's size is reduced to fit in. If the container is smaller than the space required, it is enlarged so that the content fits. |