Result |
public class ResultTable
The ResultTable type exposes the following members.
Name | Description | |
---|---|---|
![]() | ResultTable | Initializes a new instance of the ResultTable class |
Name | Description | |
---|---|---|
![]() | BodyLines | Return the body lines of the table |
![]() | ColumnCount | Column count of the table |
![]() | FooterLines | Return the footer lines of the table |
![]() | HeaderLines | Return the header lines of the table |
![]() | Item | Helper to access a ResultCell of the table |
![]() | RowCount | Row count of the table |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetCol | Returns the column number from the element column name. -1 if not found. |
![]() | GetDataTable | Returns the ResultTable as a DataTable |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetLoadTableData | Function to return partial table data to the report result |
![]() | GetStatistics | Returns the table statistics for an element |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | HasNavigation | True if the column has cells with navigation links |
![]() | IsColumnHidden | True if the column is hidden |
![]() | IsSubTotalRow | True if the row is a sub-total |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | SetColumnHidden | Set a column as hidden |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
![]() | BodyEndRow | End row of the body of the table |
![]() | BodyStartColumn | Strat column of the body |
![]() | BodyStartRow | Start row of the body of the table |
![]() | InvertDone | True if the table has been inverted |
![]() | Lines | List of a arrays of ResultCell |
![]() | Statistics | |
![]() | Tag | Custom Tag the can be used at execution time to store any object |
![]() | Tag2 | Custom Tag the can be used at execution time to store any object |
![]() | Tag3 | Custom Tag the can be used at execution time to store any object |
![]() | TotalCells | List of the ResultTotalCell of the table |