-1

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?

agnieszka
  • 14,897
  • 30
  • 95
  • 113

3 Answers3

2

The solution was to place the table in a rectangle element.

agnieszka
  • 14,897
  • 30
  • 95
  • 113
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
0

The solution was to place the tablix control in a rectangle element.

Jignesh.Raj
  • 5,776
  • 4
  • 27
  • 56