C# 클래스 CSReportExport.cReportPdf

파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net 1 사용 예제들

공개 메소드들

메소드 설명
exportEx ( CSReportDll report, object caller, String outputFile, bool showPDFWindow ) : bool
sendMail ( String files ) : bool
setExportEmailAddress ( String emailAddress ) : void
setFileName ( String fileName ) : void

메소드 상세

exportEx() 공개 메소드

public exportEx ( CSReportDll report, object caller, String outputFile, bool showPDFWindow ) : bool
report CSReportDll
caller object
outputFile String
showPDFWindow bool
리턴 bool

sendMail() 공개 메소드

public sendMail ( String files ) : bool
files String
리턴 bool

setExportEmailAddress() 공개 메소드

public setExportEmailAddress ( String emailAddress ) : void
emailAddress String
리턴 void

setFileName() 공개 메소드

public setFileName ( String fileName ) : void
fileName String
리턴 void