C# Class CSReportDll.cReportLaunchInfo

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

Méthodes publiques

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

Private Methods

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

Method Details

getAction() public méthode

public getAction ( ) : csRptLaunchAction
Résultat csRptLaunchAction

getCopies() public méthode

public getCopies ( ) : int
Résultat int

getDataSource() public méthode

public getDataSource ( ) : object
Résultat object

getFile() public méthode

public getFile ( ) : String
Résultat String

getFileFormat() public méthode

public getFileFormat ( ) : csRptFileFormat
Résultat csRptFileFormat

getHwnd() public méthode

public getHwnd ( ) : int
Résultat int

getInternalPreview() public méthode

public getInternalPreview ( ) : bool
Résultat bool

getObjPaint() public méthode

public getObjPaint ( ) : CSIReportPrint.cIReportPrint
Résultat CSIReportPrint.cIReportPrint

getPrinter() public méthode

public getPrinter ( ) : cPrinter
Résultat cPrinter

getShowPrintersDialog() public méthode

public getShowPrintersDialog ( ) : bool
Résultat bool

getSilent() public méthode

public getSilent ( ) : bool
Résultat bool

getSqlstmt() public méthode

public getSqlstmt ( ) : String
Résultat String

getStrConnect() public méthode

public getStrConnect ( ) : String
Résultat String

initPrinter() public méthode

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
Résultat void

setAction() public méthode

public setAction ( csRptLaunchAction rhs ) : void
rhs csRptLaunchAction
Résultat void

setCopies() public méthode

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

setDataSource() public méthode

public setDataSource ( object rhs ) : void
rhs object
Résultat void

setFile() public méthode

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

setFileFormat() public méthode

public setFileFormat ( csRptFileFormat rhs ) : void
rhs csRptFileFormat
Résultat void

setHwnd() public méthode

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

setInternalPreview() public méthode

public setInternalPreview ( bool rhs ) : void
rhs bool
Résultat void

setObjPaint() public méthode

public setObjPaint ( CSIReportPrint rhs ) : void
rhs CSIReportPrint
Résultat void

setPaperBin() public méthode

public setPaperBin ( String paperBin ) : void
paperBin String
Résultat void

setPrinter() public méthode

public setPrinter ( cPrinter rhs ) : void
rhs cPrinter
Résultat void

setShowPrintersDialog() public méthode

public setShowPrintersDialog ( bool rhs ) : void
rhs bool
Résultat void

setSilent() public méthode

public setSilent ( bool rhs ) : void
rhs bool
Résultat void

setSqlstmt() public méthode

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

setStrConnect() public méthode

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