Version

SummaryRowExportingEventArgs Constructor

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

Parameters

gridSummaryRow
The UltraGridSummaryRow representing the summaries to be exported.
containingTable
The ITable in the report to which the summary row will be appended.
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