public interface CommonExportConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
A global (per context) property that serves as default value for the
isOverrideHints() setting
and establishes the priority of export configuration settings against report hints. |
Modifier and Type | Method and Description |
---|---|
Boolean |
isOverrideHints()
Specifies whether the settings provided by this exporter configuration object are supposed to override the equivalent exporter
hints specified in the reports themselves using configuration properties.
|
static final String PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
isOverrideHints()
setting
and establishes the priority of export configuration settings against report hints.
If the property is true, export configuration settings override report hints; this is the
default behavior.
This property cannot be used as a report export hint.Boolean isOverrideHints()
Copyright © 2017. All rights reserved.