Show Thumbnail Viewer inside TppViewer Control
Hello sir, how to show Thumbnail Viewer inside TppViewer Control. I'm using custom print preview form (TppViewer Control). I'm using this code, but report viewer only show the report without this Thumbnail Viewer. Thanks in advanced.
procedure TForm13.FormCreate(Sender: TObject);
begin
ppReport.PrintToDevices;
ppReport.ThumbnailSettings.Visible := True;
ppReport.ThumbnailSettings.Enabled := True;
end;
Comments
If you would like to create a custom previewer, I suggest creating a preview plugin rather than piecing together the viewer and other features manually. It’s also possible to display the preview inside a panel so it’s not restricted to its own dialog. See the articles below.
http://rbwiki.digital-metaphors.com/plugins/dialogs/preview-plugin/
http://rbwiki.digital-metaphors.com/output/preview/how-to-preview-in-a-panel/
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com