Propriedade CanShrink
Indicates that the text box height can decrease to match the contents
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
A Boolean value.
Consulte também