C# 클래스 CSReportDll.cPrinter

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

공개 메소드들

메소드 설명
cPrinter ( System.Windows.Forms.PrintDialog printDialog ) : System
getCopies ( ) : int
getDeviceName ( ) : String
getDriverName ( ) : String
getGraph ( ) : Graphics
getPaperInfo ( ) : cReportPaperInfo
getPort ( ) : String
setCopies ( int rhs ) : void
setDeviceName ( String rhs ) : void
setDriverName ( String rhs ) : void
setGraph ( Graphics rhs ) : void
setPaperInfo ( cReportPaperInfo rhs ) : void
setPort ( String rhs ) : void
showDialog ( int pages ) : bool
starDoc ( PrintDocument printDoc, String title, csReportPaperType paperSize, int orientation ) : bool

비공개 메소드들

메소드 설명
getPaperSize ( csReportPaperType paperSize ) : PaperSize

메소드 상세

cPrinter() 공개 메소드

public cPrinter ( System.Windows.Forms.PrintDialog printDialog ) : System
printDialog System.Windows.Forms.PrintDialog
리턴 System

getCopies() 공개 메소드

public getCopies ( ) : int
리턴 int

getDeviceName() 공개 메소드

public getDeviceName ( ) : String
리턴 String

getDriverName() 공개 메소드

public getDriverName ( ) : String
리턴 String

getGraph() 공개 메소드

public getGraph ( ) : Graphics
리턴 Graphics

getPaperInfo() 공개 메소드

public getPaperInfo ( ) : cReportPaperInfo
리턴 cReportPaperInfo

getPort() 공개 메소드

public getPort ( ) : String
리턴 String

setCopies() 공개 메소드

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

setDeviceName() 공개 메소드

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

setDriverName() 공개 메소드

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

setGraph() 공개 메소드

public setGraph ( Graphics rhs ) : void
rhs Graphics
리턴 void

setPaperInfo() 공개 메소드

public setPaperInfo ( cReportPaperInfo rhs ) : void
rhs cReportPaperInfo
리턴 void

setPort() 공개 메소드

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

showDialog() 공개 메소드

public showDialog ( int pages ) : bool
pages int
리턴 bool

starDoc() 공개 메소드

public starDoc ( PrintDocument printDoc, String title, csReportPaperType paperSize, int orientation ) : bool
printDoc PrintDocument
title String
paperSize csReportPaperType
orientation int
리턴 bool