History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Issue Details
[
XML
]
Key:
XRP-66
Type:
New Feature
Status:
Resolved
Resolution:
Fixed
Priority:
Minor
Reporter:
Bill Bruyn
Votes:
0
Watchers:
1
Operations
If you were
logged in
you would be able to see more operations.
xReporter
Enable / disable output formats per definition
Created:
02/May/05 05:09 PM
Updated:
27/Oct/07 08:06 PM
Component/s:
xReporter-Cocoon
Affects Version/s:
None
Fix Version/s:
1.3
Issue Links:
Incorporates
This issue
is part of
:
XRP-75
Plugable custom formats for reports
Description
We'd like to enable / disable output formats on a per-report basis. It doesn't seem like it would be difficult to recognize those kinds of declarations in stylesheet parameterisation, but are there other suggestions? Maybe something like
<style:style-info xmlns:style="
http://outerx.org/xreporter/style/1.0
">
<style:disable format="XLS"/>
<style:disable format="PDF"/>
</style:style-info>
All
Comments
Change History
Sort Order:
Comment by
Marc Portier
[
03/May/05 03:21 AM
]
[
Permlink
]
formal link between issues
Comment by
Bill Bruyn
[
06/May/05 06:54 PM
]
[
Permlink
]
Earmarking for 1.3.0
Comment by
Kristof Van Cleemput
[
26/Jul/07 06:26 AM
]
[
Permlink
]
possible to disable every format (csv, html, ...) including new custom formats like ODF
Comment by
Bruno Dumon
[
20/Sep/07 11:12 AM
]
[
Permlink
]
Implemented as part of
XRP-75
.
Via 'index.xml' files, it is possible to define the output format menu on a per-report level.