C# Class PdfRpt.PdfReportDocument

PDF report generator class
Afficher le fichier Open project: VahidN/PdfReport

Méthodes publiques

Méthode Description
GeneratePdf ( bool debugMode = false ) : byte[]

Start generating the report based on the PdfRptData

PdfReportDocument ( ) : System.Collections.Generic

ctor

Private Methods

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

Method Details

GeneratePdf() public méthode

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

PdfReportDocument() public méthode

ctor
public PdfReportDocument ( ) : System.Collections.Generic
Résultat System.Collections.Generic