ActiveReports Developer 7
Name Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > IBaseDataSet Interface : Name Property

Glossary Item Box

Gets or sets the name of the data set.

Syntax

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

Property Value

A String containing the name of the data set.

Remarks

The data set name cannot be the same as any data region or grouping name.

See Also