Propriété CanShrink
Indicates that the text box height can decrease to match the contents
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CanShrink As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value.
Voir aussi