How to set Summary.Height from RAP?
I am not able to set a subreport summary properties in RAP.
which is the syntax?
The idea is
SubReport.Summary.Visible := False;
thanks.
which is the syntax?
The idea is
SubReport.Summary.Visible := False;
thanks.
Comments
As a rule of thumb, it is best to get your code working in Delphi before trying it in RAP.
If you are accessing the subreport from the main report, you need to use the Subreport.Report property to gain access to the TppChildReport object.
Try it in Delphi first, then move the code to RAP .
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com