'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;}