com.stimulsoft.report.events
Class StiGetValueEventArgs
java.lang.Object
com.stimulsoft.base.system.StiEventHandlerArgs
com.stimulsoft.report.events.StiGetValueEventArgs
public class StiGetValueEventArgs
- extends StiEventHandlerArgs
Describes an argument for the event GetValue.
Method Summary |
boolean |
getStoreToPrinted()
Gets or sets value indicates - whether the component is to be saved in the collection of
printed components or not. |
java.lang.String |
getValue()
Gets or sets the total value. |
void |
setStoreToPrinted(boolean value)
|
void |
setValue(java.lang.String value)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiGetValueEventArgs
public StiGetValueEventArgs()
getValue
public java.lang.String getValue()
- Gets or sets the total value.
setValue
public void setValue(java.lang.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)