com.stimulsoft.report.events
Class StiGetExcelValueEventArgs

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

public class StiGetExcelValueEventArgs
extends StiEventHandlerArgs

Describes an argument for the event GetExcelValue.


Field Summary
 
Fields inherited from class com.stimulsoft.base.system.StiEventHandlerArgs
Empty
 
Constructor Summary
StiGetExcelValueEventArgs()
           
 
Method Summary
 boolean getStoreToPrinted()
          Internal use only.
 java.lang.String getValue()
          Gets or sets the 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

StiGetExcelValueEventArgs

public StiGetExcelValueEventArgs()
Method Detail

getStoreToPrinted

public boolean getStoreToPrinted()
Internal use only.


setStoreToPrinted

public void setStoreToPrinted(boolean value)

getValue

public java.lang.String getValue()
Gets or sets the value.


setValue

public void setValue(java.lang.String value)