C# 클래스 QSReport.BatchRDLRenderer

파일 보기 프로젝트 열기: QualitySolution/QSProjects 1 사용 예제들

공개 메소드들

메소드 설명
BatchRDLRenderer ( IEnumerable documents ) : System
DrawPage ( object o, Gtk.DrawPageArgs args ) : void
PrepareDocuments ( IWorker worker ) : void
RequestPageSetup ( object o, Gtk.RequestPageSetupArgs args ) : void

보호된 메소드들

메소드 설명
Prepare ( IPrintableDocument document ) : void

비공개 메소드들

메소드 설명
CalculateDocPage ( int printPage, int &docNum, int &pageNum ) : void
GetReportFromFile ( ReportInfo reportInfo ) : Report

메소드 상세

BatchRDLRenderer() 공개 메소드

public BatchRDLRenderer ( IEnumerable documents ) : System
documents IEnumerable
리턴 System

DrawPage() 공개 메소드

public DrawPage ( object o, Gtk.DrawPageArgs args ) : void
o object
args Gtk.DrawPageArgs
리턴 void

Prepare() 보호된 메소드

protected Prepare ( IPrintableDocument document ) : void
document IPrintableDocument
리턴 void

PrepareDocuments() 공개 메소드

public PrepareDocuments ( IWorker worker ) : void
worker IWorker
리턴 void

RequestPageSetup() 공개 메소드

public RequestPageSetup ( object o, Gtk.RequestPageSetupArgs args ) : void
o object
args Gtk.RequestPageSetupArgs
리턴 void