Compartir a través de


TextBox.CanShrink Propiedad

Gets a value that indicates whether the text box height can be decreased to match the contents.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property CanShrink As Boolean 
    Get
'Uso
Dim instance As TextBox 
Dim value As Boolean 

value = instance.CanShrink
public bool CanShrink { get; }
public:
property bool CanShrink {
    bool get ();
}
member CanShrink : bool
function get CanShrink () : boolean

Valor de la propiedad

Tipo: System.Boolean
true if the text box height can be decreased to match the contents; otherwise, false.

Vea también

Referencia

TextBox Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering