Delegate XmlDataProvider.ProvideXPathDocument
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Delegate for providing an XPath document from a URI.
public delegate IXPathNavigable XmlDataProvider.ProvideXPathDocument(string uri)
Parameters
uristringThe URI to load the XPath document from.
Returns
- IXPathNavigable
An object that implements IXPathNavigable.