ActiveReports Developer 7
DataSetName Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CustomData Class : DataSetName Property

Glossary Item Box

Indicates which data set to use as the source of data for the custom report item.

Syntax

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

See Also