Reporting

Gets or sets a value indicating whether the Text Item can shrink vertically.

Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public bool CanShrink { get; set; }
Visual Basic
Public Property CanShrink As Boolean
	Get
	Set

Field Value

true if the Text Item can shrink vertically; otherwise false.

Version Information

Supported in: 1.0.1

See Also