Export using my Dialog

edited August 2012 in FastReport 4.0
Hello I would like to know how do I do an export using a dialog alert by my component "TfrxRTFExport"

If I use the code
frxReport1.Export (frxRTFExport1);

I will be open Dialog export Fast Report I wanted to create my custom Dialog

I've tried the following code no longer works

frxRTFExport1.Report := frxReport1;
if frxRTFExport1.Start Then
Showmessage('Exportado');

Ie I want to export my through a form where I'll put the export option to do so need to know how to export components "TfrxCustomExportFilter"

Leave a Comment