Class IReportViewerExportSource.ExportFormat

  • Enclosing interface:
    IReportViewerExportSource

    public static final class IReportViewerExportSource.ExportFormat
    extends Object
    Model to hold export format properties
    Author:
    hengsin
    • Field Detail

      • extension

        public String extension
      • contentType

        public String contentType
    • Constructor Detail

      • ExportFormat

        public ExportFormat​(String label,
                            String extension,
                            String contentType)