MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Grouping Class / DataCollectionName Property
Example

DataCollectionName Property (Grouping)
Gets or sets a name to use for the data element for the collection of all instances of this group.
Syntax
'Declaration
 
Public Property DataCollectionName As String
 

Property Value

A System.String value indicating the name to use for the data element for the collection of all instances of this group.
Remarks
Default value is "DataElementName_Collection".
Example
Grouping group = new Grouping();
group.DataCollectionName = "CategoryGroup_Collection";
See Also