Search code examples
asp.netrdlreportviewer

Resizing .rdl report inside ReportViewer control in ASP.NET


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?


Solution

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