You can use the OnFileDeviceCreate event of the report to typecast the Report.FileDevice property and assign the DocumentTitle property (if using the HTML Device).
procedure TForm1.ppReport1FileDeviceCreate(Sender: TObject); begin TppHTMLDevice(ppReport1.FileDevice).DocumentTitle := 'My Web Page';
Comments
Report.FileDevice property and assign the DocumentTitle property (if
using the HTML Device).
procedure TForm1.ppReport1FileDeviceCreate(Sender: TObject);
begin
TppHTMLDevice(ppReport1.FileDevice).DocumentTitle := 'My Web Page';
end;
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com