Xceed Grid for WinForms v4.3 Documentation
DataRows Property (GridReportStyle)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace > GridReportStyle Class : DataRows Property
Gets the report styles of the Xceed.Grid.DataRows contained in the report.
Syntax
'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;}

Property Value

A RowReportStyleList containing a list of RowReportStyles which will by applied to the DataRows contained in the report, in an alternating order.
Remarks

The DataRowCount method should be used to obtain the number of RowReportStyles rather than the DataRows.Count method.

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

See Also

Reference

GridReportStyle Class
GridReportStyle Members