Packagestimulsoft.report.events
Classpublic class StiGetValueEventArgs
InheritanceStiGetValueEventArgs Inheritance Object



Public Properties
 PropertyDefined By
  storeToPrinted : Boolean
Gets or sets value indicates - whether the component is to be saved in the collection of printed components or not.
StiGetValueEventArgs
  value : String
Gets or sets the total value.
StiGetValueEventArgs
Property Detail
storeToPrintedproperty
storeToPrinted:Boolean

Gets or sets value indicates - whether the component is to be saved in the collection of printed components or not.


Implementation
    public function get storeToPrinted():Boolean
    public function set storeToPrinted(value:Boolean):void
valueproperty 
value:String

Gets or sets the total value.


Implementation
    public function get value():String
    public function set value(value:String):void