frxReport.Export(frxJPEGExport1); Does not Work totally
frxReport.PrepareReport;
frxReport.Export(frxJPEGExport1);
frxJPEGExport1 in object options, looks like:
===============
CreationTimes | empty
CropImagens | False
DataOnly | False
DefaultPath | C:\folder\Temp
ExportNoPrintable | False
FileNeme | C:\folder\Temp\Report.jpg
JPQuality | 90
MonoChrome | False
OverwritePrompt | False
ShowProgress | True
Tag | 0
UseFileCahe | True
===============
BUT, my Report.jpg only have the ReportTitle1!
All the rest are blank page.
Does not show MasterData1, Footer, etc...
Whats wrong i'm doing?
frxReport.Export(frxJPEGExport1);
frxJPEGExport1 in object options, looks like:
===============
CreationTimes | empty
CropImagens | False
DataOnly | False
DefaultPath | C:\folder\Temp
ExportNoPrintable | False
FileNeme | C:\folder\Temp\Report.jpg
JPQuality | 90
MonoChrome | False
OverwritePrompt | False
ShowProgress | True
Tag | 0
UseFileCahe | True
===============
BUT, my Report.jpg only have the ReportTitle1!
All the rest are blank page.
Does not show MasterData1, Footer, etc...
Whats wrong i'm doing?