C# Class CSReportExport.cReportPdf

Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode Description
exportEx ( CSReportDll report, object caller, String outputFile, bool showPDFWindow ) : bool
sendMail ( String files ) : bool
setExportEmailAddress ( String emailAddress ) : void
setFileName ( String fileName ) : void

Method Details

exportEx() public méthode

public exportEx ( CSReportDll report, object caller, String outputFile, bool showPDFWindow ) : bool
report CSReportDll
caller object
outputFile String
showPDFWindow bool
Résultat bool

sendMail() public méthode

public sendMail ( String files ) : bool
files String
Résultat bool

setExportEmailAddress() public méthode

public setExportEmailAddress ( String emailAddress ) : void
emailAddress String
Résultat void

setFileName() public méthode

public setFileName ( String fileName ) : void
fileName String
Résultat void