Gets or sets the System.Drawing.Image object displayed by this picture.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public Image Image { get; set; } |
Visual Basic Copy Code |
---|
Public Property Image As Image |
An instance of the .NET System.Drawing.Image class.
This property is ignored if the picture is data-bound, that is, its DataField property is not empty. The image of the picture in this case is obtained from the data source.