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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.