C# Class PdfRpt.DataSources.XmlDataSource

XML DataSource class
Inheritance: IDataSource
ファイルを表示 Open project: VahidN/PdfReport

Public Methods

Method Description
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

Method Details

Rows() public method

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

XmlDataSource() public method

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
return System.Collections.Generic