'宣言 Public Event SummaryRowExported As EventHandler(Of SummaryRowExportedEventArgs)
public event EventHandler<SummaryRowExportedEventArgs> SummaryRowExported
イベント ハンドラが、このイベントに関連するデータを含む、SummaryRowExportedEventArgs 型の引数を受け取りました。次の SummaryRowExportedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
ContainingTable | 集計行が追加されたレポートの ITable。 |
GridSummaryRow | エクスポートされた要約を表している UltraGridSummaryRow。 |
ReportSummaryFooterCell | 集計フッターを表すレポートの ITableCell (または、集計フッターが表示されない場合は、null)。 |
ReportSummaryRow | 行を表すレポートの ITable。 |
SummaryRowExportedEventArgs.GridSummaryRow はエクスポートされた Infragistics.Win.UltraWinGrid.UltraGridSummaryRow を返します。
SummaryRowExportedEventArgs.ContainingTable は、行がエクスポートされるレポートに ITable を返します。
SummaryRowExportedEventArgs.ReportSummaryRow は、エクスポートした集計行を表すレポートで ITable を返します。
このイベントは、集計行がレポートにエクスポートされた後に発生します。集計行には、SummaryFooterCaption およびすべての集計値が含まれます。