Xceed Grid for WinForms v4.3 Documentation
ImageArea Property (CellViewerManagerReportStyle)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace > CellViewerManagerReportStyle Class : ImageArea Property
Gets or sets the area where the Xceed.Grid.Viewers.CellViewerManager's image is displayed when it is printed in a report.
Syntax
'Declaration
 
<DescriptionAttribute("The area where the CellViewerManager's image is displayed when it is printed in a report.")>
<CategoryAttribute("Appearance")>
Public Property ImageArea As ImageArea
'Usage
 
Dim instance As CellViewerManagerReportStyle
Dim value As ImageArea
 
instance.ImageArea = value
 
value = instance.ImageArea
[Description("The area where the CellViewerManager's image is displayed when it is printed in a report.")]
[Category("Appearance")]
public ImageArea ImageArea {get; set;}

Property Value

An Xceed.Grid.ImageArea value representing the area where the Xceed.Grid.Viewers.CellViewerManager's image is displayed when it is printed in a report. By default, Xceed.Grid.ImageArea.None.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellViewerManagerReportStyle Class
CellViewerManagerReportStyle Members