Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Indicates the text box height can increase to accommodate the contents.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property CanGrow As Boolean
Get
Set
'Utilisation
Dim instance As Textbox
Dim value As Boolean
value = instance.CanGrow
instance.CanGrow = value
public bool CanGrow { get; set; }
public:
property bool CanGrow {
bool get ();
void set (bool value);
}
member CanGrow : bool with get, set
function get CanGrow () : boolean
function set CanGrow (value : boolean)
Valeur de propriété
Type : System.Boolean
True if the text box height can increase to accommodate the contents; otherwise, false.