Class RenderOptionBase

All Implemented Interfaces:
IRenderOption, ITaskOption

@Deprecated public class RenderOptionBase extends RenderOption
Deprecated.
use RenderOption instead
Settings for rendering a report to an output format. Currently supported options include format of the request, whether to render HTML with style sheet, etc. Potential future options includes image formats in PDF (vector or bitmap), font embedding options, etc.

The predefined options strings are what BIRT supports. Other options are available depending on custom extensions.

  • Constructor Details

    • RenderOptionBase

      public RenderOptionBase()
      Deprecated.