Gets and sets the name of the style applied to the control.

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

Syntax

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

See Also