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