Version

ReportSummaryRow Property

The ITable in the report which represents the row.
Syntax
'Declaration
 
Public ReadOnly Property ReportSummaryRow As Infragistics.Documents.Reports.Report.Table.ITable
public Infragistics.Documents.Reports.Report.Table.ITable ReportSummaryRow {get;}
Remarks

The summary row is represented in the report by an Infragistics.Documents.Reports.Report.Table.ITable.

The table may have one to three rows. The first row represents the SummaryFooterCaption. The second row represents summaries that are aligned to a particular grid column. The third row contains summaries that are aligned to the Left, Center, or Right.

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