Udostępnij za pośrednictwem


DataSetDefinition Members

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

The following tables list the members exposed by the DataSetDefinition type.

Public Constructors

  Name Description
DataSetDefinition Initializes a new instance of the DataSetDefinition class.

Top

Public Properties

  Name Description
Bb153643.pubproperty(en-US,SQL.90).gif AccentSensitivity Gets a value that indicates whether the data in the data set is accent-sensitive.
Bb153643.pubproperty(en-US,SQL.90).gif AccentSensitivitySpecified Gets or sets a value that indicates whether a value for the AccentSensitivity property is specified.
Bb153643.pubproperty(en-US,SQL.90).gif CaseSensitivity Gets a value that indicates whether the data in the data set is case-sensitive.
Bb153643.pubproperty(en-US,SQL.90).gif CaseSensitivitySpecified Gets or sets a value that indicates whether a value for the CaseSensitivity property is specified.
Bb153643.pubproperty(en-US,SQL.90).gif Collation Gets or sets the value that specifies the locale used for the collation sequence by which the data in the dataset is sorted.
Bb153643.pubproperty(en-US,SQL.90).gif Fields Gets or sets the Field objects in the dataset.
Bb153643.pubproperty(en-US,SQL.90).gif 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.
Bb153643.pubproperty(en-US,SQL.90).gif KanatypeSensitivitySpecified Gets or sets a value that indicates whether a value for the KanatypeSensitivity property is specified.
Bb153643.pubproperty(en-US,SQL.90).gif Name Gets or sets the name of the dataset.
Bb153643.pubproperty(en-US,SQL.90).gif Query Gets or sets the QueryDefinition object required to retrieve data from the data source.
Bb153643.pubproperty(en-US,SQL.90).gif WidthSensitivity Gets a value that indicates whether the data in the dataset is width-sensitive.
Bb153643.pubproperty(en-US,SQL.90).gif WidthSensitivitySpecified Gets or sets a value that indicates whether a value for the WidthSensitivity property is specified.

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb153643.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb153643.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
Bb153643.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb153643.pubmethod(en-US,SQL.90).gifBb153643.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb153643.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb153643.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
Bb153643.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

DataSetDefinition Class
ReportService2006 Namespace