C# Class CSReportDll.cReportPaperInfo

Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
load ( CSXml xDoc, XmlNode nodeObj ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

Method Details

getCustomHeight() public méthode

public getCustomHeight ( ) : int
Résultat int

getCustomWidth() public méthode

public getCustomWidth ( ) : int
Résultat int

getHeight() public méthode

public getHeight ( ) : float
Résultat float

getOrientation() public méthode

public getOrientation ( ) : int
Résultat int

getPagesToPrint() public méthode

public getPagesToPrint ( ) : String
Résultat String

getPaperBin() public méthode

public getPaperBin ( ) : int
Résultat int

getPaperSize() public méthode

public getPaperSize ( ) : csReportPaperType
Résultat csReportPaperType

getWidth() public méthode

public getWidth ( ) : float
Résultat float

setCustomHeight() public méthode

public setCustomHeight ( int rhs ) : void
rhs int
Résultat void

setCustomWidth() public méthode

public setCustomWidth ( int rhs ) : void
rhs int
Résultat void

setHeight() public méthode

public setHeight ( float rhs ) : void
rhs float
Résultat void

setOrientation() public méthode

public setOrientation ( int rhs ) : void
rhs int
Résultat void

setPagesToPrint() public méthode

public setPagesToPrint ( String rhs ) : void
rhs String
Résultat void

setPaperBin() public méthode

public setPaperBin ( int rhs ) : void
rhs int
Résultat void

setPaperSize() public méthode

public setPaperSize ( csReportPaperType rhs ) : void
rhs csReportPaperType
Résultat void

setWidth() public méthode

public setWidth ( float rhs ) : void
rhs float
Résultat void