Gets and sets the name of the property to bind to the data.

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

Syntax

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

See Also