Свойство TextBox.CanShrink

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property CanShrink As Boolean 
    Get
'Применение
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

Значение свойства

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

См. также

Справочник

TextBox Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering