C# Class QSReport.BatchRDLRenderer

Afficher le fichier Open project: QualitySolution/QSProjects Class Usage Examples

Méthodes publiques

Méthode Description
BatchRDLRenderer ( IEnumerable documents ) : System
DrawPage ( object o, Gtk.DrawPageArgs args ) : void
PrepareDocuments ( IWorker worker ) : void
RequestPageSetup ( object o, Gtk.RequestPageSetupArgs args ) : void

Méthodes protégées

Méthode Description
Prepare ( IPrintableDocument document ) : void

Private Methods

Méthode Description
CalculateDocPage ( int printPage, int &docNum, int &pageNum ) : void
GetReportFromFile ( ReportInfo reportInfo ) : Report

Method Details

BatchRDLRenderer() public méthode

public BatchRDLRenderer ( IEnumerable documents ) : System
documents IEnumerable
Résultat System

DrawPage() public méthode

public DrawPage ( object o, Gtk.DrawPageArgs args ) : void
o object
args Gtk.DrawPageArgs
Résultat void

Prepare() protected méthode

protected Prepare ( IPrintableDocument document ) : void
document IPrintableDocument
Résultat void

PrepareDocuments() public méthode

public PrepareDocuments ( IWorker worker ) : void
worker IWorker
Résultat void

RequestPageSetup() public méthode

public RequestPageSetup ( object o, Gtk.RequestPageSetupArgs args ) : void
o object
args Gtk.RequestPageSetupArgs
Résultat void