C# 클래스 CSReportDll.cReportLaunchInfo

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

공개 메소드들

메소드 설명
getAction ( ) : csRptLaunchAction
getCopies ( ) : int
getDataSource ( ) : object
getFile ( ) : String
getFileFormat ( ) : csRptFileFormat
getHwnd ( ) : int
getInternalPreview ( ) : bool
getObjPaint ( ) : CSIReportPrint.cIReportPrint
getPrinter ( ) : cPrinter
getShowPrintersDialog ( ) : bool
getSilent ( ) : bool
getSqlstmt ( ) : String
getStrConnect ( ) : String
initPrinter ( System.Windows.Forms.PrintDialog printDialog, String deviceName, String driverName, String port ) : void
setAction ( csRptLaunchAction rhs ) : void
setCopies ( int rhs ) : void
setDataSource ( object rhs ) : void
setFile ( String rhs ) : void
setFileFormat ( csRptFileFormat rhs ) : void
setHwnd ( int rhs ) : void
setInternalPreview ( bool rhs ) : void
setObjPaint ( CSIReportPrint rhs ) : void
setPaperBin ( String paperBin ) : void
setPrinter ( cPrinter rhs ) : void
setShowPrintersDialog ( bool rhs ) : void
setSilent ( bool rhs ) : void
setSqlstmt ( String rhs ) : void
setStrConnect ( String rhs ) : void

비공개 메소드들

메소드 설명
load ( CSXml xDoc, XmlNode nodeObj ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

메소드 상세

getAction() 공개 메소드

public getAction ( ) : csRptLaunchAction
리턴 csRptLaunchAction

getCopies() 공개 메소드

public getCopies ( ) : int
리턴 int

getDataSource() 공개 메소드

public getDataSource ( ) : object
리턴 object

getFile() 공개 메소드

public getFile ( ) : String
리턴 String

getFileFormat() 공개 메소드

public getFileFormat ( ) : csRptFileFormat
리턴 csRptFileFormat

getHwnd() 공개 메소드

public getHwnd ( ) : int
리턴 int

getInternalPreview() 공개 메소드

public getInternalPreview ( ) : bool
리턴 bool

getObjPaint() 공개 메소드

public getObjPaint ( ) : CSIReportPrint.cIReportPrint
리턴 CSIReportPrint.cIReportPrint

getPrinter() 공개 메소드

public getPrinter ( ) : cPrinter
리턴 cPrinter

getShowPrintersDialog() 공개 메소드

public getShowPrintersDialog ( ) : bool
리턴 bool

getSilent() 공개 메소드

public getSilent ( ) : bool
리턴 bool

getSqlstmt() 공개 메소드

public getSqlstmt ( ) : String
리턴 String

getStrConnect() 공개 메소드

public getStrConnect ( ) : String
리턴 String

initPrinter() 공개 메소드

public initPrinter ( System.Windows.Forms.PrintDialog printDialog, String deviceName, String driverName, String port ) : void
printDialog System.Windows.Forms.PrintDialog
deviceName String
driverName String
port String
리턴 void

setAction() 공개 메소드

public setAction ( csRptLaunchAction rhs ) : void
rhs csRptLaunchAction
리턴 void

setCopies() 공개 메소드

public setCopies ( int rhs ) : void
rhs int
리턴 void

setDataSource() 공개 메소드

public setDataSource ( object rhs ) : void
rhs object
리턴 void

setFile() 공개 메소드

public setFile ( String rhs ) : void
rhs String
리턴 void

setFileFormat() 공개 메소드

public setFileFormat ( csRptFileFormat rhs ) : void
rhs csRptFileFormat
리턴 void

setHwnd() 공개 메소드

public setHwnd ( int rhs ) : void
rhs int
리턴 void

setInternalPreview() 공개 메소드

public setInternalPreview ( bool rhs ) : void
rhs bool
리턴 void

setObjPaint() 공개 메소드

public setObjPaint ( CSIReportPrint rhs ) : void
rhs CSIReportPrint
리턴 void

setPaperBin() 공개 메소드

public setPaperBin ( String paperBin ) : void
paperBin String
리턴 void

setPrinter() 공개 메소드

public setPrinter ( cPrinter rhs ) : void
rhs cPrinter
리턴 void

setShowPrintersDialog() 공개 메소드

public setShowPrintersDialog ( bool rhs ) : void
rhs bool
리턴 void

setSilent() 공개 메소드

public setSilent ( bool rhs ) : void
rhs bool
리턴 void

setSqlstmt() 공개 메소드

public setSqlstmt ( String rhs ) : void
rhs String
리턴 void

setStrConnect() 공개 메소드

public setStrConnect ( String rhs ) : void
rhs String
리턴 void