[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.IBaseDataSet

IBaseDataSet Interface

Represents the properties common to all types of datasets.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public interface IBaseDataSet

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.

KanatypeSensitivity

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

Name

Gets or sets a name of the dataset.

WidthSensitivity

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

Extension Methods