Propriedade do RDL TextBox.CanGrow
Gets a value that indicates whether the text box height can be increased 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
true if the text box height can be increased to accommodate the contents; otherwise, false.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering