I am using Standard 7 version and put a subreport onto the details band. However, I found it span across the width of the details band, how do I resize the width of the subreport ?
You need to set the SubReport.ParentWidth property to False. Once this is done, you can adjust the width of the Subreport manually or by using the "Width" property (all published properties). Check out demo 73 (dm0073.pas) located in the \RBuilder\Demos\1. Reports\... directory for an example of side by side subreports.
Comments
You need to set the SubReport.ParentWidth property to False. Once this is
done, you can adjust the width of the Subreport manually or by using the
"Width" property (all published properties). Check out demo 73 (dm0073.pas)
located in the \RBuilder\Demos\1. Reports\... directory for an example of
side by side subreports.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com