public interface ComponentDesignConverter
Such converters are used when a report design that contains component elements are previewed. Each component implementation can include a converter that provides a preview representation of a component instance.
JasperDesignViewer,
JRPrintElement| Modifier and Type | Method and Description |
|---|---|
JRPrintElement |
convert(ReportConverter reportConverter,
JRComponentElement element)
Converts a component element into a print element that represents a preview
of the component.
|
JRPrintElement convert(ReportConverter reportConverter, JRComponentElement element)
reportConverter - the report converter instanceelement - the component elementCopyright © 2017. All rights reserved.