Windward Engine 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.