Class StiGetValueEventArgs

java.lang.Object
com.stimulsoft.base.EventArgs
com.stimulsoft.report.events.StiGetValueEventArgs

public class StiGetValueEventArgs extends EventArgs
Describes an argument for the event GetValue.
  • Constructor Details

    • StiGetValueEventArgs

      public StiGetValueEventArgs()
  • Method Details

    • getValue

      public String getValue()
      Gets or sets the total value.
    • setValue

      public void setValue(String value)
    • getStoreToPrinted

      public boolean getStoreToPrinted()
      Gets or sets value indicates - whether the component is to be saved in the collection of printed components or not.
    • setStoreToPrinted

      public void setStoreToPrinted(boolean value)