My .rdl report has columns of a fixed size and in preview mode of bi dev studio it looks ok. When viewed in ReportViewer control on asp.net site it shrinks. How can I make it always fill the size of the reportViewer control?
Asked
Active
Viewed 1,829 times
3 Answers
0
It looks like you should set it in the report itself - by clicking the textBox in the properties you should select CanShrink to false.

agnieszka
- 14,897
- 30
- 95
- 113
-
well it doesn't work. the columns still shrink if they have no data – agnieszka Aug 11 '09 at 08:22