PivotLabel collection, PivotFact object, OLAPLabel object, OLAPMeasure object, QueryLabel object
By default, Interactive Reporting Studio truncates Pivot fact columns evenly, regardless of the length or height of data values. Numeric data that does not fit is replaced with pound signs (#). Use the AutoSizeHeight method to automatically size the height of a Pivot fact columns to ensure that all values display.
Expression.AutoSizeHeight()
An expression that autosizes the height of a Pivot fact column
This example shows how auto size the height and the width of the Unit Sales fact column: