Schnittstelle SubreportProperties

Alle bekannten Implementierungsklassen:
Subreport

public interface SubreportProperties
Interface for elements that supports onDemand like subreports.

This class is part of the RDC.
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    Returns a FormulaField whose return value specifies the text that is shown instead of the element content when on demand is enabled.
    Returns a FormulaField whose return value specifies the name of the tab which is showing the activated element if on demand is enabled.
    boolean
    Returns true if on demand is enabled else false.
    boolean
    Returns true if "suppress if blank" is enabled else false.
    void
    setOnDemand(boolean onDemand)
    Specifies whether on demand is enabled or not.
    void
    If on demand is enabled, the element is shown in the report as a line of text.
    void
    If on demand is enabled, the element is shown in the report as a line of text.
    void
    If on demand is enabled and the element is activated, it is shown in an extra tab or window.
    void
    If on demand is enabled and the element is activated, it is shown in an extra tab or window.
    void
    setSuppressIfBlank(boolean suppress)
    Specifies whether "suppress if blank" is enabled or not.
  • Methodendetails

    • setOnDemand

      void setOnDemand(boolean onDemand)
      Specifies whether on demand is enabled or not.
      Parameter:
      onDemand - when true on demand is enabled
      Seit:
      6.0
    • isOnDemand

      boolean isOnDemand()
      Returns true if on demand is enabled else false.
      Gibt zurück:
      whether on demand is enabled
      Seit:
      7.0
    • setOnDemandLinkLabel

      void setOnDemandLinkLabel(String lab)
      If on demand is enabled, the element is shown in the report as a line of text. Specify this text with this method.
      Parameter:
      lab - - the text as String
      Seit:
      6.0
    • setOnDemandLinkLabel

      void setOnDemandLinkLabel(FormulaField lab)
      If on demand is enabled, the element is shown in the report as a line of text. Specify this text with this method.
      Parameter:
      lab - - a FormulaField whose return value specifies the text.
      Seit:
      6.0
    • getOnDemandLinkLabel

      FormulaField getOnDemandLinkLabel()
      Returns a FormulaField whose return value specifies the text that is shown instead of the element content when on demand is enabled.
      Gibt zurück:
      FormulaField
      Seit:
      6.0
    • setOnDemandTabLabel

      void setOnDemandTabLabel(String lab)
      If on demand is enabled and the element is activated, it is shown in an extra tab or window. Specify the name of this tab with this method.
      Parameter:
      lab - - the name as String
      Seit:
      6.0
    • setOnDemandTabLabel

      void setOnDemandTabLabel(FormulaField lab)
      If on demand is enabled and the element is activated, it is shown in an extra tab or window. Specify the name of this tab with this method.
      Parameter:
      lab - - a FormulaField whose return value specifies the name.
      Seit:
      6.0
    • getOnDemandTabLabel

      FormulaField getOnDemandTabLabel()
      Returns a FormulaField whose return value specifies the name of the tab which is showing the activated element if on demand is enabled.
      Gibt zurück:
      FormulaField
      Seit:
      6.0
    • isSuppressIfBlank

      boolean isSuppressIfBlank()
      Returns true if "suppress if blank" is enabled else false. A subreport is blank if all sections are suppressed or have no height. If the subreport is suppressed, the border and background will not be printed.
      Gibt zurück:
      whether "suppress if blank" is enabled
      Seit:
      11.1
      Siehe auch:
    • setSuppressIfBlank

      void setSuppressIfBlank(boolean suppress)
      Specifies whether "suppress if blank" is enabled or not. A subreport is blank if all sections are suppressed or have no height. If the subreport is suppressed, the border and background will not be printed.
      Parameter:
      suppress - whether to suppress the display of this subreport if it is blank
      Seit:
      11.1
      Siehe auch: