MindFusion WinForms Programmer's Guide
Picture.Image Property
See Also
 





Gets or sets the System.Drawing.Image object displayed by this picture.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Image Image { get; set; }

Visual Basic  Copy Code

Public Property Image As Image

 Property Value

An instance of the .NET System.Drawing.Image class.

 Remarks

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.

 See Also

Picture Members
Picture Class
MindFusion.Reporting Namespace