sealed case class Report(name: String, details: Seq[Band] = Vector.empty, defaultStyle: Style = Style.empty, styles: Map[String, Style] = Map.empty, templates: IndexedSeq[JRReportTemplate] = Vector.empty, subDatasets: Map[String, Dataset] = Map.empty, mainDataset: Dataset = Dataset.empty, imports: Set[String] = Set.empty, ignorePagination: Boolean = false, language: String = net.sf.jasperreports.engine.JRReport.LANGUAGE_JAVA, lastPageFooter: Option[Band] = None, noData: Option[Band] = None, page: Page = Page.default, summary: Option[SummaryBand] = None, title: Option[TitleBand] = None) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Report
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Report(name: String, details: Seq[Band] = Vector.empty, defaultStyle: Style = Style.empty, styles: Map[String, Style] = Map.empty, templates: IndexedSeq[JRReportTemplate] = Vector.empty, subDatasets: Map[String, Dataset] = Map.empty, mainDataset: Dataset = Dataset.empty, imports: Set[String] = Set.empty, ignorePagination: Boolean = false, language: String = net.sf.jasperreports.engine.JRReport.LANGUAGE_JAVA, lastPageFooter: Option[Band] = None, noData: Option[Band] = None, page: Page = Page.default, summary: Option[SummaryBand] = None, title: Option[TitleBand] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. val defaultStyle: Style
  7. val details: Seq[Band]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. val ignorePagination: Boolean
  12. val imports: Set[String]
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val language: String
  15. val lastPageFooter: Option[Band]
  16. val mainDataset: Dataset
  17. val name: String
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val noData: Option[Band]
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val page: Page
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. val styles: Map[String, Style]
  25. val subDatasets: Map[String, Dataset]
  26. val summary: Option[SummaryBand]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. val templates: IndexedSeq[JRReportTemplate]
  29. val title: Option[TitleBand]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped