views:

38

answers:

0

We have a grid on our application that we need to render as part of a report that will be rendered in SSRS. The user has the ability to change the order and sizes of the columns in this grid in the application.

I now have the requirement to make the printed grid match the column order / column sizes at the time the report is rendered.

At the moment, this grid is rendered into a Tablix on the report. I have tried using a parameter / expression to set the TablixColumn/Width but this does not apear to work.

Has anyone else encountered this requirement? Any pointers to a solution?