C# 클래스 PdfRpt.PdfReportDocument

PDF report generator class
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
GeneratePdf ( bool debugMode = false ) : byte[]

Start generating the report based on the PdfRptData

PdfReportDocument ( ) : System.Collections.Generic

ctor

비공개 메소드들

메소드 설명
addMainTable ( ) : void
checkNullValues ( ) : void
createPdf ( ) : byte[]
flushFileInBrowser ( ) : byte[]
initPdfWriter ( Stream stream ) : void
initSettings ( ) : void
runInDebugMode ( ) : byte[]
runInReleaseMode ( ) : byte[]

메소드 상세

GeneratePdf() 공개 메소드

Start generating the report based on the PdfRptData
public GeneratePdf ( bool debugMode = false ) : byte[]
debugMode bool
리턴 byte[]

PdfReportDocument() 공개 메소드

ctor
public PdfReportDocument ( ) : System.Collections.Generic
리턴 System.Collections.Generic