DataSet 類別
Represents a dataset.
繼承階層
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .DataSetBase
Microsoft.ReportingServices.RdlObjectModel..::..DataSet
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Class DataSet _
Inherits DataSetBase
'用途
Dim instance As DataSet
public class DataSet : DataSetBase
public ref class DataSet : public DataSetBase
type DataSet =
class
inherit DataSetBase
end
public class DataSet extends DataSetBase
DataSet 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
AccentSensitivity | Indicates whether the data is accent sensitive. (繼承自 DataSetBase。) | |
CaseSensitivity | Indicates whether the data is case sensitive. (繼承自 DataSetBase。) | |
Collation | Describes the locale that the report server uses to sort data. (繼承自 DataSetBase。) | |
ComponentMetadata | The component metadata. (繼承自 ReportObject。) | |
DataSetInfo | 基礎結構。 (繼承自 DataSetBase。) | |
Fields | Contains the fields in a dataset. | |
Filters | Contains the filters to apply to the dataset. | |
InterpretSubtotalsAsDetails | Indicates whether to interpret subtotals as details. (繼承自 DataSetBase。) | |
IsModifiedSincePreview | 基礎結構。 | |
IsReference | 基礎結構。 | |
KanatypeSensitivity | Indicates whether the data is kanatype-sensitive. (繼承自 DataSetBase。) | |
Name | The dataset name. (繼承自 DataSetBase。) | |
Parent | The parent of this report object. (繼承自 ReportObjectBase。) | |
Query | Contains information about the query that is contained within the dataset. | |
SharedDataSet | The shared dataset. | |
Site | 基礎結構。 (繼承自 ReportObject。) | |
WidthSensitivity | Indicates whether the data is width sensitive. (繼承自 DataSetBase。) |
上層
方法
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
IDisposable. . :: . .Dispose | (繼承自 ReportObject。) | |
IComponent. . :: . .Disposed | (繼承自 ReportObject。) | |
IDataScope. . :: . .Group | (繼承自 DataSetBase。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。