GrapeCity ActiveReports for .NET 16.0J
SelectItems メソッド (ISelectableDocument)

GrapeCity.Viewer.Common.Model 名前空間 > ISelectableDocument インターフェース : SelectItems メソッド
trueの場合は、新しい項目を既存の選択に追加します。falseの場合は、選択を新しい項目でオーバーライドします。
特定のページの特定の領域内の項目を、現在の選択に追加します。
シンタックス
'宣言
 
Sub SelectItems( _
   ByVal pageIndex As Integer, _
   ByVal frame As Rect, _
   ByVal append As Boolean _
) 
void SelectItems( 
   int pageIndex,
   Rect frame,
   bool append
)

パラメータ

pageIndex
frame
append
trueの場合は、新しい項目を既存の選択に追加します。falseの場合は、選択を新しい項目でオーバーライドします。
参照

ISelectableDocument インターフェース
ISelectableDocument メンバ