I'm trying to inject reports into divs but the report is totally ignoring all my attempts at forcing width/height. The Visualize.js API docs have nothing on this either. Howe can I force a chart to stay within the bounds of its container? Or how do I set the size of a report using reports server ad-hoc report builder?
Tnx
0 Answers:
No answers yet
Do not put reports in spans. Use DIV elements. This fixed my issue, sorry.
Yes, the samples in the docs all uses DIV elements. SPAN element ignores css height attribute.