[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[birt-report-engine-dev] Parameterizing the data source using Report Engine API
|
- From: "Eric P. Mangold" <teratorn@xxxxxxxxx>
- Date: Tue, 14 Oct 2008 03:12:54 -0500
- Delivered-to: birt-report-engine-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=SKKNY1bQ2/qyyCF+HyyPynmhkVIzYKloGaP4uhOXYrs=; b=eR5KwDuhfQJXi6+nhiWWCb+GbvI8lhL7VhdPKGc99m1h911pJO2SWW+RyZsjABRW7j kZv+EEbMHVlHNetlzgy7AnVyDqJ/w13DS9XJNfK+ZhzurxRPvhmFN3v3zab6TBPW1hbj A1gqbeT6Z2bZEx/GaoCqdbT3aODuno+Uvr5uo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=KAYceFywmgaQgJHqTcHOA4SS0tWSxpnEZukw0ZSM1ejvvZ3PnRJfpR2S/Xu92COi/F VIm1cHuYIuvmmSiTi6rJ9voU7B6XmCoaADQJmhIyR8veOiiV8Wg5FaDOTFvLxK6azIAa vFUwtFb15vSoKNMQ8CVYToVBfL0pPi+S3pgjQ=
Hi,
I'm authoring reports on my local machine that reference XML file data
sources...
However, these reports will be run on a server by an application using
the report engine API. The paths to the XML data sources will be
different, and the data itself will be different (though it will
follow the same schema, of course).
Is there any clean way to parameterize the data source using the
Report Engine API and an existing .rtpdesign file?
It seems like I'll have to muck with the XML of the .rptdesign file
before opening it with the API, but I'm hoping for a cleaner
solution(?)
Regards,
Eric P. Mangold