05-01-2023 03:48 PM - edited 05-01-2023 03:51 PM
Based on the XML, it looks like I need a reference to the OneStream.Shared.Wcf.CubeViewItem object that contains the CubeView. The CubeView object doesn't seem to have a property for it's Name.
Does anyone know how to get the name of the Cube View currently calling a Cube View Extender from within the extender rule?
Solved! Go to Solution.
05-02-2023 08:53 AM
05-02-2023 08:33 AM
Inside a CVExtender? I guess args.Report.CubeViewGrid.Name ...?
05-02-2023 08:42 AM
Jack, your response is the question I'm asking. I've looked at every property for every object contained by the passed in CVExtenderArgs. There is no "args.report.cubeview.Name" property.
05-02-2023 08:53 AM
CubeViewGrid...
Works for me in 7.4.
05-02-2023 09:55 AM
That was it. Thank you. I guess I should have included that I was working in 7.3.1. It's there in 7.4.1 - where I'll continue this work.