Represents a table in a report.
Remarks
Displays a table containing any number of columns and rows. This control is invaluable if you need to show a data in tabular form.
Data displayed in detail band should be displayed in a table. It is easier to ensure consistent appearance and borders can be used to delimit individual data in the same record as well as between the records.
This control allows a user to organize data into a table. Using the AnchorVertical property a user can dock a table to the top and/or bottom of a band.
It is possible to colour odd and even rows in order to make the table more comprehensible. To do this set Styles properties appropriately
Example (MxSpace)
To see the Table on a report component, open MxSpace solution project in Visual Studio. In Solution Explorer expand node Reports and double click StockReport.cs. Table control displays data in Detail1 band.
To add Table to a report
- In Solution Explorer open the desired MxReport component (StockReport) by double clicking it.
- Open Toolbox window and expand DX:Reports.vX.X section.
- Select XRTable control and drag it to the desired band (Detail1).
- Open Properties window.
- In property Styles define the styles for odd and even records.
To learn more about the control, how to implement it and use it see Developer Express documentation.