[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Grouping.DataCollectionName

DataCollectionName Property

DataCollectionName

Gets or sets a name to use for the data element for the collection of all instances of this group.

Declaration
public string DataCollectionName { get; set; }
Property Value
Type Description
string

A 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".

Examples
Grouping group = new Grouping();
group.DataCollectionName = "CategoryGroup_Collection";