Version

SummaryRowExportedEventArgs Constructor(UltraGridSummaryRow,ITable,ITable,ITableCell)

Creates a new SummaryRowExportedEventArgs instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal gridSummaryRow As Infragistics.Win.UltraWinGrid.UltraGridSummaryRow, _
   ByVal containingTable As Infragistics.Documents.Reports.Report.Table.ITable, _
   ByVal reportSummaryRow As Infragistics.Documents.Reports.Report.Table.ITable, _
   ByVal reportSummaryFooterCell As Infragistics.Documents.Reports.Report.Table.ITableCell _
)
public SummaryRowExportedEventArgs( 
   Infragistics.Win.UltraWinGrid.UltraGridSummaryRow gridSummaryRow,
   Infragistics.Documents.Reports.Report.Table.ITable containingTable,
   Infragistics.Documents.Reports.Report.Table.ITable reportSummaryRow,
   Infragistics.Documents.Reports.Report.Table.ITableCell reportSummaryFooterCell
)

Parameters

gridSummaryRow
The UltraGridSummaryRow representing the summaries to be exported.
containingTable
The ITable in the report to which the summary row will be appended.
reportSummaryRow
The ITable that represents the summary row in the report.
reportSummaryFooterCell
The ITableCell that represents the summary row footer in the report.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also