C# 클래스 CSReportDll.cReportPaperInfo

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

공개 메소드들

메소드 설명
getCustomHeight ( ) : int
getCustomWidth ( ) : int
getHeight ( ) : float
getOrientation ( ) : int
getPagesToPrint ( ) : String
getPaperBin ( ) : int
getPaperSize ( ) : csReportPaperType
getWidth ( ) : float
setCustomHeight ( int rhs ) : void
setCustomWidth ( int rhs ) : void
setHeight ( float rhs ) : void
setOrientation ( int rhs ) : void
setPagesToPrint ( String rhs ) : void
setPaperBin ( int rhs ) : void
setPaperSize ( csReportPaperType rhs ) : void
setWidth ( float rhs ) : void

비공개 메소드들

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

메소드 상세

getCustomHeight() 공개 메소드

public getCustomHeight ( ) : int
리턴 int

getCustomWidth() 공개 메소드

public getCustomWidth ( ) : int
리턴 int

getHeight() 공개 메소드

public getHeight ( ) : float
리턴 float

getOrientation() 공개 메소드

public getOrientation ( ) : int
리턴 int

getPagesToPrint() 공개 메소드

public getPagesToPrint ( ) : String
리턴 String

getPaperBin() 공개 메소드

public getPaperBin ( ) : int
리턴 int

getPaperSize() 공개 메소드

public getPaperSize ( ) : csReportPaperType
리턴 csReportPaperType

getWidth() 공개 메소드

public getWidth ( ) : float
리턴 float

setCustomHeight() 공개 메소드

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

setCustomWidth() 공개 메소드

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

setHeight() 공개 메소드

public setHeight ( float rhs ) : void
rhs float
리턴 void

setOrientation() 공개 메소드

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

setPagesToPrint() 공개 메소드

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

setPaperBin() 공개 메소드

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

setPaperSize() 공개 메소드

public setPaperSize ( csReportPaperType rhs ) : void
rhs csReportPaperType
리턴 void

setWidth() 공개 메소드

public setWidth ( float rhs ) : void
rhs float
리턴 void