ActiveReports Developer 7
DynamicRows Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > RowGrouping Class : DynamicRows Property

Glossary Item Box

Gets or sets the dynamic row headings for the grouping.

Syntax

Visual Basic (Declaration) 
Public Property DynamicRows As DynamicColumnsRows
C# 
public DynamicColumnsRows DynamicRows {get; set;}

Property Value

A DynamicColumnsRows object containing the dynamic row headings for this grouping.

See Also