Hello !
I have a Silverlight application. On the server I have an aspx file that contains a report viewer. I get the report from the server and I display it on a RadHtmlPlaceHolder. The report has set the property FitWidth and BestFitPage property set to false.
I would like to make the report to fit the place holder's width, maybe to zoom itself to fit the place holder's width. Is it possible ?
Thanks !