Table of Contents

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

uri string

The URI to load the XPath document from.

Returns

IXPathNavigable

An object that implements IXPathNavigable.