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


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace > GridReportStyle Class : DetailGrids Property
Gets the report styles of the Xceed.Grid.DetailGrids contained in the report.
Syntax
'Declaration
 
<DescriptionAttribute("The report styles of the DetailGrids contained in the report.")>
<CategoryAttribute("Appearance")>
<BrowsableAttribute(False)>
Public ReadOnly Property DetailGrids As GridReportStyleList
'Usage
 
Dim instance As GridReportStyle
Dim value As GridReportStyleList
 
value = instance.DetailGrids
[Description("The report styles of the DetailGrids contained in the report.")]
[Category("Appearance")]
[Browsable(false)]
public GridReportStyleList DetailGrids {get;}

Property Value

A GridReportStyleList containing a list of GridReportStyles which will by applied to the DetailGrids contained in the report. Each GridReportStyle added to the DetailGrids collection will provide the report style for the corresponding DetailGrid template. For example, if the grid for which the report is being created contains 2 Xceed.Grid.GridControl.DetailGridTemplates, the first report style added to the list will be applied to the first template, the second to the second template, and so on. If there are more report styles than DetailGrid templates, the exceeding report styles will be ignored. If there are less, they will be alternated.
Remarks

The DetailGridCount method should be used to obtain the number of GridReportStyles rather than the DetailGrids.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