C# Class CSReportDll.cReportPaperInfo

Mostrar archivo Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
load ( CSXml xDoc, XmlNode nodeObj ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

Method Details

getCustomHeight() public method

public getCustomHeight ( ) : int
return int

getCustomWidth() public method

public getCustomWidth ( ) : int
return int

getHeight() public method

public getHeight ( ) : float
return float

getOrientation() public method

public getOrientation ( ) : int
return int

getPagesToPrint() public method

public getPagesToPrint ( ) : String
return String

getPaperBin() public method

public getPaperBin ( ) : int
return int

getPaperSize() public method

public getPaperSize ( ) : csReportPaperType
return csReportPaperType

getWidth() public method

public getWidth ( ) : float
return float

setCustomHeight() public method

public setCustomHeight ( int rhs ) : void
rhs int
return void

setCustomWidth() public method

public setCustomWidth ( int rhs ) : void
rhs int
return void

setHeight() public method

public setHeight ( float rhs ) : void
rhs float
return void

setOrientation() public method

public setOrientation ( int rhs ) : void
rhs int
return void

setPagesToPrint() public method

public setPagesToPrint ( String rhs ) : void
rhs String
return void

setPaperBin() public method

public setPaperBin ( int rhs ) : void
rhs int
return void

setPaperSize() public method

public setPaperSize ( csReportPaperType rhs ) : void
rhs csReportPaperType
return void

setWidth() public method

public setWidth ( float rhs ) : void
rhs float
return void