Interface CommonExportConfiguration

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.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.
    • Field Detail

      • PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS

        static final java.lang.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

        java.lang.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