Class StiExportingEventArgs

java.lang.Object
com.stimulsoft.report.export.StiExportingEventArgs

public class StiExportingEventArgs extends Object
Exporting event arguments Copyright Stimulsoft
  • Constructor Details

    • StiExportingEventArgs

      public StiExportingEventArgs(int value, int maximum)
  • Method Details

    • getMaximum

      public int getMaximum()
      Returns:
      the maximum
    • setMaximum

      public void setMaximum(int maximum)
      Parameters:
      maximum - the maximum to set
    • getValue

      public int getValue()
      Returns:
      the value
    • setValue

      public void setValue(int value)
      Parameters:
      value - the value to set