PowerTools ActiveReports for .NET 9.0J
FieldCollection クラス
メンバ 

FieldCollectionクラスは、レポートで使用するデータ連結フィールドを管理します。
オブジェクト モデル
FieldCollection クラス
構文
'宣言
 
Public Class FieldCollection 
   Inherits System.Collections.CollectionBase
public class FieldCollection : System.Collections.CollectionBase 
解説

ActiveReportsは、データソースのフィールドでこのコレクションを初期化し、データソースの各レコードで値を更新します。さらに、DataInitialize イベントで独自のカスタムフィールドを追加して、アンバウンドの計算フィールドを作成できます。カスタムフィールドの値は、FetchData イベントで設定できます。

継承階層

System.Object
   System.Collections.CollectionBase
      GrapeCity.ActiveReports.Data.FieldCollection

参照

関連項目

FieldCollection メンバ
GrapeCity.ActiveReports.Data 名前空間
Field クラス
DataInitialize イベント
FetchData イベント

アーキテクチャと概念

データ連結

 

 


©2003-2015 GrapeCity inc. All rights reserved.