当我格式化要在"粗体"中显示的文本字段时,它在ireport输出中显示为粗体,但在将其视为PDF时不会以粗体显示..任何建议......?
jasper-reports
我有一个报告,其中可能为名为的参数传递了多个值Product_Type.所以我的查询变成这样的:
Product_Type
Select Id, name from temp where product_type IN ('prod1','prod2','prod3')
jasper-reports ×2