internal void InitMeasures() { _Finded = null; if (FLevel != null) { return; } FGrid.EventInitMeasures(); #warning TODO(PPTI) after olapcube.RereadOLAPCubeData() FGrid.fMeasures.Count == 0 if (FGrid.fMeasures.Count == 0) { FGrid.UpdateMeasures(); } FGrid.EventInitMeasures(); FLevel = new Level(null, null, this); FLevel.fIndex = 0; }