Method | Description | |
---|---|---|
Rows ( ) : IEnumerable |
The data to render.
|
|
XmlDataSource ( string xml, string descendantsXPathSelect, IList |
Converts the XML documents data to an IEnumerable of Pdf Cells Data
|
public XmlDataSource ( string xml, string descendantsXPathSelect, IList |
||
xml | string | XML document's content |
descendantsXPathSelect | string | Descendants XPath |
itemsXPathList | IList |
XPath list of the required items |
return | System.Collections.Generic |