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 is Last Page And Not Show All Page.
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 is Last Page And Not Show All Page.
Whats wrong i'm doing?
Comments
Help me please.