Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Finding the OutPut Device
rbuser
September 2003
edited September 2003
in
General
Nard:
Comments
nardmoseley
September 2003
edited September 2003
When I try a simple test here it works properly.
In the Report.BeforePrint event try this:
if (myReport.PrinterDevice <> nil) then
myShape.Visible := False
else
myShape.Visible := True;
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
This discussion has been closed.
Comments
When I try a simple test here it works properly.
In the Report.BeforePrint event try this:
if (myReport.PrinterDevice <> nil) then
myShape.Visible := False
else
myShape.Visible := True;
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com