Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / CellViewerManagerReportStyle Class / ImageArea Property


In This Topic
    ImageArea Property (CellViewerManagerReportStyle)
    In This Topic
    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