ActiveReports Developer 7
DetailDataCollectionName Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace > ITableGroup Interface : DetailDataCollectionName Property

Glossary Item Box

The name that data oriented rendering extensions should use for the collection of all instances of the table's details.

Syntax

Visual Basic (Declaration) 
ReadOnly Property DetailDataCollectionName As System.String
C# 
System.string DetailDataCollectionName {get;}

See Also