Result |
The ResultTable type exposes the following members.
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) |