ActiveReports for .NET 18.0J
NotifyChildBoundsUpdate メソッド (BandedListDesigner)

GrapeCity.ActiveReports.Design.DdrDesigner.Designers.BandedList 名前空間 > BandedListDesigner クラス : NotifyChildBoundsUpdate メソッド
サイズが再変更される子要素。
childItem要素の位置です。
childItem要素の新しいサイズ。
子要素のサイズ変更について現在のデザイナに通知するために機能します。
シンタックス
'宣言
 
Public Overrides NotOverridable Sub NotifyChildBoundsUpdate( _
   ByVal childItem As ReportItem, _
   ByVal location As DesignPoint, _
   ByVal size As DesignSize _
) 
public override void NotifyChildBoundsUpdate( 
   ReportItem childItem,
   DesignPoint location,
   DesignSize size
)

パラメータ

childItem
サイズが再変更される子要素。
location
childItem要素の位置です。
size
childItem要素の新しいサイズ。
解説
子要素の境界が現在のデザイナの境界を超える場合、デザイナのサイズはそれに応じて増加します。
参照

BandedListDesigner クラス
BandedListDesigner メンバ