Hi Evryone,
I'm exporting the Crystal report
But, Now I've to mail and fax that pdf file.
Dim
dstopt.MailToList =
dstopt.MailSubject =
dstopt.MailMessage =
crrpt.ExportDestinationType = ExportDestinationType.MicrosoftMail
crrpt.ExportFormatType = ExportFormatType.PortableDocFormat
crrpt.ExportDestinationOptions = dstopt
crrpt.ExportFormatOptions = frmtopt
rpt.Export(crrpt)
But it gives
"Invalid export options."
And How can i fax it.
Plz, anyone can help
Thanx.