12345678910111213141516171819202122232425262728 |
- function CDrillDown()
- {
- };
- CDrillDown.prototype = new AFeatureObject();
- CDrillDown.prototype.setup = function (aFeatureParams)
- {
- goApplicationManager.getReportFrame().oCVQS.getDrillMgr().qsDrillDown();
- };
|