Using ExportToGif
Hello,
FastReport Studio.
How can I obtain the IfrxBuiltinExports interface ?
Loading and previewing the reports works fine, but I don't know what kind of object I need to create to call the ExportToGif function.
CODE VISUAL BASIC 6
Dim reportF As fastreport.TfrxReport
Dim frxExport As IfrxBuiltinExports
Set reportF = CreateObject("FastReport.TfrxReport")
...
reportF.PrepareReport (True)
Set frxExport = reportF
frxExport.ExportToGIF "image.GIF", 100, False, False, False
In windows lonhorn Server remains blocked: Set frxExport = reportF
For the rest of Operative systems it creates the object
Thanks.
Alfredo
FastReport Studio.
How can I obtain the IfrxBuiltinExports interface ?
Loading and previewing the reports works fine, but I don't know what kind of object I need to create to call the ExportToGif function.
CODE VISUAL BASIC 6
Dim reportF As fastreport.TfrxReport
Dim frxExport As IfrxBuiltinExports
Set reportF = CreateObject("FastReport.TfrxReport")
...
reportF.PrepareReport (True)
Set frxExport = reportF
frxExport.ExportToGIF "image.GIF", 100, False, False, False
In windows lonhorn Server remains blocked: Set frxExport = reportF
For the rest of Operative systems it creates the object
Thanks.
Alfredo
Comments
Sorry, we have no Windows Longhorn server at this time. You request added in our TODO list.