bshexpressionheader.txt
来自「Java的Web报表库」· 文本 代码 · 共 18 行
TXT
18 行
/**
* $Id: BSHExpressionHeader.txt,v 1.4 2003/05/07 20:27:26 taqua Exp $
*/
import com.jrefinery.report.*;
import com.jrefinery.report.util.Log;
import java.util.Properties;
/**
* The datarow is set before evaluation is started, use this as source for all evaluations.
*/
DataRow dataRow;
Properties properties;
Object getValue ()
{
return null;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?