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 Indicates whether the data in the data set is accent sensitive.
Propriété publique AccentSensitivitySpecified Indicates whether a value for the AccentSensitivity property is specified.
Propriété publique CaseSensitivity Indicates whether the data in the data set is case sensitive.
Propriété publique CaseSensitivitySpecified Indicates whether a value for the CaseSensitivity property is specified.
Propriété publique Collation Specifies the locale that is used for the collation sequence by which the data in the dataset is sorted.
Propriété publique Fields The Field objects in the dataset.
Propriété publique KanatypeSensitivity 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 Indicates whether a value for the KanatypeSensitivity property is specified.
Propriété publique Name The name of the dataset.
Propriété publique Query The QueryDefinition object required to retrieve data from the data source.
Propriété publique WidthSensitivity Indicates whether the data in the data set is width sensitive.
Propriété publique WidthSensitivitySpecified Indicates whether a value for the WidthSensitivity property is specified.

Haut de la page