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

Comments

  • edited 3:55PM
    Alfredo wrote: »
    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

    Sorry, we have no Windows Longhorn server at this time. You request added in our TODO list.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.