[]
Gets a list of objects in the raw data source that define the content of a specific cell in the output table exposed by the PivotTable property.
public IList GetDetail(DataRow row, DataColumn column)
Type | Name | Description |
---|---|---|
DataRow | row | DataRow that contains the PivotEngine cell. |
DataColumn | column | DataColumn that contains the PivotEngine cell. |
Type | Description |
---|---|
IList | A list of objects in the raw data source that define the content of the specified PivotEngine cell. |
Gets a list of objects in the raw data source that define the content of a specific cell in the output table exposed by the PivotTable property.
public IList GetDetail(DataRow row, string columnName)
Type | Name | Description |
---|---|---|
DataRow | row | DataRow that contains the PivotEngine cell. |
string | columnName | Name of the column that contains the PivotEngine cell. |
Type | Description |
---|---|
IList | A list of objects in the raw data source that define the content of the specified PivotEngine cell. |