ActiveReports Developer 7
DataSet Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : DataSet Class

Glossary Item Box

The following tables list the members exposed by DataSet.

Public Constructors

 NameDescription
Public ConstructorDataSet ConstructorInitializes a new instance of the DataSet class.  
Top

Public Properties

 NameDescription
Public PropertyAccentSensitivity

Gets or sets a value indicating whether the data is accent sensitive.

 
Public PropertyCaseSensitivity

Gets or sets a value indicating whether the data is case sensitive.

 
Public PropertyCollation

Gets or sets the locale to use for the collation sequence when sorting data.

 
Public PropertyFields

Gets the fields in the data set.

 
Public PropertyFilters

Gets the filters to apply to each row of data in the data set.

 
Public PropertyKanatypeSensitivity

Gets or sets a value indicating whether the data is kanatype sensitive.

 
Public PropertyName

Gets or sets the name of the dataset.

 
Public PropertyQuery

Gets or sets the information about the data source, including connection information, query, etc.

 
Public PropertyWidthSensitivity

Gets or sets a value indicating whether the data is width sensitive.

 
Top

Public Methods

 NameDescription
Public MethodValidateValidates the information in each property of the DataSet object.  
Top

See Also