Package com.stimulsoft.report.export
Class StiExportingEventArgs
java.lang.Object
com.stimulsoft.report.export.StiExportingEventArgs
Exporting event arguments
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetValue()voidsetMaximum(int maximum) voidsetValue(int value)
-
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
-