C# Класс PdfRpt.PdfReportDocument

PDF report generator class
Показать файл Открыть проект

Открытые методы

Метод Описание
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