com.stimulsoft.report.events
Class StiGetValueEventArgs

java.lang.Object
  extended by com.stimulsoft.base.system.StiEventHandlerArgs
      extended by com.stimulsoft.report.events.StiGetValueEventArgs

public class StiGetValueEventArgs
extends StiEventHandlerArgs

Describes an argument for the event GetValue.


Field Summary
 
Fields inherited from class com.stimulsoft.base.system.StiEventHandlerArgs
Empty
 
Constructor Summary
StiGetValueEventArgs()
           
 
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
 

Constructor Detail

StiGetValueEventArgs

public StiGetValueEventArgs()
Method Detail

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)