Is it possible to get a reference to a CrosstabDataProvider instance's data in tabular format for use in another control? I need to display the pivoted data (along with some other related data) in a standard DataGridView, and the provider does a fine job of pivoting the raw data I give it, so I'd like to avoid doing that work manually for other purposes if there's any way to get to it.