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 (Declaration) |
|---|
Public Property CanGrow As Boolean |
Field Value
true if the Text Item can grow vertically; otherwise
false.
See Also