a month ago - last edited a month ago
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.
a month ago
a month ago
Inside a CVExtender? I guess args.Report.CubeViewGrid.Name ...?
a month ago
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.
a month ago
CubeViewGrid...
Works for me in 7.4.
a month ago
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.