Reporting

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

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

Syntax

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

Field Value

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

See Also