Xceed Grid for WinForms v4.3 Documentation
Visible Property (GridElementReportStyle)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace > GridElementReportStyle Class : Visible Property
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
[Description("Indicates whether the report element will be printed.")]
[Category("Appearance")]
[EndUserGlobalBrowsable(false)]
public bool Visible {get; set;}

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

Reference

GridElementReportStyle Class
GridElementReportStyle Members