Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
The width of crosstable
dianbo
I use jsapi to access reports deployed in iserver express.
- The crosstable will display diffrent rows and different columns according to the parameter.
- I do not set the width of the crosstable element.
For example, there are 50 columns in the crosstab after I select a set of parameters. So, the width of the crosstable becomes very big, assume its value is 3000px.
Then i change the parameters, there are just 5 columns in the result. But, but the width of the crosstable does not became smaller. it is also 3000px, and the width of every column is also big.
is there any method to control the width of crosstable or its column?
Find more posts tagged with
Comments
rmurphy
Try setting the Shrink property of the crosstab to true.
1. Select the crosstab in the report design
2. In the Property Editor view select the properties tab and then select Advanced.
3. Set Shrink to true.
Rob
dianbo
Hi Rob, thank you very much. It works now.