Click or drag to resize

ResultTable Methods

The ResultTable type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetCol Returns the column number from the element column name. -1 if not found.
Public methodGetDataTable Returns the ResultTable as a DataTable
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLoadTableData Function to return partial table data to the report result
Public methodGetStatistics Returns the table statistics for an element
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHasNavigation True if the column has cells with navigation links
Public methodIsColumnHidden True if the column is hidden
Public methodIsSubTotalRow True if the row is a sub-total
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSetColumnHidden Set a column as hidden
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also