Width of the band
How can have a width of the HeaderBand ?
I generate de.rtm file with my home made report builder and I set
ParentWidth to true but I think it's only for the designer because my
line is very small.
--
Philippe Constant
CTRL/Informatique
350 Rue Franquet, bureau 50
Ste-Foy, Qc
G1P 4P3
I generate de.rtm file with my home made report builder and I set
ParentWidth to true but I think it's only for the designer because my
line is very small.
--
Philippe Constant
CTRL/Informatique
350 Rue Franquet, bureau 50
Ste-Foy, Qc
G1P 4P3
This discussion has been closed.
Comments
procedure TForm1.ppHeaderBand1BeforePrint(Sender: TObject);
begin
ppLine1.ParentWidth := True;
end;
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com