Membri DataSetDefinition

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

Il tipo DataSetDefinition espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DataSetDefinition Initializes a new instance of the DataSetDefinition class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AccentSensitivity Indicates whether the data in the data set is accent sensitive.
Proprietà pubblica AccentSensitivitySpecified Indicates whether a value for the AccentSensitivity property is specified.
Proprietà pubblica CaseSensitivity Indicates whether the data in the data set is case sensitive.
Proprietà pubblica CaseSensitivitySpecified Indicates whether a value for the CaseSensitivity property is specified.
Proprietà pubblica Collation Specifies the locale that is used for the collation sequence by which the data in the dataset is sorted.
Proprietà pubblica Fields The Field objects in the dataset.
Proprietà pubblica KanatypeSensitivity Indicates whether the data in the dataset is kanatype sensitive, which distinguishes between the two types of Japanese kana characters: Hiragana and Katakana.
Proprietà pubblica KanatypeSensitivitySpecified Indicates whether a value for the KanatypeSensitivity property is specified.
Proprietà pubblica Name The name of the dataset.
Proprietà pubblica Query The QueryDefinition object required to retrieve data from the data source.
Proprietà pubblica WidthSensitivity Indicates whether the data in the data set is width sensitive.
Proprietà pubblica WidthSensitivitySpecified Indicates whether a value for the WidthSensitivity property is specified.

In alto