2012-01-05 46 views

回答

1

在交叉的onPrepare事件中,你可以做一些這樣的事

function onPrepareCell(cell, reportContext){ 

    if(reportContext.getParameterValue("reportParameter") == something){ 
     if(cell.getCellID() == cell#){ 
     cell.getStyle().setDisplay("none"); 
     } 
} 

小區#是要隱藏

+0

由於細胞的ElementId!我會盡可能地嘗試。 – 2012-10-10 21:23:51