ActiveReports for .NET 18.0J
DetailDataElementOutput プロパティ (Table)

GrapeCity.ActiveReports.PageReportModel 名前空間 > Table クラス : DetailDataElementOutput プロパティ
データ出力に詳細を表示するかどうかを示す値を取得または設定します。
シンタックス
'宣言
 
Public Property DetailDataElementOutput As DataElementOutput
public DataElementOutput DetailDataElementOutput {get; set;}

プロパティ値

データ出力に詳細を表示するかどうかを示すDataElementOutput列挙体。
解説

DataElement.Output(デフォルト)は出力に詳細が表示されることを示します。

DataElement.NoOutputは出力に詳細が表示されないことを示します。

参照

Table クラス
Table メンバ