Files to look at:
- Form1.cs (VB: Form1.vb)
- XtraReport1.cs (VB: XtraReport1.vb)
The following example demonstrates how to create an XRTable class with a specific number of rows and cells. A row is added to the collection returned by the XRTable.Rows property. Cells are added to the collection returned by the XRTableRow.Cells property.
To learn about an iterative runtime table creation approach, see E1356.