Class StiBeforePrintEvent

java.lang.Object
com.stimulsoft.report.events.StiEvent
com.stimulsoft.report.events.StiBeforePrintEvent
All Implemented Interfaces:
IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableToString, Cloneable

public class StiBeforePrintEvent extends StiEvent
Describes the class for realization of the event BeforePrint.
  • Constructor Details

    • StiBeforePrintEvent

      public StiBeforePrintEvent()
      Creates a new object of the type StiBeforePrintEvent.
    • StiBeforePrintEvent

      public StiBeforePrintEvent(String script)
      Creates a new object of the type StiBeforePrintEvent with specified arguments.
      Parameters:
      script - Script of the event.
    • StiBeforePrintEvent

      public StiBeforePrintEvent(StiComponent parent)
      Creates a new object of the type StiEvent with specified arguments.
      Parameters:
      parent - Component which contain this event.
  • Method Details

    • toString

      public String toString()
      Returns the string representation of the event.
      Overrides:
      toString in class Object