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