Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / GridElementReportStyle Class / WordWrap Property


In This Topic
    WordWrap Property (GridElementReportStyle)
    In This Topic
    Gets or sets a boolean value indicating if the text of the grid element should be wrapped when it is printed in a report.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates whether the text of the report element should be wrapped when the report is printed.")>
    <CategoryAttribute("Appearance")>
    <EndUserDisplayNameAttribute("Word Wrap")>
    Public Property WordWrap As Boolean
    'Usage
     
    Dim instance As GridElementReportStyle
    Dim value As Boolean
     
    instance.WordWrap = value
     
    value = instance.WordWrap
    [Description("Indicates whether the text of the report element should be wrapped when the report is printed.")]
    [Category("Appearance")]
    [EndUserDisplayName("Word Wrap")]
    public bool WordWrap {get; set;}

    Property Value

    true if the text in the grid element should be wrapped when it is printed in a report; false otherwise. By default, true.
    Remarks

    The value of the WordWrap property of the parent element's ReportStyle will be used in the case where the WordWrap property has not been explicitly set.

    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