C# Класс PdfRpt.DataSources.XmlDataSource

XML DataSource class
Наследование: IDataSource
Показать файл Открыть проект

Открытые методы

Метод Описание
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