Gets and sets whether the control can shrink in size during rendering to match a smaller size of its rendered content regardless of the control's size in the report template.

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

Syntax

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

See Also