command of Export report
hi all,
i used from fast-report VCL in my delphi project ,i want export my report without display previw of report
please say to command that i can use for this work
for example:frx.exportHtml
thanks and best regards
i used from fast-report VCL in my delphi project ,i want export my report without display previw of report
please say to command that i can use for this work
for example:frx.exportHtml
thanks and best regards
Comments
this is for the old fr2.
turn off show dialogs
typical
code to load report
set all properties of export component
call preparereport
frxReport1.Export(frxHTMLExport1);