For background, I'm trying to setup a drillback action that references a slice. In that action, I need to reference the elements that are set in the Data Area of the slice. It's easy enough to pull the elements for the Rows and Columns using the report object reference, "ReportObjects.HB_[SliceName]_Rows.Text", and "ReportObjects.HB_[SliceName]_Columns.Text", but is there a way like this to pull the elements for the Data Area?
Thanks,
Jacob