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


In This Topic
    ImageAutoSize Property
    In This Topic
    Gets or sets a value representing how the Xceed.Grid.Viewers.CellViewerManager's image size will be handled in a report.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Represents how the CellViewerManager's image size will be handled in a report.")>
    <CategoryAttribute("Appearance")>
    Public Property ImageAutoSize As ImageAutoSize
    'Usage
     
    Dim instance As CellViewerManagerReportStyle
    Dim value As ImageAutoSize
     
    instance.ImageAutoSize = value
     
    value = instance.ImageAutoSize
    [Description("Represents how the CellViewerManager's image size will be handled in a report.")]
    [Category("Appearance")]
    public ImageAutoSize ImageAutoSize {get; set;}

    Property Value

    An ImageAutoSize value representing how the Xceed.Grid.Viewers.CellViewerManager's image size will be handled in a report. By default, ImageAutoSize.ImageScreenSize.
    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