C# 클래스 PdfRpt.Export.ExportToXml

XML DataExporter
상속: IDataExporter
파일 보기 프로젝트 열기: VahidN/PdfReport 1 사용 예제들

공개 메소드들

메소드 설명
ClosingDocument ( ) : byte[]

Fires before closing the document

DocumentOpened ( IList pdfColumnsAttributes, DocumentPreferences documentPreferences ) : void

Fires when the document is opened.

ExportToXml ( ) : System.Collections.Generic

ctor.

RowAdded ( IList cellsData, bool isNewGroupStarted ) : void

Fires after adding a row to the main table.

비공개 메소드들

메소드 설명
closeWriter ( ) : void
initWriter ( ) : void
isByteArray ( CellData item ) : bool

메소드 상세

ClosingDocument() 공개 메소드

Fires before closing the document
public ClosingDocument ( ) : byte[]
리턴 byte[]

DocumentOpened() 공개 메소드

Fires when the document is opened.
public DocumentOpened ( IList pdfColumnsAttributes, DocumentPreferences documentPreferences ) : void
pdfColumnsAttributes IList Sets columns definitions of the current report at startup
documentPreferences PdfRpt.Core.Contracts.DocumentPreferences Document settings.
리턴 void

ExportToXml() 공개 메소드

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

RowAdded() 공개 메소드

Fires after adding a row to the main table.
public RowAdded ( IList cellsData, bool isNewGroupStarted ) : void
cellsData IList cells data
isNewGroupStarted bool Indicates starting a new group
리턴 void