Windward Studios API Reference
XPathDataSource Constructor(XPathNavigator)
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.xml Namespace > XPathDataSource Class > XPathDataSource Constructor : XPathDataSource Constructor(XPathNavigator)




xmlData
The xml for the data.

Glossary Item Box

Create a DataSourceProvider that uses an XPathNavigator as the data.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal xmlData As XPathNavigator _
)
Visual Basic (Usage)Copy Code
Dim xmlData As XPathNavigator
 
Dim instance As New XPathDataSource(xmlData)
C# 
public XPathDataSource( 
   XPathNavigator xmlData
)
Managed Extensions for C++ 
public: XPathDataSource( 
   XPathNavigator* xmlData
)
C++/CLI 
public:
XPathDataSource( 
   XPathNavigator^ xmlData
)

Parameters

xmlData
The xml for the data.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software