ReportData Structure Members
In This Topic
The following tables list the members exposed by ReportData.
Public Properties
| Name | Description |
 | ColumnCount |
Number of columns in the table.
|
 | Columns |
Get list of columns.
|
 | FullReportData |
Gets list of all rows in report table, where each row is represented by a list of all properties (with their names as "key") of given row. List of these properties contains also properties which are not included in UI.
|
 | Item | Overloaded.
Access a field in a table.
|
 | RowCount |
Number of rows in the table.
|
Top
See Also