Gets or sets the initial path used for getting data in XML document.

Namespace:  PerpetuumSoft.Reporting.Data
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public string XPath { get; set; }
Visual Basic (Declaration)
Public Property XPath As String
Visual C++
public:
property String^ XPath {
	String^ get ();
	void set (String^ value);
}

See Also