C# 클래스 PdfRpt.DataSources.XmlDataSource

XML DataSource class
상속: IDataSource
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
Rows ( ) : IEnumerable>

The data to render.

XmlDataSource ( string xml, string descendantsXPathSelect, IList itemsXPathList ) : System.Collections.Generic

Converts the XML documents data to an IEnumerable of Pdf Cells Data

메소드 상세

Rows() 공개 메소드

The data to render.
public Rows ( ) : IEnumerable>
리턴 IEnumerable>

XmlDataSource() 공개 메소드

Converts the XML documents data to an IEnumerable of Pdf Cells Data
public XmlDataSource ( string xml, string descendantsXPathSelect, IList itemsXPathList ) : System.Collections.Generic
xml string XML document's content
descendantsXPathSelect string Descendants XPath
itemsXPathList IList XPath list of the required items
리턴 System.Collections.Generic