ReportRow
class
Exposes report row decoration
Fields
Cells
List |
A collection of cells |
Constructors
ReportRow () | Initializes cells in the row |
Methods
AddCell (string label, object value) Return: void | Adds cells to the row by label and value |
AddCell (object value) Return: void | Adds cells to the row by value only |