This is not a known issue. A simple test here worked properly. Please create a simple example and send to support@ and we can run it here in the debugger.
- Nard Moseley Digital Metaphors www.digital-metaphors.com
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Comments
if ExportExcel then
begin
rbMain.DeviceType := 'XLSReport';
rbMain.TextFileName := dmCvHeaderInfo.PdfFileName;
rbMain.ShowPrintDialog := False;
rbMain.XLSSettings.OpenXLSFile := True;
rbMain.XLSSettings.ExportComponents :=
[ecText,ecLine,ecShape,ecImage,ecRichText,ecBarCode,ecOther];
if dmCvHeaderInfo.ExportOrient = 1 then
rbMain.PrinterSetup.Orientation := poLandscape;
rgnMain.Transparent := True;
end;
--
Thanks In Advance.
a simple example and send to support@ and we can run it here in the
debugger.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
--
Thanks In Advance.
I discovered the problem
--
Thanks In Advance.