Forum Discussion
embedded content justify in frame
- 8 years ago
i just wanted to get back to you (or anyone reading) on this
the custom layout was seriously complicated
and to get our one tweak in - (which i think should be a simple setting)
we had to format the whole thing
which in the end we gave up
we ended up just making the report full page
which hacked the need for justification
Have you checked the custom Layout option?
"
- pageSize : use page size to control the canvas area size (i.e. report white area).
- displayOptions: possible values are: FitToWidth, FitToPage or ActualSize. It controls how to scale the canvas to fit into the iframe.
- pagesLayout: It controls the layout for each visual. see PagesLayout for more details.
"
Take a try to set the DisplayOptions to FitToPage.
Regards,
Michael
i just wanted to get back to you (or anyone reading) on this
the custom layout was seriously complicated
and to get our one tweak in - (which i think should be a simple setting)
we had to format the whole thing
which in the end we gave up
we ended up just making the report full page
which hacked the need for justification