RdlCollectionBase<T> 생성자

정의

RdlCollectionBase<T> 클래스의 새 인스턴스를 초기화합니다.

오버로드

RdlCollectionBase<T>()

RdlCollectionBase<T> 클래스의 새 인스턴스를 초기화합니다.

RdlCollectionBase<T>(IContainedObject)

RdlCollectionBase<T> 클래스의 새 인스턴스를 초기화합니다.

RdlCollectionBase<T>()

RdlCollectionBase<T> 클래스의 새 인스턴스를 초기화합니다.

protected:
 RdlCollectionBase();
protected RdlCollectionBase ();
Protected Sub New ()

적용 대상

RdlCollectionBase<T>(IContainedObject)

RdlCollectionBase<T> 클래스의 새 인스턴스를 초기화합니다.

protected:
 RdlCollectionBase(Microsoft::ReportingServices::RdlObjectModel::IContainedObject ^ parent);
protected RdlCollectionBase (Microsoft.ReportingServices.RdlObjectModel.IContainedObject parent);
new Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<'T> : Microsoft.ReportingServices.RdlObjectModel.IContainedObject -> Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<'T>
Protected Sub New (parent As IContainedObject)

매개 변수

parent
IContainedObject

속성 저장소입니다.

적용 대상