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


In This Topic
    ImageStyle Property (CellViewerManagerReportStyle)
    In This Topic
    Gets or sets a value indicating the style with which the image is displayed when the Xceed.Grid.Viewers.CellViewerManager is printed in a report.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates the style with which the image is displayed when the CellViewerManager is printed in a report.")>
    <CategoryAttribute("Appearance")>
    Public Property ImageStyle As ImageStyle
    'Usage
     
    Dim instance As CellViewerManagerReportStyle
    Dim value As ImageStyle
     
    instance.ImageStyle = value
     
    value = instance.ImageStyle
    [Description("Indicates the style with which the image is displayed when the CellViewerManager is printed in a report.")]
    [Category("Appearance")]
    public ImageStyle ImageStyle {get; set;}

    Property Value

    An Xceed.Grid.ImageStyle value indicating the style with which the image is displayed when the Xceed.Grid.Viewers.CellViewerManager is printed in a report. By default, Xceed.Grid.ImageStyle.Align.
    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