Gets and sets the image.
Namespace:
PerpetuumSoft.Reporting.DOM
Assembly:
PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public Image Image { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Image As Image |
| Visual C++ |
|---|
public:
property Image^ Image {
Image^ get ();
void set (Image^ value);
} |
See Also