[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataSet

DataSet Class

Represents a DataSet element for a report that contains information about a set of data retrieved as part of the report.

Inheritance
DataSet
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class DataSet : IDataSet, IReportComponent, IComponent, IDisposable, IBaseDataSet, IValidateable

Constructors

Name Description
DataSet()

Initializes a new instance of the DataSet class.

Properties

Name Description
AccentSensitivity

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

CaseSensitivity

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

Collation

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

Fields

Gets the fields in the dataset.

Filters

Gets a collection of filters applied to each row of data in the dataset.

KanatypeSensitivity

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

Name

Gets or sets a name of the dataset.

Query

Gets or sets a query information for the dataset.

SharedDataSet

Gets or sets a shared dataset.

WidthSensitivity

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

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the DataSet object.

Extension Methods