C# Class CSReportPreview.cReportPreview

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

Méthodes publiques

Méthode Description
cReportPreview ( ) : System
getBody ( ) : PictureBox
getGraph ( ) : Graphics
getParent ( ) : Object
setCurrPage ( int page ) : void
setPages ( int pages ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

pnReport_Click ( object sender, EventArgs e ) : void
tsbExportPDF_Click ( object sender, EventArgs e ) : void
tsbFirstPage_Click ( object sender, EventArgs e ) : void
tsbLastPage_Click ( object sender, EventArgs e ) : void
tsbNextPage_Click ( object sender, EventArgs e ) : void
tsbPage_KeyUp ( object sender, KeyEventArgs e ) : void
tsbPreviousPage_Click ( object sender, EventArgs e ) : void
tsbPrint_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

cReportPreview() public méthode

public cReportPreview ( ) : System
Résultat System

getBody() public méthode

public getBody ( ) : PictureBox
Résultat PictureBox

getGraph() public méthode

public getGraph ( ) : Graphics
Résultat Graphics

getParent() public méthode

public getParent ( ) : Object
Résultat Object

setCurrPage() public méthode

public setCurrPage ( int page ) : void
page int
Résultat void

setPages() public méthode

public setPages ( int pages ) : void
pages int
Résultat void