| Package | stimulsoft.report.events |
| Class | public class StiGetValueEventArgs |
| Inheritance | StiGetValueEventArgs Object |
| Property | Defined 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 | ||
| storeToPrinted | property |
storeToPrinted:BooleanGets or sets value indicates - whether the component is to be saved in the collection of printed components or not.
public function get storeToPrinted():Boolean public function set storeToPrinted(value:Boolean):void| value | property |
value:StringGets or sets the total value.
public function get value():String public function set value(value:String):void