C# Class PdfRpt.PdfReportDocument

PDF report generator class
ファイルを表示 Open project: VahidN/PdfReport

Public Methods

Method Description
GeneratePdf ( bool debugMode = false ) : byte[]

Start generating the report based on the PdfRptData

PdfReportDocument ( ) : System.Collections.Generic

ctor

Private Methods

Method Description
addMainTable ( ) : void
checkNullValues ( ) : void
createPdf ( ) : byte[]
flushFileInBrowser ( ) : byte[]
initPdfWriter ( Stream stream ) : void
initSettings ( ) : void
runInDebugMode ( ) : byte[]
runInReleaseMode ( ) : byte[]

Method Details

GeneratePdf() public method

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

PdfReportDocument() public method

ctor
public PdfReportDocument ( ) : System.Collections.Generic
return System.Collections.Generic