GrapeCity ActiveReports for .NET 16.0J
DataElementOutput プロパティ (Grouping)

GrapeCity.ActiveReports.PageReportModel 名前空間 > Grouping クラス : DataElementOutput プロパティ

グループはデータの描画時に表示されるかどうかを示す値を取得または設定します。

シンタックス
'宣言
 
Public Property DataElementOutput As DataElementOutput
public DataElementOutput DataElementOutput {get; set;}

プロパティ値

グループはデータの描画時に表示されるかどうかを示すDataElementOutput列挙体。

解説

リストのグループがある場合は、このプロパティは無視されます。

Output(デフォルト): グループは出力時に表示されます。

NoOutput: グループは出力時に表示されません。

参照

Grouping クラス
Grouping メンバ