C# Class PdfRpt.DataSources.XmlDataSource

XML DataSource class
Inheritance: IDataSource
Afficher le fichier Open project: VahidN/PdfReport

Méthodes publiques

Méthode 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 méthode

The data to render.
public Rows ( ) : IEnumerable>
Résultat IEnumerable>

XmlDataSource() public méthode

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
Résultat System.Collections.Generic