'Declaration <DescriptionAttribute("Indicates if the row is indented.")> <CategoryAttribute("Appearance")> <EndUserBrowsableAttribute(False)> Public Property Indented As Boolean
'Usage Dim instance As RowReportStyle Dim value As Boolean instance.Indented = value value = instance.Indented
[Description("Indicates if the row is indented.")] [Category("Appearance")] [EndUserBrowsable(false)] public bool Indented {get; set;}