Partager via


Membres DataSetDefinition

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

Le type DataSetDefinition expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DataSetDefinition Initializes a new instance of the DataSetDefinition class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique AccentSensitivity Gets a value that indicates whether the data in the data set is accent-sensitive.
Propriété publique AccentSensitivitySpecified Gets or sets a value that indicates whether a value for the AccentSensitivity property is specified.
Propriété publique CaseSensitivity Gets a value that indicates whether the data in the data set is case-sensitive.
Propriété publique CaseSensitivitySpecified Gets or sets a value that indicates whether a value for the CaseSensitivity property is specified.
Propriété publique Collation Gets or sets the value that specifies the locale used for the collation sequence by which the data in the dataset is sorted.
Propriété publique Fields Gets or sets the Field objects in the dataset.
Propriété publique KanatypeSensitivity Gets a value that indicates whether the data in the dataset is kanatype-sensitive, which distinguishes between the two types of Japanese kana characters: Hiragana and Katakana.
Propriété publique KanatypeSensitivitySpecified Gets or sets a value that indicates whether a value for the KanatypeSensitivity property is specified.
Propriété publique Name Gets or sets the name of the dataset.
Propriété publique Query Gets or sets the QueryDefinition object required to retrieve data from the data source.
Propriété publique WidthSensitivity Gets a value that indicates whether the data in the dataset is width-sensitive.
Propriété publique WidthSensitivitySpecified Gets or sets a value that indicates whether a value for the WidthSensitivity property is specified.

Haut de la page