コンテンツに合わせてテキスト ボックスの高さを拡大できるかどうかを示す値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property CanGrow As Boolean
Get
'使用
Dim instance As TextBox
Dim value As Boolean
value = instance.CanGrow
public bool CanGrow { get; }
public:
property bool CanGrow {
bool get ();
}
member CanGrow : bool
function get CanGrow () : boolean
プロパティ値
型: System.Boolean
テキスト ボックスの高さがコンテンツに応じて拡大される場合は true、それ以外の場合は false。