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


    Visible Property (GridElementReportStyle)
    Gets or sets a boolean value indicating if the grid element is visible when it is printed in a report.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates whether the report element will be printed.")>
    <CategoryAttribute("Appearance")>
    <EndUserGlobalBrowsableAttribute(False)>
    Public Property Visible As Boolean
     
    'Usage
     
    Dim instance As GridElementReportStyle
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible

    Property Value

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

    The value of the Visible property of the parent element's ReportStyle will be used in the case where the Visible 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