eclipse.birt.report.engine.api.
ReportRunner
org.eclipse.birt.report.engine.impl.ReportRunner
--mode/-m [ run | render | runrender] the default is runrender
\\For runrender mode: we should add it in the end
--format/-f [ HTML | PDF ]
--output/-o
--htmlType/-t < HTML | ReportletNoCSS >
--locale /-l
--parameter/-p
--file/-F
--encoding/-e
\\locale: default is English
\\Parameters in command line will override parameters in parameter file
\\Parameter name can't include characters such as ' ', '=', ':'
\\For RUN mode: we should add it in the end
--output/-o
--locale /-l
--parameter/-p
--file/-F
\\locale: default is English
Chapter 11
[ 263 ]
\\Parameters in command line will override parameters in parameter file
\\Parameter name can't include characters such as ' ', '=', ':'
\\For RENDER mode: we should add it in the end
--output/-o
\t --page/-p
--locale /-l
\\locale: default is English
For me, this is a major break from the paradigm of "compile and run" software in
other languages.
Report Engine API
Embedding the Report Engine API into your application requires a little knowledge
of the inner workings of BIRT.
Pages:
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213