'Declaration <DescriptionAttribute("The report styles of the same level groups contained in the report.")> <CategoryAttribute("Appearance")> <BrowsableAttribute(False)> Public ReadOnly Property GroupLevels As GroupReportStyleList
'Usage Dim instance As GridReportStyle Dim value As GroupReportStyleList value = instance.GroupLevels
[Description("The report styles of the same level groups contained in the report.")] [Category("Appearance")] [Browsable(false)] public GroupReportStyleList GroupLevels {get;}