Поделиться через


Элементы DataSetDefinition

Represents information about a set of data to display in a report.

Тип DataSetDefinition предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DataSetDefinition Initializes a new instance of the DataSetDefinition class.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство AccentSensitivity Indicates whether the data in the data set is accent sensitive.
Открытое свойство AccentSensitivitySpecified Indicates whether a value for the AccentSensitivity property is specified.
Открытое свойство CaseSensitivity Indicates whether the data in the data set is case sensitive.
Открытое свойство CaseSensitivitySpecified Indicates whether a value for the CaseSensitivity property is specified.
Открытое свойство Collation Specifies the locale that is used for the collation sequence by which the data in the dataset is sorted.
Открытое свойство Fields The Field objects in the dataset.
Открытое свойство KanatypeSensitivity Indicates whether the data in the dataset is kanatype sensitive, which distinguishes between the two types of Japanese kana characters: Hiragana and Katakana.
Открытое свойство KanatypeSensitivitySpecified Indicates whether a value for the KanatypeSensitivity property is specified.
Открытое свойство Name The name of the dataset.
Открытое свойство Query The QueryDefinition object required to retrieve data from the data source.
Открытое свойство WidthSensitivity Indicates whether the data in the data set is width sensitive.
Открытое свойство WidthSensitivitySpecified Indicates whether a value for the WidthSensitivity property is specified.

В начало