Package com.stimulsoft.report.events
Class StiGetImageDataEventArgs
java.lang.Object
com.stimulsoft.base.EventArgs
com.stimulsoft.report.events.StiGetImageDataEventArgs
Describes an argument for the event GetImageData.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new object of the type StiGetImageDataEventArgs.StiGetImageDataEventArgs(String image) Creates a new object of the type StiGetImageDataEventArgs. -
Method Summary
-
Constructor Details
-
StiGetImageDataEventArgs
public StiGetImageDataEventArgs()Creates a new object of the type StiGetImageDataEventArgs. -
StiGetImageDataEventArgs
Creates a new object of the type StiGetImageDataEventArgs.- Parameters:
image- Image for event.
-
-
Method Details
-
getValue
- Returns:
- the image
-
setValue
- Parameters:
image- the image to set
-