Gets and sets a string that represents the name of the type of the control.

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

Syntax

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

See Also