Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JavaコードからJasperReportsレポートサブデータセットクエリを再定義する方法を考えていました
IReportクエリウィンドウですべてのパラメータのデフォルト値を指定してから、クエリの実行を再試行してください。
日付のデフォルト形式:
new Date(111,3,1) for -2011-Apr-01
そして今日の日付:-
new java.util.Date() for Today's date