Implements CanBreak()()().

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

Syntax

C#
public bool CanBreak { get; set; }
Visual Basic (Declaration)
Public Property CanBreak As Boolean
Visual C++
public:
virtual property bool CanBreak {
	bool get () sealed;
	void set (bool value) sealed;
}

See Also