Propriedade CanGrow
Indicates that the text box height can increase to accommodate the contents
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property CanGrow As Boolean
Get
'Uso
Dim instance As TextBox
Dim value As Boolean
value = instance.CanGrow
public bool CanGrow { get; }
public:
property bool CanGrow {
bool get ();
}
member CanGrow : bool
function get CanGrow () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value.
Consulte também