[Description("Indicates whether the report element will be printed.")]
[Category("Appearance")]
[EndUserGlobalBrowsable(false)]
public bool Visible {get; set;}
'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