XtraReportBase.GetCurrentColumnValue Method
Name | Parameters | Description |
---|---|---|
GetCurrentColumnValue(String) | columnName | Returns the current value of the specified column (field) from a collection assigned to a report’s Data Member property. If the property is not specified, the method returns the current value from a root collection of the report’s Data Source. |
GetCurrentColumnValue<T>(String) | columnName | Returns the current value (strongly typed) of the specified column (field) from a collection assigned to a report’s Data Member property. If the property is not specified, the method returns the current value from a root collection of the report’s Data Source. |