C# Class CSReportDll.cReportLaunchInfo

ファイルを表示 Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method 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

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

Method Details

getAction() public method

public getAction ( ) : csRptLaunchAction
return csRptLaunchAction

getCopies() public method

public getCopies ( ) : int
return int

getDataSource() public method

public getDataSource ( ) : object
return object

getFile() public method

public getFile ( ) : String
return String

getFileFormat() public method

public getFileFormat ( ) : csRptFileFormat
return csRptFileFormat

getHwnd() public method

public getHwnd ( ) : int
return int

getInternalPreview() public method

public getInternalPreview ( ) : bool
return bool

getObjPaint() public method

public getObjPaint ( ) : CSIReportPrint.cIReportPrint
return CSIReportPrint.cIReportPrint

getPrinter() public method

public getPrinter ( ) : cPrinter
return cPrinter

getShowPrintersDialog() public method

public getShowPrintersDialog ( ) : bool
return bool

getSilent() public method

public getSilent ( ) : bool
return bool

getSqlstmt() public method

public getSqlstmt ( ) : String
return String

getStrConnect() public method

public getStrConnect ( ) : String
return String

initPrinter() public method

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
return void

setAction() public method

public setAction ( csRptLaunchAction rhs ) : void
rhs csRptLaunchAction
return void

setCopies() public method

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

setDataSource() public method

public setDataSource ( object rhs ) : void
rhs object
return void

setFile() public method

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

setFileFormat() public method

public setFileFormat ( csRptFileFormat rhs ) : void
rhs csRptFileFormat
return void

setHwnd() public method

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

setInternalPreview() public method

public setInternalPreview ( bool rhs ) : void
rhs bool
return void

setObjPaint() public method

public setObjPaint ( CSIReportPrint rhs ) : void
rhs CSIReportPrint
return void

setPaperBin() public method

public setPaperBin ( String paperBin ) : void
paperBin String
return void

setPrinter() public method

public setPrinter ( cPrinter rhs ) : void
rhs cPrinter
return void

setShowPrintersDialog() public method

public setShowPrintersDialog ( bool rhs ) : void
rhs bool
return void

setSilent() public method

public setSilent ( bool rhs ) : void
rhs bool
return void

setSqlstmt() public method

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

setStrConnect() public method

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