ActiveReports Developer 7
DynamicColumns Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ColumnGrouping Class : DynamicColumns Property

Glossary Item Box

Gets or sets the dynamic column headings for this grouping.

Syntax

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

Property Value

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

See Also