Interface CommonExportConfiguration

    • Field Detail

      • PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS

        static final 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. 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.
        See Also:
        Constant Field Values
    • Method Detail

      • isOverrideHints

        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.
        See Also:
        PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS