Package com.stimulsoft.report.events
Class StiGetValueEventArgs
java.lang.Object
com.stimulsoft.base.EventArgs
com.stimulsoft.report.events.StiGetValueEventArgs
Describes an argument for the event GetValue.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets or sets value indicates - whether the component is to be saved in the collection of printed components or not.getValue()Gets or sets the total value.voidsetStoreToPrinted(boolean value) void
-
Constructor Details
-
StiGetValueEventArgs
public StiGetValueEventArgs()
-
-
Method Details
-
getValue
Gets or sets the total value. -
setValue
-
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)
-