| |
| Printing Delphi controls using QuickReports |
 |
Can I print any standard Delphi control using QR?
No, a control has to be descending from TQRPrintable to
be printed on a QuickReport. However, if you want, you can drop a TQRImage on a
QuickReport and then do something like this: procedure TForm .Button Click(Sender: TObject);
var
DC : HDC;
begin
DC := GetDC(Button .Handle);
BitBlt(QuickReport2.QRImage .Canvas.Handle,0,0,
Button .Width,Button .Height,DC,0,0,SrcCopy);
ReleaseDC(Button .Handle,DC);
QuickReport2.Preview;
end;
4/2/99 2: 8:28 PM
|
|
| Hits/month |
2,500,000+ |
Downloads (Since May 2000) |
7,393,709 |
| Total Files |
6,023 |
| Forum msgs |
7,670 |
| Articles/FAQs |
70+/900+ |
Top Selling Software at Amazon
|