DataSetBase 클래스
Represents the base class for 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 MustInherit Class DataSetBase _
Inherits ReportObject _
Implements INamedObject, IDataScopeService, IDataScope, IContainedObject
‘사용 방법
Dim instance As DataSetBase
public abstract class DataSetBase : ReportObject,
INamedObject, IDataScopeService, IDataScope, IContainedObject
public ref class DataSetBase abstract : public ReportObject,
INamedObject, IDataScopeService, IDataScope, IContainedObject
[<AbstractClassAttribute>]
type DataSetBase =
class
inherit ReportObject
interface INamedObject
interface IDataScopeService
interface IDataScope
interface IContainedObject
end
public abstract class DataSetBase extends ReportObject implements INamedObject, IDataScopeService, IDataScope, IContainedObject
DataSetBase 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
AccentSensitivity | Indicates whether the data is accent sensitive. |
![]() |
CaseSensitivity | Indicates whether the data is case sensitive. |
![]() |
Collation | Describes the locale that the report server uses to sort data. |
![]() |
ComponentMetadata | The component metadata. (ReportObject에서 상속됨) |
![]() |
DataSetInfo | 인프라입니다. |
![]() |
InterpretSubtotalsAsDetails | Indicates whether to interpret subtotals as details. |
![]() |
KanatypeSensitivity | Indicates whether the data is kanatype-sensitive. |
![]() |
Name | The dataset name. |
![]() |
Parent | The parent of this report object. (ReportObjectBase에서 상속됨) |
![]() |
Site | 인프라입니다. (ReportObject에서 상속됨) |
![]() |
WidthSensitivity | Indicates whether the data is width sensitive. |
맨 위로 이동
메서드
맨 위로 이동
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
![]() ![]() |
IDisposable. . :: . .Dispose | (ReportObject에서 상속됨) |
![]() ![]() |
IComponent. . :: . .Disposed | (ReportObject에서 상속됨) |
![]() ![]() |
IDataScope. . :: . .Group |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.