ActiveReports 12
DetailDataCollectionName Property (Table)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Table Class : DetailDataCollectionName Property

The name to use for the data element for the collection of all instances of the group.

Syntax
'Declaration
 
Public Property DetailDataCollectionName As String
public string DetailDataCollectionName {get; set;}

Property Value

A String indicating the name to use for the data element for the collection of all instances of the group.

Remarks

The default value is "Details_Collection."

See Also

Reference

Table Class
Table Members